Shades of Medium Sea Green #2EC959
Tints of Medium Sea Green #2EC959
RGB
CMYK
RGB Variations
Color information
#2EC959 (or 0x2EC959) is known color: Medium Sea Green. HEX triplet: 2E, C9 and 59. RGB value is (46,201,89). Sum of RGB (Red+Green+Blue) = 46+201+89=336 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.69% from 336); Green value is 201 (78.91% from 255 or 59.82% from 336); Blue value is 89 (35.16% from 255 or 26.49% from 336); Max value from RGB is 201 - color contains mainly: green. Hex color #2EC959 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EC959 is #D136A6. Grayscale: #8E8E8E. Windows color (decimal): -13711015 or 5884206. OLE color: 5884206.
HSL color Cylindrical-coordinate representation of color #2EC959: hue angle of 136.65º 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 #2EC959 is Cyan = 0.77, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 46 | 201 | 89 | - |
| CMYK | 0.77 | 0 | 0.56 | 0.21 |
| HSL | 136.65º | 0.63% | 0.48% | - |
| HSV(B) | 136.65º | 0.77% | 0.79% | - |
| XYZ | 23.82 | 43.08 | 16.51 | - |
| YUV | 141.89 | 98.15 | 59.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 201 | 89 | 0.77 | 0 | 0.56 | 0.21 | 136.65 | 0.63 | 0.48 |
| Hex | 2E | C9 | 59 | 4D | 0 | 38 | 15 | 89 | 3F | 30 |
| Octal | 56 | 311 | 131 | 115 | 0 | 70 | 25 | 211 | 77 | 60 |
| Binary | 101110 | 11001001 | 1011001 | 1001101 | 0 | 111000 | 10101 | 10001001 | 111111 | 110000 |
Color Harmonies of #2EC959
Complementary color
Monochromatic Colors of #2EC959
Black with #2EC959
Text Example
Text Example
White with #2EC959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC959; }
p { color: rgb(46,201,89); }
H1.HeaderClassName
{
color: #2EC959;
}
.AnyTagClassName
{
color: #2EC959;
}
</style>
background-color css
<style>
a { background-color: #2EC959; }
a { background-color: rgb(46,201,89); }
div.DivClassName
{
background-color: #2EC959;
}
.BgClassName
{
background-color: #2EC959;
}
</style>
border-color css
<style>
span { border-color: #2EC959; }
span { border-color: rgb(46,201,89); }
td.TdClassName
{
border-color: #2EC959;
}
.TagClassName
{
border-color: #2EC959;
}
</style>