Shades of Spring Green #02E56C
Tints of Spring Green #02E56C
RGB
CMYK
RGB Variations
Color information
#02E56C (or 0x02E56C) is known color: Spring Green. HEX triplet: 02, E5 and 6C. RGB value is (2,229,108). Sum of RGB (Red+Green+Blue) = 2+229+108=339 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 339); Green value is 229 (89.84% from 255 or 67.55% from 339); Blue value is 108 (42.58% from 255 or 31.86% from 339); Max value from RGB is 229 - color contains mainly: green. Hex color #02E56C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02E56C is #FD1A93. Grayscale: #939393. Windows color (decimal): -16587412 or 7136514. OLE color: 7136514.
HSL color Cylindrical-coordinate representation of color #02E56C: hue angle of 148.02º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E56C is Cyan = 0.99, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 2 | 229 | 108 | - |
| CMYK | 0.99 | 0 | 0.53 | 0.10 |
| HSL | 148.02º | 0.98% | 0.45% | - |
| HSV(B) | 148.02º | 0.99% | 0.9% | - |
| XYZ | 30.75 | 57.13 | 23.59 | - |
| YUV | 147.33 | 105.79 | 24.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 229 | 108 | 0.99 | 0 | 0.53 | 0.10 | 148.02 | 0.98 | 0.45 |
| Hex | 2 | E5 | 6C | 63 | 0 | 35 | A | 94 | 62 | 2D |
| Octal | 2 | 345 | 154 | 143 | 0 | 65 | 12 | 224 | 142 | 55 |
| Binary | 10 | 11100101 | 1101100 | 1100011 | 0 | 110101 | 1010 | 10010100 | 1100010 | 101101 |
Color Harmonies of #02E56C
Complementary color
Monochromatic Colors of #02E56C
Black with #02E56C
Text Example
Text Example
White with #02E56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E56C; }
p { color: rgb(2,229,108); }
H1.HeaderClassName
{
color: #02E56C;
}
.AnyTagClassName
{
color: #02E56C;
}
</style>
background-color css
<style>
a { background-color: #02E56C; }
a { background-color: rgb(2,229,108); }
div.DivClassName
{
background-color: #02E56C;
}
.BgClassName
{
background-color: #02E56C;
}
</style>
border-color css
<style>
span { border-color: #02E56C; }
span { border-color: rgb(2,229,108); }
td.TdClassName
{
border-color: #02E56C;
}
.TagClassName
{
border-color: #02E56C;
}
</style>