Shades of Medium Sea Green #2ECC76
Tints of Medium Sea Green #2ECC76
RGB
CMYK
RGB Variations
Color information
#2ECC76 (or 0x2ECC76) is known color: Medium Sea Green. HEX triplet: 2E, CC and 76. RGB value is (46,204,118). Sum of RGB (Red+Green+Blue) = 46+204+118=368 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.5% from 368); Green value is 204 (80.08% from 255 or 55.43% from 368); Blue value is 118 (46.48% from 255 or 32.07% from 368); Max value from RGB is 204 - color contains mainly: green. Hex color #2ECC76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ECC76 is #D13389. Grayscale: #939393. Windows color (decimal): -13710218 or 7785518. OLE color: 7785518.
HSL color Cylindrical-coordinate representation of color #2ECC76: hue angle of 147.34º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2ECC76 is Cyan = 0.77, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 46 | 204 | 118 | - |
| CMYK | 0.77 | 0 | 0.42 | 0.2 |
| HSL | 147.34º | 0.63% | 0.49% | - |
| HSV(B) | 147.34º | 0.77% | 0.8% | - |
| XYZ | 25.99 | 45.07 | 24.47 | - |
| YUV | 146.95 | 111.65 | 55.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 204 | 118 | 0.77 | 0 | 0.42 | 0.2 | 147.34 | 0.63 | 0.49 |
| Hex | 2E | CC | 76 | 4D | 0 | 2A | 14 | 93 | 3F | 31 |
| Octal | 56 | 314 | 166 | 115 | 0 | 52 | 24 | 223 | 77 | 61 |
| Binary | 101110 | 11001100 | 1110110 | 1001101 | 0 | 101010 | 10100 | 10010011 | 111111 | 110001 |
Color Harmonies of #2ECC76
Complementary color
Monochromatic Colors of #2ECC76
Black with #2ECC76
Text Example
Text Example
White with #2ECC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECC76; }
p { color: rgb(46,204,118); }
H1.HeaderClassName
{
color: #2ECC76;
}
.AnyTagClassName
{
color: #2ECC76;
}
</style>
background-color css
<style>
a { background-color: #2ECC76; }
a { background-color: rgb(46,204,118); }
div.DivClassName
{
background-color: #2ECC76;
}
.BgClassName
{
background-color: #2ECC76;
}
</style>
border-color css
<style>
span { border-color: #2ECC76; }
span { border-color: rgb(46,204,118); }
td.TdClassName
{
border-color: #2ECC76;
}
.TagClassName
{
border-color: #2ECC76;
}
</style>