Shades of Medium Spring Green #02EB8C
Tints of Medium Spring Green #02EB8C
RGB
CMYK
RGB Variations
Color information
#02EB8C (or 0x02EB8C) is known color: Medium Spring Green. HEX triplet: 02, EB and 8C. RGB value is (2,235,140). Sum of RGB (Red+Green+Blue) = 2+235+140=377 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 377); Green value is 235 (92.19% from 255 or 62.33% from 377); Blue value is 140 (55.08% from 255 or 37.14% from 377); Max value from RGB is 235 - color contains mainly: green. Hex color #02EB8C is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02EB8C is #FD1473. Grayscale: #9A9A9A. Windows color (decimal): -16585844 or 9235202. OLE color: 9235202.
HSL color Cylindrical-coordinate representation of color #02EB8C: hue angle of 155.54º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02EB8C is Cyan = 0.99, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 2 | 235 | 140 | - |
| CMYK | 0.99 | 0 | 0.40 | 0.08 |
| HSL | 155.54º | 0.98% | 0.46% | - |
| HSV(B) | 155.54º | 0.99% | 0.92% | - |
| XYZ | 34.47 | 61.32 | 34.83 | - |
| YUV | 154.5 | 119.81 | 19.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 235 | 140 | 0.99 | 0 | 0.40 | 0.08 | 155.54 | 0.98 | 0.46 |
| Hex | 2 | EB | 8C | 63 | 0 | 28 | 8 | 9C | 62 | 2E |
| Octal | 2 | 353 | 214 | 143 | 0 | 50 | 10 | 234 | 142 | 56 |
| Binary | 10 | 11101011 | 10001100 | 1100011 | 0 | 101000 | 1000 | 10011100 | 1100010 | 101110 |
Color Harmonies of #02EB8C
Complementary color
Monochromatic Colors of #02EB8C
Black with #02EB8C
Text Example
Text Example
White with #02EB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02EB8C; }
p { color: rgb(2,235,140); }
H1.HeaderClassName
{
color: #02EB8C;
}
.AnyTagClassName
{
color: #02EB8C;
}
</style>
background-color css
<style>
a { background-color: #02EB8C; }
a { background-color: rgb(2,235,140); }
div.DivClassName
{
background-color: #02EB8C;
}
.BgClassName
{
background-color: #02EB8C;
}
</style>
border-color css
<style>
span { border-color: #02EB8C; }
span { border-color: rgb(2,235,140); }
td.TdClassName
{
border-color: #02EB8C;
}
.TagClassName
{
border-color: #02EB8C;
}
</style>