Color: #2EC08D
#2EC08D Color Information
#2EC08D is a light color. The closest websafe version is #2EC08D. A complement of this color would be #C12F62, perceived brightness is 0.56, and the grayscale version is #777777.
In the HSL color space, this color has a hue angle of 159°,a saturation of 61%, and a lightness of 47%.The HSV representation shows a hue of 159°, a saturation of 100%, and a value of 100%.
In a RGB color space, #2EC08D is composed of 18% red, 75% green and 55% blue. Whereas in a CMYK color space, it is composed of 76% cyan, 0% magenta, 27% yellow and 25% black.
In the Yxy color space, this color is represented as Y: 40.01, x: 0.2827, and y: 0.4471.
Color Code #2EC08D
Shades of Color #2EC08D
Shades are created by darkening the original color #2EC08D in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.
Tints of Color #2EC08D
Tints are created by lightening the original color #2EC08D in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.
About #2EC08D Color Code
In the HSL color space, this color has a hue angle of 159°, a saturation of 61%, and a lightness of 47%. The HSV representation shows a hue of 159°, a saturation of 76%, and a value of 75%.
- HEX: #2EC08D
- RGB: rgb(46, 192, 141)
- HSL: hsl(159, 61%, 47%)
- HSV: hsv(159, 76%, 75%)
- CMYK: 76.00% cyan, 0.00% magenta, 27.00% yellow, 25.00% black
- XYZ: 25.30, 40.01, 24.18
- Yxy: 40.01, 0.2827, 0.4471
- Hunter Lab: 69.48, -48.34, 14.54
- CIE-Lab: 69.48, -48.34, 14.54
In the XYZ color space, this color is represented as X: 25.30, Y: 40.01, Z: 24.18. The Yxy representation further refines this as Y: 40.01, x: 0.2827, and y: 0.4471.
In the Hunter Lab color space, this color is represented as L: 69.48, a: -48.34, and b: 14.54. Similarly, in the CIE-Lab color space, it is represented as L: 69.48, a: -48.34, and b: 14.54.
Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.
Triadic Colors of #2EC08D
Triadic colors are three colors evenly spaced around the color wheel, including #2EC08D. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #2EC08D
Monochromatic colors are variations of #2EC08D, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #2EC08D
The complementary color of #2EC08D is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.
CSS Examples of #2EC08D
/* Using HEX */ body { background-color: #2ec08d; }
/* Using RGB */ body { background-color: rgb(46, 192, 141); }
/* Using RGB with opacity */ body { background-color: rgba(46, 192, 141, 0.5); }
/* Using HSL */ body { background-color: hsl(159, 61%, 47%); }
/* Text color */ p { color: #2ec08d; }
/* Box shadow */ div { box-shadow: 4px 4px #2ec08d; }
HTML Examples of #2EC08D
<!-- Using HEX --> <div style="background-color: #2ec08d; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(46, 192, 141); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(46, 192, 141, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(159, 61%, 47%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #2ec08d;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #2ec08d; width: 100px; height: 100px;"></div>
Related Colors of #2EC08D
These colors are similar to #2EC08D, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.