Shades of Spring Green #02E574
Tints of Spring Green #02E574
RGB
CMYK
RGB Variations
Color information
#02E574 (or 0x02E574) is known color: Spring Green. HEX triplet: 02, E5 and 74. RGB value is (2,229,116). Sum of RGB (Red+Green+Blue) = 2+229+116=347 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 347); Green value is 229 (89.84% from 255 or 65.99% from 347); Blue value is 116 (45.70% from 255 or 33.43% from 347); Max value from RGB is 229 - color contains mainly: green. Hex color #02E574 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02E574 is #FD1A8B. Grayscale: #949494. Windows color (decimal): -16587404 or 7660802. OLE color: 7660802.
HSL color Cylindrical-coordinate representation of color #02E574: hue angle of 150.13º 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 #02E574 is Cyan = 0.99, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 2 | 229 | 116 | - |
| CMYK | 0.99 | 0 | 0.49 | 0.10 |
| HSL | 150.13º | 0.98% | 0.45% | - |
| HSV(B) | 150.13º | 0.99% | 0.9% | - |
| XYZ | 31.2 | 57.31 | 25.94 | - |
| YUV | 148.25 | 109.79 | 23.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 229 | 116 | 0.99 | 0 | 0.49 | 0.10 | 150.13 | 0.98 | 0.45 |
| Hex | 2 | E5 | 74 | 63 | 0 | 31 | A | 96 | 62 | 2D |
| Octal | 2 | 345 | 164 | 143 | 0 | 61 | 12 | 226 | 142 | 55 |
| Binary | 10 | 11100101 | 1110100 | 1100011 | 0 | 110001 | 1010 | 10010110 | 1100010 | 101101 |
Color Harmonies of #02E574
Complementary color
Monochromatic Colors of #02E574
Black with #02E574
Text Example
Text Example
White with #02E574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E574; }
p { color: rgb(2,229,116); }
H1.HeaderClassName
{
color: #02E574;
}
.AnyTagClassName
{
color: #02E574;
}
</style>
background-color css
<style>
a { background-color: #02E574; }
a { background-color: rgb(2,229,116); }
div.DivClassName
{
background-color: #02E574;
}
.BgClassName
{
background-color: #02E574;
}
</style>
border-color css
<style>
span { border-color: #02E574; }
span { border-color: rgb(2,229,116); }
td.TdClassName
{
border-color: #02E574;
}
.TagClassName
{
border-color: #02E574;
}
</style>