Shades of Medium Spring Green #02EDB0
Tints of Medium Spring Green #02EDB0
RGB
CMYK
RGB Variations
Color information
#02EDB0 (or 0x02EDB0) is known color: Medium Spring Green. HEX triplet: 02, ED and B0. RGB value is (2,237,176). Sum of RGB (Red+Green+Blue) = 2+237+176=415 (54% of max value = 765). Red value is 2 (1.17% from 255 or 0.48% from 415); Green value is 237 (92.97% from 255 or 57.11% from 415); Blue value is 176 (69.14% from 255 or 42.41% from 415); Max value from RGB is 237 - color contains mainly: green. Hex color #02EDB0 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02EDB0 is #FD124F. Grayscale: #9F9F9F. Windows color (decimal): -16585296 or 11595010. OLE color: 11595010.
HSL color Cylindrical-coordinate representation of color #02EDB0: hue angle of 164.43º 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 #02EDB0 is Cyan = 0.99, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 237 | 176 | - |
| CMYK | 0.99 | 0 | 0.26 | 0.07 |
| HSL | 164.43º | 0.98% | 0.47% | - |
| HSV(B) | 164.43º | 0.99% | 0.93% | - |
| XYZ | 38.15 | 63.72 | 51.36 | - |
| YUV | 159.78 | 137.14 | 15.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 237 | 176 | 0.99 | 0 | 0.26 | 0.07 | 164.43 | 0.98 | 0.47 |
| Hex | 2 | ED | B0 | 63 | 0 | 1A | 7 | A4 | 62 | 2F |
| Octal | 2 | 355 | 260 | 143 | 0 | 32 | 7 | 244 | 142 | 57 |
| Binary | 10 | 11101101 | 10110000 | 1100011 | 0 | 11010 | 111 | 10100100 | 1100010 | 101111 |
Color Harmonies of #02EDB0
Complementary color
Monochromatic Colors of #02EDB0
Black with #02EDB0
Text Example
Text Example
White with #02EDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02EDB0; }
p { color: rgb(2,237,176); }
H1.HeaderClassName
{
color: #02EDB0;
}
.AnyTagClassName
{
color: #02EDB0;
}
</style>
background-color css
<style>
a { background-color: #02EDB0; }
a { background-color: rgb(2,237,176); }
div.DivClassName
{
background-color: #02EDB0;
}
.BgClassName
{
background-color: #02EDB0;
}
</style>
border-color css
<style>
span { border-color: #02EDB0; }
span { border-color: rgb(2,237,176); }
td.TdClassName
{
border-color: #02EDB0;
}
.TagClassName
{
border-color: #02EDB0;
}
</style>