Shades of Spring Green #02F486
Tints of Spring Green #02F486
RGB
CMYK
RGB Variations
Color information
#02F486 (or 0x02F486) is known color: Spring Green. HEX triplet: 02, F4 and 86. RGB value is (2,244,134). Sum of RGB (Red+Green+Blue) = 2+244+134=380 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 380); Green value is 244 (95.70% from 255 or 64.21% from 380); Blue value is 134 (52.73% from 255 or 35.26% from 380); Max value from RGB is 244 - color contains mainly: green. Hex color #02F486 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02F486 is #FD0B79. Grayscale: #9F9F9F. Windows color (decimal): -16583546 or 8844290. OLE color: 8844290.
HSL color Cylindrical-coordinate representation of color #02F486: hue angle of 152.73º 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 #02F486 is Cyan = 0.99, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 2 | 244 | 134 | - |
| CMYK | 0.99 | 0 | 0.45 | 0.04 |
| HSL | 152.73º | 0.98% | 0.48% | - |
| HSV(B) | 152.73º | 0.99% | 0.96% | - |
| XYZ | 36.68 | 66.44 | 33.44 | - |
| YUV | 159.1 | 113.83 | 15.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 244 | 134 | 0.99 | 0 | 0.45 | 0.04 | 152.73 | 0.98 | 0.48 |
| Hex | 2 | F4 | 86 | 63 | 0 | 2D | 4 | 99 | 62 | 30 |
| Octal | 2 | 364 | 206 | 143 | 0 | 55 | 4 | 231 | 142 | 60 |
| Binary | 10 | 11110100 | 10000110 | 1100011 | 0 | 101101 | 100 | 10011001 | 1100010 | 110000 |
Color Harmonies of #02F486
Complementary color
Monochromatic Colors of #02F486
Black with #02F486
Text Example
Text Example
White with #02F486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02F486; }
p { color: rgb(2,244,134); }
H1.HeaderClassName
{
color: #02F486;
}
.AnyTagClassName
{
color: #02F486;
}
</style>
background-color css
<style>
a { background-color: #02F486; }
a { background-color: rgb(2,244,134); }
div.DivClassName
{
background-color: #02F486;
}
.BgClassName
{
background-color: #02F486;
}
</style>
border-color css
<style>
span { border-color: #02F486; }
span { border-color: rgb(2,244,134); }
td.TdClassName
{
border-color: #02F486;
}
.TagClassName
{
border-color: #02F486;
}
</style>