Shades of Medium Spring Green #02EFAB
Tints of Medium Spring Green #02EFAB
RGB
CMYK
RGB Variations
Color information
#02EFAB (or 0x02EFAB) is known color: Medium Spring Green. HEX triplet: 02, EF and AB. RGB value is (2,239,171). Sum of RGB (Red+Green+Blue) = 2+239+171=412 (54% of max value = 765). Red value is 2 (1.17% from 255 or 0.49% from 412); Green value is 239 (93.75% from 255 or 58.01% from 412); Blue value is 171 (67.19% from 255 or 41.50% from 412); Max value from RGB is 239 - color contains mainly: green. Hex color #02EFAB is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02EFAB is #FD1054. Grayscale: #A0A0A0. Windows color (decimal): -16584789 or 11267842. OLE color: 11267842.
HSL color Cylindrical-coordinate representation of color #02EFAB: hue angle of 162.78º 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 #02EFAB is Cyan = 0.99, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 2 | 239 | 171 | - |
| CMYK | 0.99 | 0 | 0.28 | 0.06 |
| HSL | 162.78º | 0.98% | 0.47% | - |
| HSV(B) | 162.78º | 0.99% | 0.94% | - |
| XYZ | 38.24 | 64.69 | 49 | - |
| YUV | 160.39 | 133.98 | 15.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 239 | 171 | 0.99 | 0 | 0.28 | 0.06 | 162.78 | 0.98 | 0.47 |
| Hex | 2 | EF | AB | 63 | 0 | 1C | 6 | A3 | 62 | 2F |
| Octal | 2 | 357 | 253 | 143 | 0 | 34 | 6 | 243 | 142 | 57 |
| Binary | 10 | 11101111 | 10101011 | 1100011 | 0 | 11100 | 110 | 10100011 | 1100010 | 101111 |
Color Harmonies of #02EFAB
Complementary color
Monochromatic Colors of #02EFAB
Black with #02EFAB
Text Example
Text Example
White with #02EFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02EFAB; }
p { color: rgb(2,239,171); }
H1.HeaderClassName
{
color: #02EFAB;
}
.AnyTagClassName
{
color: #02EFAB;
}
</style>
background-color css
<style>
a { background-color: #02EFAB; }
a { background-color: rgb(2,239,171); }
div.DivClassName
{
background-color: #02EFAB;
}
.BgClassName
{
background-color: #02EFAB;
}
</style>
border-color css
<style>
span { border-color: #02EFAB; }
span { border-color: rgb(2,239,171); }
td.TdClassName
{
border-color: #02EFAB;
}
.TagClassName
{
border-color: #02EFAB;
}
</style>