Shades of Medium Spring Green #02E48F
Tints of Medium Spring Green #02E48F
RGB
CMYK
RGB Variations
Color information
#02E48F (or 0x02E48F) is known color: Medium Spring Green. HEX triplet: 02, E4 and 8F. RGB value is (2,228,143). Sum of RGB (Red+Green+Blue) = 2+228+143=373 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 373); Green value is 228 (89.45% from 255 or 61.13% from 373); Blue value is 143 (56.25% from 255 or 38.34% from 373); Max value from RGB is 228 - color contains mainly: green. Hex color #02E48F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02E48F is #FD1B70. Grayscale: #969696. Windows color (decimal): -16587633 or 9430018. OLE color: 9430018.
HSL color Cylindrical-coordinate representation of color #02E48F: hue angle of 157.43º 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 #02E48F is Cyan = 0.99, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 2 | 228 | 143 | - |
| CMYK | 0.99 | 0 | 0.37 | 0.11 |
| HSL | 157.43º | 0.98% | 0.45% | - |
| HSV(B) | 157.43º | 0.99% | 0.89% | - |
| XYZ | 32.73 | 57.48 | 35.36 | - |
| YUV | 150.74 | 123.63 | 21.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 228 | 143 | 0.99 | 0 | 0.37 | 0.11 | 157.43 | 0.98 | 0.45 |
| Hex | 2 | E4 | 8F | 63 | 0 | 25 | B | 9D | 62 | 2D |
| Octal | 2 | 344 | 217 | 143 | 0 | 45 | 13 | 235 | 142 | 55 |
| Binary | 10 | 11100100 | 10001111 | 1100011 | 0 | 100101 | 1011 | 10011101 | 1100010 | 101101 |
Color Harmonies of #02E48F
Complementary color
Monochromatic Colors of #02E48F
Black with #02E48F
Text Example
Text Example
White with #02E48F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E48F; }
p { color: rgb(2,228,143); }
H1.HeaderClassName
{
color: #02E48F;
}
.AnyTagClassName
{
color: #02E48F;
}
</style>
background-color css
<style>
a { background-color: #02E48F; }
a { background-color: rgb(2,228,143); }
div.DivClassName
{
background-color: #02E48F;
}
.BgClassName
{
background-color: #02E48F;
}
</style>
border-color css
<style>
span { border-color: #02E48F; }
span { border-color: rgb(2,228,143); }
td.TdClassName
{
border-color: #02E48F;
}
.TagClassName
{
border-color: #02E48F;
}
</style>