Shades of Medium Spring Green #02F498
Tints of Medium Spring Green #02F498
RGB
CMYK
RGB Variations
Color information
#02F498 (or 0x02F498) is known color: Medium Spring Green. HEX triplet: 02, F4 and 98. RGB value is (2,244,152). Sum of RGB (Red+Green+Blue) = 2+244+152=398 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.50% from 398); Green value is 244 (95.70% from 255 or 61.31% from 398); Blue value is 152 (59.77% from 255 or 38.19% from 398); Max value from RGB is 244 - color contains mainly: green. Hex color #02F498 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02F498 is #FD0B67. Grayscale: #A1A1A1. Windows color (decimal): -16583528 or 10023938. OLE color: 10023938.
HSL color Cylindrical-coordinate representation of color #02F498: hue angle of 157.19º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02F498 is Cyan = 0.99, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 2 | 244 | 152 | - |
| CMYK | 0.99 | 0 | 0.38 | 0.04 |
| HSL | 157.19º | 0.98% | 0.48% | - |
| HSV(B) | 157.19º | 0.99% | 0.96% | - |
| XYZ | 38.04 | 66.98 | 40.63 | - |
| YUV | 161.15 | 122.83 | 14.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 244 | 152 | 0.99 | 0 | 0.38 | 0.04 | 157.19 | 0.98 | 0.48 |
| Hex | 2 | F4 | 98 | 63 | 0 | 26 | 4 | 9D | 62 | 30 |
| Octal | 2 | 364 | 230 | 143 | 0 | 46 | 4 | 235 | 142 | 60 |
| Binary | 10 | 11110100 | 10011000 | 1100011 | 0 | 100110 | 100 | 10011101 | 1100010 | 110000 |
Color Harmonies of #02F498
Complementary color
Monochromatic Colors of #02F498
Black with #02F498
Text Example
Text Example
White with #02F498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02F498; }
p { color: rgb(2,244,152); }
H1.HeaderClassName
{
color: #02F498;
}
.AnyTagClassName
{
color: #02F498;
}
</style>
background-color css
<style>
a { background-color: #02F498; }
a { background-color: rgb(2,244,152); }
div.DivClassName
{
background-color: #02F498;
}
.BgClassName
{
background-color: #02F498;
}
</style>
border-color css
<style>
span { border-color: #02F498; }
span { border-color: rgb(2,244,152); }
td.TdClassName
{
border-color: #02F498;
}
.TagClassName
{
border-color: #02F498;
}
</style>