Shades of Medium Sea Green #2ED072
Tints of Medium Sea Green #2ED072
RGB
CMYK
RGB Variations
Color information
#2ED072 (or 0x2ED072) is known color: Medium Sea Green. HEX triplet: 2E, D0 and 72. RGB value is (46,208,114). Sum of RGB (Red+Green+Blue) = 46+208+114=368 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.5% from 368); Green value is 208 (81.64% from 255 or 56.52% from 368); Blue value is 114 (44.92% from 255 or 30.98% from 368); Max value from RGB is 208 - color contains mainly: green. Hex color #2ED072 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ED072 is #D12F8D. Grayscale: #959595. Windows color (decimal): -13709198 or 7524398. OLE color: 7524398.
HSL color Cylindrical-coordinate representation of color #2ED072: hue angle of 145.19º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ED072 is Cyan = 0.78, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 46 | 208 | 114 | - |
| CMYK | 0.78 | 0 | 0.45 | 0.18 |
| HSL | 145.19º | 0.64% | 0.5% | - |
| HSV(B) | 145.19º | 0.78% | 0.82% | - |
| XYZ | 26.72 | 46.91 | 23.57 | - |
| YUV | 148.85 | 108.33 | 54.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 208 | 114 | 0.78 | 0 | 0.45 | 0.18 | 145.19 | 0.64 | 0.5 |
| Hex | 2E | D0 | 72 | 4E | 0 | 2D | 12 | 91 | 40 | 32 |
| Octal | 56 | 320 | 162 | 116 | 0 | 55 | 22 | 221 | 100 | 62 |
| Binary | 101110 | 11010000 | 1110010 | 1001110 | 0 | 101101 | 10010 | 10010001 | 1000000 | 110010 |
Color Harmonies of #2ED072
Complementary color
Monochromatic Colors of #2ED072
Black with #2ED072
Text Example
Text Example
White with #2ED072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED072; }
p { color: rgb(46,208,114); }
H1.HeaderClassName
{
color: #2ED072;
}
.AnyTagClassName
{
color: #2ED072;
}
</style>
background-color css
<style>
a { background-color: #2ED072; }
a { background-color: rgb(46,208,114); }
div.DivClassName
{
background-color: #2ED072;
}
.BgClassName
{
background-color: #2ED072;
}
</style>
border-color css
<style>
span { border-color: #2ED072; }
span { border-color: rgb(46,208,114); }
td.TdClassName
{
border-color: #2ED072;
}
.TagClassName
{
border-color: #2ED072;
}
</style>