Shades of Medium Sea Green #2EC979
Tints of Medium Sea Green #2EC979
RGB
CMYK
RGB Variations
Color information
#2EC979 (or 0x2EC979) is known color: Medium Sea Green. HEX triplet: 2E, C9 and 79. RGB value is (46,201,121). Sum of RGB (Red+Green+Blue) = 46+201+121=368 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.5% from 368); Green value is 201 (78.91% from 255 or 54.62% from 368); Blue value is 121 (47.66% from 255 or 32.88% from 368); Max value from RGB is 201 - color contains mainly: green. Hex color #2EC979 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EC979 is #D13686. Grayscale: #919191. Windows color (decimal): -13710983 or 7981358. OLE color: 7981358.
HSL color Cylindrical-coordinate representation of color #2EC979: hue angle of 149.03º 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 #2EC979 is Cyan = 0.77, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 46 | 201 | 121 | - |
| CMYK | 0.77 | 0 | 0.40 | 0.21 |
| HSL | 149.03º | 0.63% | 0.48% | - |
| HSV(B) | 149.03º | 0.77% | 0.79% | - |
| XYZ | 25.46 | 43.73 | 25.19 | - |
| YUV | 145.54 | 114.15 | 57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 201 | 121 | 0.77 | 0 | 0.40 | 0.21 | 149.03 | 0.63 | 0.48 |
| Hex | 2E | C9 | 79 | 4D | 0 | 28 | 15 | 95 | 3F | 30 |
| Octal | 56 | 311 | 171 | 115 | 0 | 50 | 25 | 225 | 77 | 60 |
| Binary | 101110 | 11001001 | 1111001 | 1001101 | 0 | 101000 | 10101 | 10010101 | 111111 | 110000 |
Color Harmonies of #2EC979
Complementary color
Monochromatic Colors of #2EC979
Black with #2EC979
Text Example
Text Example
White with #2EC979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC979; }
p { color: rgb(46,201,121); }
H1.HeaderClassName
{
color: #2EC979;
}
.AnyTagClassName
{
color: #2EC979;
}
</style>
background-color css
<style>
a { background-color: #2EC979; }
a { background-color: rgb(46,201,121); }
div.DivClassName
{
background-color: #2EC979;
}
.BgClassName
{
background-color: #2EC979;
}
</style>
border-color css
<style>
span { border-color: #2EC979; }
span { border-color: rgb(46,201,121); }
td.TdClassName
{
border-color: #2EC979;
}
.TagClassName
{
border-color: #2EC979;
}
</style>