Shades of Medium Sea Green #2ECD73
Tints of Medium Sea Green #2ECD73
RGB
CMYK
RGB Variations
Color information
#2ECD73 (or 0x2ECD73) is known color: Medium Sea Green. HEX triplet: 2E, CD and 73. RGB value is (46,205,115). Sum of RGB (Red+Green+Blue) = 46+205+115=366 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.57% from 366); Green value is 205 (80.47% from 255 or 56.01% from 366); Blue value is 115 (45.31% from 255 or 31.42% from 366); Max value from RGB is 205 - color contains mainly: green. Hex color #2ECD73 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ECD73 is #D1328C. Grayscale: #939393. Windows color (decimal): -13709965 or 7589166. OLE color: 7589166.
HSL color Cylindrical-coordinate representation of color #2ECD73: hue angle of 146.04º 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 #2ECD73 is Cyan = 0.78, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 46 | 205 | 115 | - |
| CMYK | 0.78 | 0 | 0.44 | 0.20 |
| HSL | 146.04º | 0.63% | 0.49% | - |
| HSV(B) | 146.04º | 0.78% | 0.8% | - |
| XYZ | 26.05 | 45.48 | 23.63 | - |
| YUV | 147.2 | 109.82 | 55.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 205 | 115 | 0.78 | 0 | 0.44 | 0.20 | 146.04 | 0.63 | 0.49 |
| Hex | 2E | CD | 73 | 4E | 0 | 2C | 14 | 92 | 3F | 31 |
| Octal | 56 | 315 | 163 | 116 | 0 | 54 | 24 | 222 | 77 | 61 |
| Binary | 101110 | 11001101 | 1110011 | 1001110 | 0 | 101100 | 10100 | 10010010 | 111111 | 110001 |
Color Harmonies of #2ECD73
Complementary color
Monochromatic Colors of #2ECD73
Black with #2ECD73
Text Example
Text Example
White with #2ECD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECD73; }
p { color: rgb(46,205,115); }
H1.HeaderClassName
{
color: #2ECD73;
}
.AnyTagClassName
{
color: #2ECD73;
}
</style>
background-color css
<style>
a { background-color: #2ECD73; }
a { background-color: rgb(46,205,115); }
div.DivClassName
{
background-color: #2ECD73;
}
.BgClassName
{
background-color: #2ECD73;
}
</style>
border-color css
<style>
span { border-color: #2ECD73; }
span { border-color: rgb(46,205,115); }
td.TdClassName
{
border-color: #2ECD73;
}
.TagClassName
{
border-color: #2ECD73;
}
</style>