Shades of Medium Spring Green #02E898
Tints of Medium Spring Green #02E898
RGB
CMYK
RGB Variations
Color information
#02E898 (or 0x02E898) is known color: Medium Spring Green. HEX triplet: 02, E8 and 98. RGB value is (2,232,152). Sum of RGB (Red+Green+Blue) = 2+232+152=386 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 386); Green value is 232 (91.02% from 255 or 60.10% from 386); Blue value is 152 (59.77% from 255 or 39.38% from 386); Max value from RGB is 232 - color contains mainly: green. Hex color #02E898 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02E898 is #FD1767. Grayscale: #9A9A9A. Windows color (decimal): -16586600 or 10020866. OLE color: 10020866.
HSL color Cylindrical-coordinate representation of color #02E898: hue angle of 159.13º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E898 is Cyan = 0.99, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 2 | 232 | 152 | - |
| CMYK | 0.99 | 0 | 0.34 | 0.09 |
| HSL | 159.13º | 0.98% | 0.46% | - |
| HSV(B) | 159.13º | 0.99% | 0.91% | - |
| XYZ | 34.55 | 59.99 | 39.46 | - |
| YUV | 154.11 | 126.8 | 19.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 232 | 152 | 0.99 | 0 | 0.34 | 0.09 | 159.13 | 0.98 | 0.46 |
| Hex | 2 | E8 | 98 | 63 | 0 | 22 | 9 | 9F | 62 | 2E |
| Octal | 2 | 350 | 230 | 143 | 0 | 42 | 11 | 237 | 142 | 56 |
| Binary | 10 | 11101000 | 10011000 | 1100011 | 0 | 100010 | 1001 | 10011111 | 1100010 | 101110 |
Color Harmonies of #02E898
Complementary color
Monochromatic Colors of #02E898
Black with #02E898
Text Example
Text Example
White with #02E898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E898; }
p { color: rgb(2,232,152); }
H1.HeaderClassName
{
color: #02E898;
}
.AnyTagClassName
{
color: #02E898;
}
</style>
background-color css
<style>
a { background-color: #02E898; }
a { background-color: rgb(2,232,152); }
div.DivClassName
{
background-color: #02E898;
}
.BgClassName
{
background-color: #02E898;
}
</style>
border-color css
<style>
span { border-color: #02E898; }
span { border-color: rgb(2,232,152); }
td.TdClassName
{
border-color: #02E898;
}
.TagClassName
{
border-color: #02E898;
}
</style>