Shades of Spring Green #02E577
Tints of Spring Green #02E577
RGB
CMYK
RGB Variations
Color information
#02E577 (or 0x02E577) is known color: Spring Green. HEX triplet: 02, E5 and 77. RGB value is (2,229,119). Sum of RGB (Red+Green+Blue) = 2+229+119=350 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 350); Green value is 229 (89.84% from 255 or 65.43% from 350); Blue value is 119 (46.88% from 255 or 34% from 350); Max value from RGB is 229 - color contains mainly: green. Hex color #02E577 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02E577 is #FD1A88. Grayscale: #949494. Windows color (decimal): -16587401 or 7857410. OLE color: 7857410.
HSL color Cylindrical-coordinate representation of color #02E577: hue angle of 150.93º 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 #02E577 is Cyan = 0.99, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 2 | 229 | 119 | - |
| CMYK | 0.99 | 0 | 0.48 | 0.10 |
| HSL | 150.93º | 0.98% | 0.45% | - |
| HSV(B) | 150.93º | 0.99% | 0.9% | - |
| XYZ | 31.37 | 57.38 | 26.88 | - |
| YUV | 148.59 | 111.29 | 23.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 229 | 119 | 0.99 | 0 | 0.48 | 0.10 | 150.93 | 0.98 | 0.45 |
| Hex | 2 | E5 | 77 | 63 | 0 | 30 | A | 97 | 62 | 2D |
| Octal | 2 | 345 | 167 | 143 | 0 | 60 | 12 | 227 | 142 | 55 |
| Binary | 10 | 11100101 | 1110111 | 1100011 | 0 | 110000 | 1010 | 10010111 | 1100010 | 101101 |
Color Harmonies of #02E577
Complementary color
Monochromatic Colors of #02E577
Black with #02E577
Text Example
Text Example
White with #02E577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E577; }
p { color: rgb(2,229,119); }
H1.HeaderClassName
{
color: #02E577;
}
.AnyTagClassName
{
color: #02E577;
}
</style>
background-color css
<style>
a { background-color: #02E577; }
a { background-color: rgb(2,229,119); }
div.DivClassName
{
background-color: #02E577;
}
.BgClassName
{
background-color: #02E577;
}
</style>
border-color css
<style>
span { border-color: #02E577; }
span { border-color: rgb(2,229,119); }
td.TdClassName
{
border-color: #02E577;
}
.TagClassName
{
border-color: #02E577;
}
</style>