Shades of Spring Green #02EC84
Tints of Spring Green #02EC84
RGB
CMYK
RGB Variations
Color information
#02EC84 (or 0x02EC84) is known color: Spring Green. HEX triplet: 02, EC and 84. RGB value is (2,236,132). Sum of RGB (Red+Green+Blue) = 2+236+132=370 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 370); Green value is 236 (92.58% from 255 or 63.78% from 370); Blue value is 132 (51.95% from 255 or 35.68% from 370); Max value from RGB is 236 - color contains mainly: green. Hex color #02EC84 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02EC84 is #FD137B. Grayscale: #9A9A9A. Windows color (decimal): -16585596 or 8711170. OLE color: 8711170.
HSL color Cylindrical-coordinate representation of color #02EC84: hue angle of 153.33º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02EC84 is Cyan = 0.99, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 236 | 132 | - |
| CMYK | 0.99 | 0 | 0.44 | 0.07 |
| HSL | 153.33º | 0.98% | 0.47% | - |
| HSV(B) | 153.33º | 0.99% | 0.93% | - |
| XYZ | 34.19 | 61.67 | 31.93 | - |
| YUV | 154.18 | 115.48 | 19.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 236 | 132 | 0.99 | 0 | 0.44 | 0.07 | 153.33 | 0.98 | 0.47 |
| Hex | 2 | EC | 84 | 63 | 0 | 2C | 7 | 99 | 62 | 2F |
| Octal | 2 | 354 | 204 | 143 | 0 | 54 | 7 | 231 | 142 | 57 |
| Binary | 10 | 11101100 | 10000100 | 1100011 | 0 | 101100 | 111 | 10011001 | 1100010 | 101111 |
Color Harmonies of #02EC84
Complementary color
Monochromatic Colors of #02EC84
Black with #02EC84
Text Example
Text Example
White with #02EC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02EC84; }
p { color: rgb(2,236,132); }
H1.HeaderClassName
{
color: #02EC84;
}
.AnyTagClassName
{
color: #02EC84;
}
</style>
background-color css
<style>
a { background-color: #02EC84; }
a { background-color: rgb(2,236,132); }
div.DivClassName
{
background-color: #02EC84;
}
.BgClassName
{
background-color: #02EC84;
}
</style>
border-color css
<style>
span { border-color: #02EC84; }
span { border-color: rgb(2,236,132); }
td.TdClassName
{
border-color: #02EC84;
}
.TagClassName
{
border-color: #02EC84;
}
</style>