Shades of Spring Green #02EC73
Tints of Spring Green #02EC73
RGB
CMYK
RGB Variations
Color information
#02EC73 (or 0x02EC73) is known color: Spring Green. HEX triplet: 02, EC and 73. RGB value is (2,236,115). Sum of RGB (Red+Green+Blue) = 2+236+115=353 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 353); Green value is 236 (92.58% from 255 or 66.86% from 353); Blue value is 115 (45.31% from 255 or 32.58% from 353); Max value from RGB is 236 - color contains mainly: green. Hex color #02EC73 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02EC73 is #FD138C. Grayscale: #989898. Windows color (decimal): -16585613 or 7597058. OLE color: 7597058.
HSL color Cylindrical-coordinate representation of color #02EC73: hue angle of 148.97º 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 #02EC73 is Cyan = 0.99, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 236 | 115 | - |
| CMYK | 0.99 | 0 | 0.51 | 0.07 |
| HSL | 148.97º | 0.98% | 0.47% | - |
| HSV(B) | 148.97º | 0.99% | 0.93% | - |
| XYZ | 33.12 | 61.24 | 26.3 | - |
| YUV | 152.24 | 106.98 | 20.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 236 | 115 | 0.99 | 0 | 0.51 | 0.07 | 148.97 | 0.98 | 0.47 |
| Hex | 2 | EC | 73 | 63 | 0 | 33 | 7 | 95 | 62 | 2F |
| Octal | 2 | 354 | 163 | 143 | 0 | 63 | 7 | 225 | 142 | 57 |
| Binary | 10 | 11101100 | 1110011 | 1100011 | 0 | 110011 | 111 | 10010101 | 1100010 | 101111 |
Color Harmonies of #02EC73
Complementary color
Monochromatic Colors of #02EC73
Black with #02EC73
Text Example
Text Example
White with #02EC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02EC73; }
p { color: rgb(2,236,115); }
H1.HeaderClassName
{
color: #02EC73;
}
.AnyTagClassName
{
color: #02EC73;
}
</style>
background-color css
<style>
a { background-color: #02EC73; }
a { background-color: rgb(2,236,115); }
div.DivClassName
{
background-color: #02EC73;
}
.BgClassName
{
background-color: #02EC73;
}
</style>
border-color css
<style>
span { border-color: #02EC73; }
span { border-color: rgb(2,236,115); }
td.TdClassName
{
border-color: #02EC73;
}
.TagClassName
{
border-color: #02EC73;
}
</style>