Shades of Medium Spring Green #02EFAC
Tints of Medium Spring Green #02EFAC
RGB
CMYK
RGB Variations
Color information
#02EFAC (or 0x02EFAC) is known color: Medium Spring Green. HEX triplet: 02, EF and AC. RGB value is (2,239,172). Sum of RGB (Red+Green+Blue) = 2+239+172=413 (54% of max value = 765). Red value is 2 (1.17% from 255 or 0.48% from 413); Green value is 239 (93.75% from 255 or 57.87% from 413); Blue value is 172 (67.58% from 255 or 41.65% from 413); Max value from RGB is 239 - color contains mainly: green. Hex color #02EFAC is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02EFAC is #FD1053. Grayscale: #A0A0A0. Windows color (decimal): -16584788 or 11333378. OLE color: 11333378.
HSL color Cylindrical-coordinate representation of color #02EFAC: hue angle of 163.04º 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 #02EFAC is Cyan = 0.99, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 2 | 239 | 172 | - |
| CMYK | 0.99 | 0 | 0.28 | 0.06 |
| HSL | 163.04º | 0.98% | 0.47% | - |
| HSV(B) | 163.04º | 0.99% | 0.94% | - |
| XYZ | 38.34 | 64.72 | 49.5 | - |
| YUV | 160.5 | 134.48 | 14.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 239 | 172 | 0.99 | 0 | 0.28 | 0.06 | 163.04 | 0.98 | 0.47 |
| Hex | 2 | EF | AC | 63 | 0 | 1C | 6 | A3 | 62 | 2F |
| Octal | 2 | 357 | 254 | 143 | 0 | 34 | 6 | 243 | 142 | 57 |
| Binary | 10 | 11101111 | 10101100 | 1100011 | 0 | 11100 | 110 | 10100011 | 1100010 | 101111 |
Color Harmonies of #02EFAC
Complementary color
Monochromatic Colors of #02EFAC
Black with #02EFAC
Text Example
Text Example
White with #02EFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02EFAC; }
p { color: rgb(2,239,172); }
H1.HeaderClassName
{
color: #02EFAC;
}
.AnyTagClassName
{
color: #02EFAC;
}
</style>
background-color css
<style>
a { background-color: #02EFAC; }
a { background-color: rgb(2,239,172); }
div.DivClassName
{
background-color: #02EFAC;
}
.BgClassName
{
background-color: #02EFAC;
}
</style>
border-color css
<style>
span { border-color: #02EFAC; }
span { border-color: rgb(2,239,172); }
td.TdClassName
{
border-color: #02EFAC;
}
.TagClassName
{
border-color: #02EFAC;
}
</style>