Shades of Medium Spring Green #02F08F
Tints of Medium Spring Green #02F08F
RGB
CMYK
RGB Variations
Color information
#02F08F (or 0x02F08F) is known color: Medium Spring Green. HEX triplet: 02, F0 and 8F. RGB value is (2,240,143). Sum of RGB (Red+Green+Blue) = 2+240+143=385 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.52% from 385); Green value is 240 (94.14% from 255 or 62.34% from 385); Blue value is 143 (56.25% from 255 or 37.14% from 385); Max value from RGB is 240 - color contains mainly: green. Hex color #02F08F is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02F08F is #FD0F70. Grayscale: #9D9D9D. Windows color (decimal): -16584561 or 9433090. OLE color: 9433090.
HSL color Cylindrical-coordinate representation of color #02F08F: hue angle of 155.55º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02F08F is Cyan = 0.99, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 2 | 240 | 143 | - |
| CMYK | 0.99 | 0 | 0.40 | 0.06 |
| HSL | 155.55º | 0.98% | 0.47% | - |
| HSV(B) | 155.55º | 0.99% | 0.94% | - |
| XYZ | 36.14 | 64.32 | 36.5 | - |
| YUV | 157.78 | 119.65 | 16.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 240 | 143 | 0.99 | 0 | 0.40 | 0.06 | 155.55 | 0.98 | 0.47 |
| Hex | 2 | F0 | 8F | 63 | 0 | 28 | 6 | 9C | 62 | 2F |
| Octal | 2 | 360 | 217 | 143 | 0 | 50 | 6 | 234 | 142 | 57 |
| Binary | 10 | 11110000 | 10001111 | 1100011 | 0 | 101000 | 110 | 10011100 | 1100010 | 101111 |
Color Harmonies of #02F08F
Complementary color
Monochromatic Colors of #02F08F
Black with #02F08F
Text Example
Text Example
White with #02F08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02F08F; }
p { color: rgb(2,240,143); }
H1.HeaderClassName
{
color: #02F08F;
}
.AnyTagClassName
{
color: #02F08F;
}
</style>
background-color css
<style>
a { background-color: #02F08F; }
a { background-color: rgb(2,240,143); }
div.DivClassName
{
background-color: #02F08F;
}
.BgClassName
{
background-color: #02F08F;
}
</style>
border-color css
<style>
span { border-color: #02F08F; }
span { border-color: rgb(2,240,143); }
td.TdClassName
{
border-color: #02F08F;
}
.TagClassName
{
border-color: #02F08F;
}
</style>