Shades of Medium Spring Green #02ED8A
Tints of Medium Spring Green #02ED8A
RGB
CMYK
RGB Variations
Color information
#02ED8A (or 0x02ED8A) is known color: Medium Spring Green. HEX triplet: 02, ED and 8A. RGB value is (2,237,138). Sum of RGB (Red+Green+Blue) = 2+237+138=377 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 377); Green value is 237 (92.97% from 255 or 62.86% from 377); Blue value is 138 (54.30% from 255 or 36.60% from 377); Max value from RGB is 237 - color contains mainly: green. Hex color #02ED8A is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02ED8A is #FD1275. Grayscale: #9B9B9B. Windows color (decimal): -16585334 or 9104642. OLE color: 9104642.
HSL color Cylindrical-coordinate representation of color #02ED8A: hue angle of 154.72º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02ED8A is Cyan = 0.99, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 237 | 138 | - |
| CMYK | 0.99 | 0 | 0.42 | 0.07 |
| HSL | 154.72º | 0.98% | 0.47% | - |
| HSV(B) | 154.72º | 0.99% | 0.93% | - |
| XYZ | 34.9 | 62.42 | 34.25 | - |
| YUV | 155.45 | 118.14 | 18.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 237 | 138 | 0.99 | 0 | 0.42 | 0.07 | 154.72 | 0.98 | 0.47 |
| Hex | 2 | ED | 8A | 63 | 0 | 2A | 7 | 9B | 62 | 2F |
| Octal | 2 | 355 | 212 | 143 | 0 | 52 | 7 | 233 | 142 | 57 |
| Binary | 10 | 11101101 | 10001010 | 1100011 | 0 | 101010 | 111 | 10011011 | 1100010 | 101111 |
Color Harmonies of #02ED8A
Complementary color
Monochromatic Colors of #02ED8A
Black with #02ED8A
Text Example
Text Example
White with #02ED8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02ED8A; }
p { color: rgb(2,237,138); }
H1.HeaderClassName
{
color: #02ED8A;
}
.AnyTagClassName
{
color: #02ED8A;
}
</style>
background-color css
<style>
a { background-color: #02ED8A; }
a { background-color: rgb(2,237,138); }
div.DivClassName
{
background-color: #02ED8A;
}
.BgClassName
{
background-color: #02ED8A;
}
</style>
border-color css
<style>
span { border-color: #02ED8A; }
span { border-color: rgb(2,237,138); }
td.TdClassName
{
border-color: #02ED8A;
}
.TagClassName
{
border-color: #02ED8A;
}
</style>