Shades of Medium Spring Green #02E596
Tints of Medium Spring Green #02E596
RGB
CMYK
RGB Variations
Color information
#02E596 (or 0x02E596) is known color: Medium Spring Green. HEX triplet: 02, E5 and 96. RGB value is (2,229,150). Sum of RGB (Red+Green+Blue) = 2+229+150=381 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 381); Green value is 229 (89.84% from 255 or 60.10% from 381); Blue value is 150 (58.98% from 255 or 39.37% from 381); Max value from RGB is 229 - color contains mainly: green. Hex color #02E596 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02E596 is #FD1A69. Grayscale: #989898. Windows color (decimal): -16587370 or 9889026. OLE color: 9889026.
HSL color Cylindrical-coordinate representation of color #02E596: hue angle of 159.12º 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 #02E596 is Cyan = 0.99, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 2 | 229 | 150 | - |
| CMYK | 0.99 | 0 | 0.34 | 0.10 |
| HSL | 159.12º | 0.98% | 0.45% | - |
| HSV(B) | 159.12º | 0.99% | 0.9% | - |
| XYZ | 33.55 | 58.25 | 38.33 | - |
| YUV | 152.12 | 126.79 | 20.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 229 | 150 | 0.99 | 0 | 0.34 | 0.10 | 159.12 | 0.98 | 0.45 |
| Hex | 2 | E5 | 96 | 63 | 0 | 22 | A | 9F | 62 | 2D |
| Octal | 2 | 345 | 226 | 143 | 0 | 42 | 12 | 237 | 142 | 55 |
| Binary | 10 | 11100101 | 10010110 | 1100011 | 0 | 100010 | 1010 | 10011111 | 1100010 | 101101 |
Color Harmonies of #02E596
Complementary color
Monochromatic Colors of #02E596
Black with #02E596
Text Example
Text Example
White with #02E596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E596; }
p { color: rgb(2,229,150); }
H1.HeaderClassName
{
color: #02E596;
}
.AnyTagClassName
{
color: #02E596;
}
</style>
background-color css
<style>
a { background-color: #02E596; }
a { background-color: rgb(2,229,150); }
div.DivClassName
{
background-color: #02E596;
}
.BgClassName
{
background-color: #02E596;
}
</style>
border-color css
<style>
span { border-color: #02E596; }
span { border-color: rgb(2,229,150); }
td.TdClassName
{
border-color: #02E596;
}
.TagClassName
{
border-color: #02E596;
}
</style>