Shades of Medium Sea Green #2ECD72
Tints of Medium Sea Green #2ECD72
RGB
CMYK
RGB Variations
Color information
#2ECD72 (or 0x2ECD72) is known color: Medium Sea Green. HEX triplet: 2E, CD and 72. RGB value is (46,205,114). Sum of RGB (Red+Green+Blue) = 46+205+114=365 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.60% from 365); Green value is 205 (80.47% from 255 or 56.16% from 365); Blue value is 114 (44.92% from 255 or 31.23% from 365); Max value from RGB is 205 - color contains mainly: green. Hex color #2ECD72 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ECD72 is #D1328D. Grayscale: #939393. Windows color (decimal): -13709966 or 7523630. OLE color: 7523630.
HSL color Cylindrical-coordinate representation of color #2ECD72: hue angle of 145.66º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ECD72 is Cyan = 0.78, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 46 | 205 | 114 | - |
| CMYK | 0.78 | 0 | 0.44 | 0.20 |
| HSL | 145.66º | 0.63% | 0.49% | - |
| HSV(B) | 145.66º | 0.78% | 0.8% | - |
| XYZ | 26 | 45.46 | 23.32 | - |
| YUV | 147.09 | 109.32 | 55.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 205 | 114 | 0.78 | 0 | 0.44 | 0.20 | 145.66 | 0.63 | 0.49 |
| Hex | 2E | CD | 72 | 4E | 0 | 2C | 14 | 92 | 3F | 31 |
| Octal | 56 | 315 | 162 | 116 | 0 | 54 | 24 | 222 | 77 | 61 |
| Binary | 101110 | 11001101 | 1110010 | 1001110 | 0 | 101100 | 10100 | 10010010 | 111111 | 110001 |
Color Harmonies of #2ECD72
Complementary color
Monochromatic Colors of #2ECD72
Black with #2ECD72
Text Example
Text Example
White with #2ECD72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECD72; }
p { color: rgb(46,205,114); }
H1.HeaderClassName
{
color: #2ECD72;
}
.AnyTagClassName
{
color: #2ECD72;
}
</style>
background-color css
<style>
a { background-color: #2ECD72; }
a { background-color: rgb(46,205,114); }
div.DivClassName
{
background-color: #2ECD72;
}
.BgClassName
{
background-color: #2ECD72;
}
</style>
border-color css
<style>
span { border-color: #2ECD72; }
span { border-color: rgb(46,205,114); }
td.TdClassName
{
border-color: #2ECD72;
}
.TagClassName
{
border-color: #2ECD72;
}
</style>