In a RGB color space, #00e200 hex color is composed of 0% red, 88.6% green and 0% blue. Whereas in a CMYK color space, it is composed of 100% cyan, 0% magenta, 100% yellow and 11.4% black. It has a hue angle of 120 degrees, a saturation of 100% and a lightness of 44.3%. #00e200 color hex could be obtained by blending #00ff00 with #00c500. Closest websafe color is: #00cc00.
The hexadecimal color #00e200 has RGB values of R:0, G:226, B:0 and CMYK values of C:1, M:0, Y:1, K:0.11. Its decimal value is 57856.
Hex triplet | 00e200 | #00e200 |
RGB Decimal | 0, 226, 0 | rgb(0,226,0) |
RGB Percent | 0, 88.6, 0 | rgb(0%,88.6%,0%) |
CMYK | 100, 0, 100, 11.4 | |
HSL | 120°, 100, 44.3 | hsl(120,100%,44.3%) |
HSV(HSB) | 120°, 100, 88.6 | |
Web Safe | 00cc00 | #0c0 |
XYZ | 27.196, 54.393, 9.065 |
xyY | 0.3, 0.6, 54.393 |
CIE-LAB | 78.69, -78.669, 75.927 |
CIE-LCH | 78.69, 109.333, 136.016 |
CIE-LUV | 78.69, -74.513, 96.327 |
Hunter-Lab | 73.751, -63.242, 44.338 |
Binary | 00000000, 11100010, 00000000 |
Below, you can see some colors close to #00e200. Having a set of related colors can be useful if you need an inspirational alternative to your original color choice.
This text has a font color of #00e200.
<span style="color:#00e200">Text here</span>
This paragraph has a background color of #00e200.
<p style="background-color:#00e200;">Content here</p>
This element has a border color of #00e200.
<div style="border:1px #00e200;">Content here</div>
.text {color:#00e200;}
.background {background-color:#00e200;}
.border {border:1px solid #00e200;}
.text-shadow {border:1px solid #00e200;}
A shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #000d00 is the darkest color, while #f7fff7 is the lightest one.
A tone is produced by adding gray to any pure hue. In this case, #717171 is the less saturated color, while #09d909 is the most saturated one.