Shades of Medium Spring Green #02EC8C
Tints of Medium Spring Green #02EC8C
RGB
CMYK
RGB Variations
Color information
#02EC8C (or 0x02EC8C) is known color: Medium Spring Green. HEX triplet: 02, EC and 8C. RGB value is (2,236,140). Sum of RGB (Red+Green+Blue) = 2+236+140=378 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 378); Green value is 236 (92.58% from 255 or 62.43% from 378); Blue value is 140 (55.08% from 255 or 37.04% from 378); Max value from RGB is 236 - color contains mainly: green. Hex color #02EC8C is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02EC8C is #FD1373. Grayscale: #9B9B9B. Windows color (decimal): -16585588 or 9235458. OLE color: 9235458.
HSL color Cylindrical-coordinate representation of color #02EC8C: hue angle of 155.38º 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 #02EC8C is Cyan = 0.99, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 236 | 140 | - |
| CMYK | 0.99 | 0 | 0.41 | 0.07 |
| HSL | 155.38º | 0.98% | 0.47% | - |
| HSV(B) | 155.38º | 0.99% | 0.93% | - |
| XYZ | 34.75 | 61.9 | 34.93 | - |
| YUV | 155.09 | 119.48 | 18.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 236 | 140 | 0.99 | 0 | 0.41 | 0.07 | 155.38 | 0.98 | 0.47 |
| Hex | 2 | EC | 8C | 63 | 0 | 29 | 7 | 9B | 62 | 2F |
| Octal | 2 | 354 | 214 | 143 | 0 | 51 | 7 | 233 | 142 | 57 |
| Binary | 10 | 11101100 | 10001100 | 1100011 | 0 | 101001 | 111 | 10011011 | 1100010 | 101111 |
Color Harmonies of #02EC8C
Complementary color
Monochromatic Colors of #02EC8C
Black with #02EC8C
Text Example
Text Example
White with #02EC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02EC8C; }
p { color: rgb(2,236,140); }
H1.HeaderClassName
{
color: #02EC8C;
}
.AnyTagClassName
{
color: #02EC8C;
}
</style>
background-color css
<style>
a { background-color: #02EC8C; }
a { background-color: rgb(2,236,140); }
div.DivClassName
{
background-color: #02EC8C;
}
.BgClassName
{
background-color: #02EC8C;
}
</style>
border-color css
<style>
span { border-color: #02EC8C; }
span { border-color: rgb(2,236,140); }
td.TdClassName
{
border-color: #02EC8C;
}
.TagClassName
{
border-color: #02EC8C;
}
</style>