Shades of Medium Sea Green #2EC96E
Tints of Medium Sea Green #2EC96E
RGB
CMYK
RGB Variations
Color information
#2EC96E (or 0x2EC96E) is known color: Medium Sea Green. HEX triplet: 2E, C9 and 6E. RGB value is (46,201,110). Sum of RGB (Red+Green+Blue) = 46+201+110=357 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.89% from 357); Green value is 201 (78.91% from 255 or 56.30% from 357); Blue value is 110 (43.36% from 255 or 30.81% from 357); Max value from RGB is 201 - color contains mainly: green. Hex color #2EC96E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EC96E is #D13691. Grayscale: #909090. Windows color (decimal): -13710994 or 7260462. OLE color: 7260462.
HSL color Cylindrical-coordinate representation of color #2EC96E: hue angle of 144.77º 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 #2EC96E is Cyan = 0.77, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 46 | 201 | 110 | - |
| CMYK | 0.77 | 0 | 0.45 | 0.21 |
| HSL | 144.77º | 0.63% | 0.48% | - |
| HSV(B) | 144.77º | 0.77% | 0.79% | - |
| XYZ | 24.83 | 43.48 | 21.84 | - |
| YUV | 144.28 | 108.65 | 57.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 201 | 110 | 0.77 | 0 | 0.45 | 0.21 | 144.77 | 0.63 | 0.48 |
| Hex | 2E | C9 | 6E | 4D | 0 | 2D | 15 | 91 | 3F | 30 |
| Octal | 56 | 311 | 156 | 115 | 0 | 55 | 25 | 221 | 77 | 60 |
| Binary | 101110 | 11001001 | 1101110 | 1001101 | 0 | 101101 | 10101 | 10010001 | 111111 | 110000 |
Color Harmonies of #2EC96E
Complementary color
Monochromatic Colors of #2EC96E
Black with #2EC96E
Text Example
Text Example
White with #2EC96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC96E; }
p { color: rgb(46,201,110); }
H1.HeaderClassName
{
color: #2EC96E;
}
.AnyTagClassName
{
color: #2EC96E;
}
</style>
background-color css
<style>
a { background-color: #2EC96E; }
a { background-color: rgb(46,201,110); }
div.DivClassName
{
background-color: #2EC96E;
}
.BgClassName
{
background-color: #2EC96E;
}
</style>
border-color css
<style>
span { border-color: #2EC96E; }
span { border-color: rgb(46,201,110); }
td.TdClassName
{
border-color: #2EC96E;
}
.TagClassName
{
border-color: #2EC96E;
}
</style>