Shades of Medium Spring Green #02EFB9
Tints of Medium Spring Green #02EFB9
RGB
CMYK
RGB Variations
Color information
#02EFB9 (or 0x02EFB9) is known color: Medium Spring Green. HEX triplet: 02, EF and B9. RGB value is (2,239,185). Sum of RGB (Red+Green+Blue) = 2+239+185=426 (56% of max value = 765). Red value is 2 (1.17% from 255 or 0.47% from 426); Green value is 239 (93.75% from 255 or 56.10% from 426); Blue value is 185 (72.66% from 255 or 43.43% from 426); Max value from RGB is 239 - color contains mainly: green. Hex color #02EFB9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #02EFB9 is #FD1046. Grayscale: #A1A1A1. Windows color (decimal): -16584775 or 12185346. OLE color: 12185346.
HSL color Cylindrical-coordinate representation of color #02EFB9: hue angle of 166.33º 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 #02EFB9 is Cyan = 0.99, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 2 | 239 | 185 | - |
| CMYK | 0.99 | 0 | 0.23 | 0.06 |
| HSL | 166.33º | 0.98% | 0.47% | - |
| HSV(B) | 166.33º | 0.99% | 0.94% | - |
| XYZ | 39.65 | 65.25 | 56.4 | - |
| YUV | 161.98 | 140.98 | 13.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 239 | 185 | 0.99 | 0 | 0.23 | 0.06 | 166.33 | 0.98 | 0.47 |
| Hex | 2 | EF | B9 | 63 | 0 | 17 | 6 | A6 | 62 | 2F |
| Octal | 2 | 357 | 271 | 143 | 0 | 27 | 6 | 246 | 142 | 57 |
| Binary | 10 | 11101111 | 10111001 | 1100011 | 0 | 10111 | 110 | 10100110 | 1100010 | 101111 |
Color Harmonies of #02EFB9
Complementary color
Monochromatic Colors of #02EFB9
Black with #02EFB9
Text Example
Text Example
White with #02EFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02EFB9; }
p { color: rgb(2,239,185); }
H1.HeaderClassName
{
color: #02EFB9;
}
.AnyTagClassName
{
color: #02EFB9;
}
</style>
background-color css
<style>
a { background-color: #02EFB9; }
a { background-color: rgb(2,239,185); }
div.DivClassName
{
background-color: #02EFB9;
}
.BgClassName
{
background-color: #02EFB9;
}
</style>
border-color css
<style>
span { border-color: #02EFB9; }
span { border-color: rgb(2,239,185); }
td.TdClassName
{
border-color: #02EFB9;
}
.TagClassName
{
border-color: #02EFB9;
}
</style>