Shades of Spring Green #02EF89
Tints of Spring Green #02EF89
RGB
CMYK
RGB Variations
Color information
#02EF89 (or 0x02EF89) is known color: Spring Green. HEX triplet: 02, EF and 89. RGB value is (2,239,137). Sum of RGB (Red+Green+Blue) = 2+239+137=378 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 378); Green value is 239 (93.75% from 255 or 63.23% from 378); Blue value is 137 (53.91% from 255 or 36.24% from 378); Max value from RGB is 239 - color contains mainly: green. Hex color #02EF89 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02EF89 is #FD1076. Grayscale: #9C9C9C. Windows color (decimal): -16584823 or 9039618. OLE color: 9039618.
HSL color Cylindrical-coordinate representation of color #02EF89: hue angle of 154.18º 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 #02EF89 is Cyan = 0.99, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 2 | 239 | 137 | - |
| CMYK | 0.99 | 0 | 0.43 | 0.06 |
| HSL | 154.18º | 0.98% | 0.47% | - |
| HSV(B) | 154.18º | 0.99% | 0.94% | - |
| XYZ | 35.41 | 63.55 | 34.07 | - |
| YUV | 156.51 | 116.98 | 17.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 239 | 137 | 0.99 | 0 | 0.43 | 0.06 | 154.18 | 0.98 | 0.47 |
| Hex | 2 | EF | 89 | 63 | 0 | 2B | 6 | 9A | 62 | 2F |
| Octal | 2 | 357 | 211 | 143 | 0 | 53 | 6 | 232 | 142 | 57 |
| Binary | 10 | 11101111 | 10001001 | 1100011 | 0 | 101011 | 110 | 10011010 | 1100010 | 101111 |
Color Harmonies of #02EF89
Complementary color
Monochromatic Colors of #02EF89
Black with #02EF89
Text Example
Text Example
White with #02EF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02EF89; }
p { color: rgb(2,239,137); }
H1.HeaderClassName
{
color: #02EF89;
}
.AnyTagClassName
{
color: #02EF89;
}
</style>
background-color css
<style>
a { background-color: #02EF89; }
a { background-color: rgb(2,239,137); }
div.DivClassName
{
background-color: #02EF89;
}
.BgClassName
{
background-color: #02EF89;
}
</style>
border-color css
<style>
span { border-color: #02EF89; }
span { border-color: rgb(2,239,137); }
td.TdClassName
{
border-color: #02EF89;
}
.TagClassName
{
border-color: #02EF89;
}
</style>