Shades of Spring Green #02EC7F
Tints of Spring Green #02EC7F
RGB
CMYK
RGB Variations
Color information
#02EC7F (or 0x02EC7F) is known color: Spring Green. HEX triplet: 02, EC and 7F. RGB value is (2,236,127). Sum of RGB (Red+Green+Blue) = 2+236+127=365 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 365); Green value is 236 (92.58% from 255 or 64.66% from 365); Blue value is 127 (50% from 255 or 34.79% from 365); Max value from RGB is 236 - color contains mainly: green. Hex color #02EC7F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02EC7F is #FD1380. Grayscale: #999999. Windows color (decimal): -16585601 or 8383490. OLE color: 8383490.
HSL color Cylindrical-coordinate representation of color #02EC7F: hue angle of 152.05º 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 #02EC7F is Cyan = 0.99, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 236 | 127 | - |
| CMYK | 0.99 | 0 | 0.46 | 0.07 |
| HSL | 152.05º | 0.98% | 0.47% | - |
| HSV(B) | 152.05º | 0.99% | 0.93% | - |
| XYZ | 33.85 | 61.54 | 30.17 | - |
| YUV | 153.61 | 112.98 | 19.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 236 | 127 | 0.99 | 0 | 0.46 | 0.07 | 152.05 | 0.98 | 0.47 |
| Hex | 2 | EC | 7F | 63 | 0 | 2E | 7 | 98 | 62 | 2F |
| Octal | 2 | 354 | 177 | 143 | 0 | 56 | 7 | 230 | 142 | 57 |
| Binary | 10 | 11101100 | 1111111 | 1100011 | 0 | 101110 | 111 | 10011000 | 1100010 | 101111 |
Color Harmonies of #02EC7F
Complementary color
Monochromatic Colors of #02EC7F
Black with #02EC7F
Text Example
Text Example
White with #02EC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02EC7F; }
p { color: rgb(2,236,127); }
H1.HeaderClassName
{
color: #02EC7F;
}
.AnyTagClassName
{
color: #02EC7F;
}
</style>
background-color css
<style>
a { background-color: #02EC7F; }
a { background-color: rgb(2,236,127); }
div.DivClassName
{
background-color: #02EC7F;
}
.BgClassName
{
background-color: #02EC7F;
}
</style>
border-color css
<style>
span { border-color: #02EC7F; }
span { border-color: rgb(2,236,127); }
td.TdClassName
{
border-color: #02EC7F;
}
.TagClassName
{
border-color: #02EC7F;
}
</style>