Shades of Medium Spring Green #02EDA3
Tints of Medium Spring Green #02EDA3
RGB
CMYK
RGB Variations
Color information
#02EDA3 (or 0x02EDA3) is known color: Medium Spring Green. HEX triplet: 02, ED and A3. RGB value is (2,237,163). Sum of RGB (Red+Green+Blue) = 2+237+163=402 (53% of max value = 765). Red value is 2 (1.17% from 255 or 0.50% from 402); Green value is 237 (92.97% from 255 or 58.96% from 402); Blue value is 163 (64.06% from 255 or 40.55% from 402); Max value from RGB is 237 - color contains mainly: green. Hex color #02EDA3 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #02EDA3 is #FD125C. Grayscale: #9E9E9E. Windows color (decimal): -16585309 or 10743042. OLE color: 10743042.
HSL color Cylindrical-coordinate representation of color #02EDA3: hue angle of 161.11º 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 #02EDA3 is Cyan = 0.99, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 237 | 163 | - |
| CMYK | 0.99 | 0 | 0.31 | 0.07 |
| HSL | 161.11º | 0.98% | 0.47% | - |
| HSV(B) | 161.11º | 0.99% | 0.93% | - |
| XYZ | 36.92 | 63.23 | 44.91 | - |
| YUV | 158.3 | 130.64 | 16.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 237 | 163 | 0.99 | 0 | 0.31 | 0.07 | 161.11 | 0.98 | 0.47 |
| Hex | 2 | ED | A3 | 63 | 0 | 1F | 7 | A1 | 62 | 2F |
| Octal | 2 | 355 | 243 | 143 | 0 | 37 | 7 | 241 | 142 | 57 |
| Binary | 10 | 11101101 | 10100011 | 1100011 | 0 | 11111 | 111 | 10100001 | 1100010 | 101111 |
Color Harmonies of #02EDA3
Complementary color
Monochromatic Colors of #02EDA3
Black with #02EDA3
Text Example
Text Example
White with #02EDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02EDA3; }
p { color: rgb(2,237,163); }
H1.HeaderClassName
{
color: #02EDA3;
}
.AnyTagClassName
{
color: #02EDA3;
}
</style>
background-color css
<style>
a { background-color: #02EDA3; }
a { background-color: rgb(2,237,163); }
div.DivClassName
{
background-color: #02EDA3;
}
.BgClassName
{
background-color: #02EDA3;
}
</style>
border-color css
<style>
span { border-color: #02EDA3; }
span { border-color: rgb(2,237,163); }
td.TdClassName
{
border-color: #02EDA3;
}
.TagClassName
{
border-color: #02EDA3;
}
</style>