Shades of Medium Sea Green #2EC976
Tints of Medium Sea Green #2EC976
RGB
CMYK
RGB Variations
Color information
#2EC976 (or 0x2EC976) is known color: Medium Sea Green. HEX triplet: 2E, C9 and 76. RGB value is (46,201,118). Sum of RGB (Red+Green+Blue) = 46+201+118=365 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.60% from 365); Green value is 201 (78.91% from 255 or 55.07% from 365); Blue value is 118 (46.48% from 255 or 32.33% from 365); Max value from RGB is 201 - color contains mainly: green. Hex color #2EC976 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EC976 is #D13689. Grayscale: #919191. Windows color (decimal): -13710986 or 7784750. OLE color: 7784750.
HSL color Cylindrical-coordinate representation of color #2EC976: hue angle of 147.87º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EC976 is Cyan = 0.77, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 46 | 201 | 118 | - |
| CMYK | 0.77 | 0 | 0.41 | 0.21 |
| HSL | 147.87º | 0.63% | 0.48% | - |
| HSV(B) | 147.87º | 0.77% | 0.79% | - |
| XYZ | 25.28 | 43.66 | 24.23 | - |
| YUV | 145.19 | 112.65 | 57.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 201 | 118 | 0.77 | 0 | 0.41 | 0.21 | 147.87 | 0.63 | 0.48 |
| Hex | 2E | C9 | 76 | 4D | 0 | 29 | 15 | 94 | 3F | 30 |
| Octal | 56 | 311 | 166 | 115 | 0 | 51 | 25 | 224 | 77 | 60 |
| Binary | 101110 | 11001001 | 1110110 | 1001101 | 0 | 101001 | 10101 | 10010100 | 111111 | 110000 |
Color Harmonies of #2EC976
Complementary color
Monochromatic Colors of #2EC976
Black with #2EC976
Text Example
Text Example
White with #2EC976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC976; }
p { color: rgb(46,201,118); }
H1.HeaderClassName
{
color: #2EC976;
}
.AnyTagClassName
{
color: #2EC976;
}
</style>
background-color css
<style>
a { background-color: #2EC976; }
a { background-color: rgb(46,201,118); }
div.DivClassName
{
background-color: #2EC976;
}
.BgClassName
{
background-color: #2EC976;
}
</style>
border-color css
<style>
span { border-color: #2EC976; }
span { border-color: rgb(46,201,118); }
td.TdClassName
{
border-color: #2EC976;
}
.TagClassName
{
border-color: #2EC976;
}
</style>