Shades of Spring Green #02F286
Tints of Spring Green #02F286
RGB
CMYK
RGB Variations
Color information
#02F286 (or 0x02F286) is known color: Spring Green. HEX triplet: 02, F2 and 86. RGB value is (2,242,134). Sum of RGB (Red+Green+Blue) = 2+242+134=378 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 378); Green value is 242 (94.92% from 255 or 64.02% from 378); Blue value is 134 (52.73% from 255 or 35.45% from 378); Max value from RGB is 242 - color contains mainly: green. Hex color #02F286 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02F286 is #FD0D79. Grayscale: #9E9E9E. Windows color (decimal): -16584058 or 8843778. OLE color: 8843778.
HSL color Cylindrical-coordinate representation of color #02F286: hue angle of 153º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02F286 is Cyan = 0.99, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 2 | 242 | 134 | - |
| CMYK | 0.99 | 0 | 0.45 | 0.05 |
| HSL | 153º | 0.98% | 0.48% | - |
| HSV(B) | 153º | 0.99% | 0.95% | - |
| XYZ | 36.08 | 65.24 | 33.24 | - |
| YUV | 157.93 | 114.49 | 16.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 242 | 134 | 0.99 | 0 | 0.45 | 0.05 | 153 | 0.98 | 0.48 |
| Hex | 2 | F2 | 86 | 63 | 0 | 2D | 5 | 99 | 62 | 30 |
| Octal | 2 | 362 | 206 | 143 | 0 | 55 | 5 | 231 | 142 | 60 |
| Binary | 10 | 11110010 | 10000110 | 1100011 | 0 | 101101 | 101 | 10011001 | 1100010 | 110000 |
Color Harmonies of #02F286
Complementary color
Monochromatic Colors of #02F286
Black with #02F286
Text Example
Text Example
White with #02F286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02F286; }
p { color: rgb(2,242,134); }
H1.HeaderClassName
{
color: #02F286;
}
.AnyTagClassName
{
color: #02F286;
}
</style>
background-color css
<style>
a { background-color: #02F286; }
a { background-color: rgb(2,242,134); }
div.DivClassName
{
background-color: #02F286;
}
.BgClassName
{
background-color: #02F286;
}
</style>
border-color css
<style>
span { border-color: #02F286; }
span { border-color: rgb(2,242,134); }
td.TdClassName
{
border-color: #02F286;
}
.TagClassName
{
border-color: #02F286;
}
</style>