Shades of Medium Spring Green #02E490
Tints of Medium Spring Green #02E490
RGB
CMYK
RGB Variations
Color information
#02E490 (or 0x02E490) is known color: Medium Spring Green. HEX triplet: 02, E4 and 90. RGB value is (2,228,144). Sum of RGB (Red+Green+Blue) = 2+228+144=374 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 374); Green value is 228 (89.45% from 255 or 60.96% from 374); Blue value is 144 (56.64% from 255 or 38.50% from 374); Max value from RGB is 228 - color contains mainly: green. Hex color #02E490 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02E490 is #FD1B6F. Grayscale: #969696. Windows color (decimal): -16587632 or 9495554. OLE color: 9495554.
HSL color Cylindrical-coordinate representation of color #02E490: hue angle of 157.7º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E490 is Cyan = 0.99, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 2 | 228 | 144 | - |
| CMYK | 0.99 | 0 | 0.37 | 0.11 |
| HSL | 157.7º | 0.98% | 0.45% | - |
| HSV(B) | 157.7º | 0.99% | 0.89% | - |
| XYZ | 32.8 | 57.51 | 35.76 | - |
| YUV | 150.85 | 124.13 | 21.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 228 | 144 | 0.99 | 0 | 0.37 | 0.11 | 157.7 | 0.98 | 0.45 |
| Hex | 2 | E4 | 90 | 63 | 0 | 25 | B | 9E | 62 | 2D |
| Octal | 2 | 344 | 220 | 143 | 0 | 45 | 13 | 236 | 142 | 55 |
| Binary | 10 | 11100100 | 10010000 | 1100011 | 0 | 100101 | 1011 | 10011110 | 1100010 | 101101 |
Color Harmonies of #02E490
Complementary color
Monochromatic Colors of #02E490
Black with #02E490
Text Example
Text Example
White with #02E490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E490; }
p { color: rgb(2,228,144); }
H1.HeaderClassName
{
color: #02E490;
}
.AnyTagClassName
{
color: #02E490;
}
</style>
background-color css
<style>
a { background-color: #02E490; }
a { background-color: rgb(2,228,144); }
div.DivClassName
{
background-color: #02E490;
}
.BgClassName
{
background-color: #02E490;
}
</style>
border-color css
<style>
span { border-color: #02E490; }
span { border-color: rgb(2,228,144); }
td.TdClassName
{
border-color: #02E490;
}
.TagClassName
{
border-color: #02E490;
}
</style>