Shades of Medium Spring Green #02F29E
Tints of Medium Spring Green #02F29E
RGB
CMYK
RGB Variations
Color information
#02F29E (or 0x02F29E) is known color: Medium Spring Green. HEX triplet: 02, F2 and 9E. RGB value is (2,242,158). Sum of RGB (Red+Green+Blue) = 2+242+158=402 (53% of max value = 765). Red value is 2 (1.17% from 255 or 0.50% from 402); Green value is 242 (94.92% from 255 or 60.20% from 402); Blue value is 158 (62.11% from 255 or 39.30% from 402); Max value from RGB is 242 - color contains mainly: green. Hex color #02F29E is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02F29E is #FD0D61. Grayscale: #A0A0A0. Windows color (decimal): -16584034 or 10416642. OLE color: 10416642.
HSL color Cylindrical-coordinate representation of color #02F29E: hue angle of 159º 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 #02F29E is Cyan = 0.99, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 2 | 242 | 158 | - |
| CMYK | 0.99 | 0 | 0.35 | 0.05 |
| HSL | 159º | 0.98% | 0.48% | - |
| HSV(B) | 159º | 0.99% | 0.95% | - |
| XYZ | 37.95 | 65.99 | 43.08 | - |
| YUV | 160.66 | 126.49 | 14.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 242 | 158 | 0.99 | 0 | 0.35 | 0.05 | 159 | 0.98 | 0.48 |
| Hex | 2 | F2 | 9E | 63 | 0 | 23 | 5 | 9F | 62 | 30 |
| Octal | 2 | 362 | 236 | 143 | 0 | 43 | 5 | 237 | 142 | 60 |
| Binary | 10 | 11110010 | 10011110 | 1100011 | 0 | 100011 | 101 | 10011111 | 1100010 | 110000 |
Color Harmonies of #02F29E
Complementary color
Monochromatic Colors of #02F29E
Black with #02F29E
Text Example
Text Example
White with #02F29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02F29E; }
p { color: rgb(2,242,158); }
H1.HeaderClassName
{
color: #02F29E;
}
.AnyTagClassName
{
color: #02F29E;
}
</style>
background-color css
<style>
a { background-color: #02F29E; }
a { background-color: rgb(2,242,158); }
div.DivClassName
{
background-color: #02F29E;
}
.BgClassName
{
background-color: #02F29E;
}
</style>
border-color css
<style>
span { border-color: #02F29E; }
span { border-color: rgb(2,242,158); }
td.TdClassName
{
border-color: #02F29E;
}
.TagClassName
{
border-color: #02F29E;
}
</style>