Shades of Medium Spring Green #02E59D
Tints of Medium Spring Green #02E59D
RGB
CMYK
RGB Variations
Color information
#02E59D (or 0x02E59D) is known color: Medium Spring Green. HEX triplet: 02, E5 and 9D. RGB value is (2,229,157). Sum of RGB (Red+Green+Blue) = 2+229+157=388 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 388); Green value is 229 (89.84% from 255 or 59.02% from 388); Blue value is 157 (61.72% from 255 or 40.46% from 388); Max value from RGB is 229 - color contains mainly: green. Hex color #02E59D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02E59D is #FD1A62. Grayscale: #989898. Windows color (decimal): -16587363 or 10347778. OLE color: 10347778.
HSL color Cylindrical-coordinate representation of color #02E59D: hue angle of 160.97º 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 #02E59D is Cyan = 0.99, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 2 | 229 | 157 | - |
| CMYK | 0.99 | 0 | 0.31 | 0.10 |
| HSL | 160.97º | 0.98% | 0.45% | - |
| HSV(B) | 160.97º | 0.99% | 0.9% | - |
| XYZ | 34.13 | 58.49 | 41.39 | - |
| YUV | 152.92 | 130.29 | 20.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 229 | 157 | 0.99 | 0 | 0.31 | 0.10 | 160.97 | 0.98 | 0.45 |
| Hex | 2 | E5 | 9D | 63 | 0 | 1F | A | A1 | 62 | 2D |
| Octal | 2 | 345 | 235 | 143 | 0 | 37 | 12 | 241 | 142 | 55 |
| Binary | 10 | 11100101 | 10011101 | 1100011 | 0 | 11111 | 1010 | 10100001 | 1100010 | 101101 |
Color Harmonies of #02E59D
Complementary color
Monochromatic Colors of #02E59D
Black with #02E59D
Text Example
Text Example
White with #02E59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E59D; }
p { color: rgb(2,229,157); }
H1.HeaderClassName
{
color: #02E59D;
}
.AnyTagClassName
{
color: #02E59D;
}
</style>
background-color css
<style>
a { background-color: #02E59D; }
a { background-color: rgb(2,229,157); }
div.DivClassName
{
background-color: #02E59D;
}
.BgClassName
{
background-color: #02E59D;
}
</style>
border-color css
<style>
span { border-color: #02E59D; }
span { border-color: rgb(2,229,157); }
td.TdClassName
{
border-color: #02E59D;
}
.TagClassName
{
border-color: #02E59D;
}
</style>