Shades of Medium Spring Green #02F58E
Tints of Medium Spring Green #02F58E
RGB
CMYK
RGB Variations
Color information
#02F58E (or 0x02F58E) is known color: Medium Spring Green. HEX triplet: 02, F5 and 8E. RGB value is (2,245,142). Sum of RGB (Red+Green+Blue) = 2+245+142=389 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 389); Green value is 245 (96.09% from 255 or 62.98% from 389); Blue value is 142 (55.86% from 255 or 36.50% from 389); Max value from RGB is 245 - color contains mainly: green. Hex color #02F58E is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02F58E is #FD0A71. Grayscale: #A0A0A0. Windows color (decimal): -16583282 or 9368834. OLE color: 9368834.
HSL color Cylindrical-coordinate representation of color #02F58E: hue angle of 154.57º 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 #02F58E is Cyan = 0.99, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 2 | 245 | 142 | - |
| CMYK | 0.99 | 0 | 0.42 | 0.04 |
| HSL | 154.57º | 0.98% | 0.48% | - |
| HSV(B) | 154.57º | 0.99% | 0.96% | - |
| XYZ | 37.56 | 67.27 | 36.6 | - |
| YUV | 160.6 | 117.49 | 14.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 245 | 142 | 0.99 | 0 | 0.42 | 0.04 | 154.57 | 0.98 | 0.48 |
| Hex | 2 | F5 | 8E | 63 | 0 | 2A | 4 | 9B | 62 | 30 |
| Octal | 2 | 365 | 216 | 143 | 0 | 52 | 4 | 233 | 142 | 60 |
| Binary | 10 | 11110101 | 10001110 | 1100011 | 0 | 101010 | 100 | 10011011 | 1100010 | 110000 |
Color Harmonies of #02F58E
Complementary color
Monochromatic Colors of #02F58E
Black with #02F58E
Text Example
Text Example
White with #02F58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02F58E; }
p { color: rgb(2,245,142); }
H1.HeaderClassName
{
color: #02F58E;
}
.AnyTagClassName
{
color: #02F58E;
}
</style>
background-color css
<style>
a { background-color: #02F58E; }
a { background-color: rgb(2,245,142); }
div.DivClassName
{
background-color: #02F58E;
}
.BgClassName
{
background-color: #02F58E;
}
</style>
border-color css
<style>
span { border-color: #02F58E; }
span { border-color: rgb(2,245,142); }
td.TdClassName
{
border-color: #02F58E;
}
.TagClassName
{
border-color: #02F58E;
}
</style>