Shades of Medium Sea Green #2EC86E
Tints of Medium Sea Green #2EC86E
RGB
CMYK
RGB Variations
Color information
#2EC86E (or 0x2EC86E) is known color: Medium Sea Green. HEX triplet: 2E, C8 and 6E. RGB value is (46,200,110). Sum of RGB (Red+Green+Blue) = 46+200+110=356 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.92% from 356); Green value is 200 (78.52% from 255 or 56.18% from 356); Blue value is 110 (43.36% from 255 or 30.90% from 356); Max value from RGB is 200 - color contains mainly: green. Hex color #2EC86E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EC86E is #D13791. Grayscale: #8F8F8F. Windows color (decimal): -13711250 or 7260206. OLE color: 7260206.
HSL color Cylindrical-coordinate representation of color #2EC86E: hue angle of 144.94º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EC86E is Cyan = 0.77, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 46 | 200 | 110 | - |
| CMYK | 0.77 | 0 | 0.45 | 0.22 |
| HSL | 144.94º | 0.63% | 0.48% | - |
| HSV(B) | 144.94º | 0.77% | 0.78% | - |
| XYZ | 24.6 | 43.02 | 21.76 | - |
| YUV | 143.69 | 108.98 | 58.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 200 | 110 | 0.77 | 0 | 0.45 | 0.22 | 144.94 | 0.63 | 0.48 |
| Hex | 2E | C8 | 6E | 4D | 0 | 2D | 16 | 91 | 3F | 30 |
| Octal | 56 | 310 | 156 | 115 | 0 | 55 | 26 | 221 | 77 | 60 |
| Binary | 101110 | 11001000 | 1101110 | 1001101 | 0 | 101101 | 10110 | 10010001 | 111111 | 110000 |
Color Harmonies of #2EC86E
Complementary color
Monochromatic Colors of #2EC86E
Black with #2EC86E
Text Example
Text Example
White with #2EC86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC86E; }
p { color: rgb(46,200,110); }
H1.HeaderClassName
{
color: #2EC86E;
}
.AnyTagClassName
{
color: #2EC86E;
}
</style>
background-color css
<style>
a { background-color: #2EC86E; }
a { background-color: rgb(46,200,110); }
div.DivClassName
{
background-color: #2EC86E;
}
.BgClassName
{
background-color: #2EC86E;
}
</style>
border-color css
<style>
span { border-color: #2EC86E; }
span { border-color: rgb(46,200,110); }
td.TdClassName
{
border-color: #2EC86E;
}
.TagClassName
{
border-color: #2EC86E;
}
</style>