Shades of Medium Sea Green #2ED570
Tints of Medium Sea Green #2ED570
RGB
CMYK
RGB Variations
Color information
#2ED570 (or 0x2ED570) is known color: Medium Sea Green. HEX triplet: 2E, D5 and 70. RGB value is (46,213,112). Sum of RGB (Red+Green+Blue) = 46+213+112=371 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.40% from 371); Green value is 213 (83.59% from 255 or 57.41% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 213 - color contains mainly: green. Hex color #2ED570 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ED570 is #D12A8F. Grayscale: #979797. Windows color (decimal): -13707920 or 7394606. OLE color: 7394606.
HSL color Cylindrical-coordinate representation of color #2ED570: hue angle of 143.71º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ED570 is Cyan = 0.78, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 46 | 213 | 112 | - |
| CMYK | 0.78 | 0 | 0.47 | 0.16 |
| HSL | 143.71º | 0.67% | 0.51% | - |
| HSV(B) | 143.71º | 0.78% | 0.84% | - |
| XYZ | 27.85 | 49.34 | 23.39 | - |
| YUV | 151.55 | 105.67 | 52.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 213 | 112 | 0.78 | 0 | 0.47 | 0.16 | 143.71 | 0.67 | 0.51 |
| Hex | 2E | D5 | 70 | 4E | 0 | 2F | 10 | 90 | 43 | 33 |
| Octal | 56 | 325 | 160 | 116 | 0 | 57 | 20 | 220 | 103 | 63 |
| Binary | 101110 | 11010101 | 1110000 | 1001110 | 0 | 101111 | 10000 | 10010000 | 1000011 | 110011 |
Color Harmonies of #2ED570
Complementary color
Monochromatic Colors of #2ED570
Black with #2ED570
Text Example
Text Example
White with #2ED570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED570; }
p { color: rgb(46,213,112); }
H1.HeaderClassName
{
color: #2ED570;
}
.AnyTagClassName
{
color: #2ED570;
}
</style>
background-color css
<style>
a { background-color: #2ED570; }
a { background-color: rgb(46,213,112); }
div.DivClassName
{
background-color: #2ED570;
}
.BgClassName
{
background-color: #2ED570;
}
</style>
border-color css
<style>
span { border-color: #2ED570; }
span { border-color: rgb(46,213,112); }
td.TdClassName
{
border-color: #2ED570;
}
.TagClassName
{
border-color: #2ED570;
}
</style>