Shades of Medium Sea Green #2EC97C
Tints of Medium Sea Green #2EC97C
RGB
CMYK
RGB Variations
Color information
#2EC97C (or 0x2EC97C) is known color: Medium Sea Green. HEX triplet: 2E, C9 and 7C. RGB value is (46,201,124). Sum of RGB (Red+Green+Blue) = 46+201+124=371 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.40% from 371); Green value is 201 (78.91% from 255 or 54.18% from 371); Blue value is 124 (48.83% from 255 or 33.42% from 371); Max value from RGB is 201 - color contains mainly: green. Hex color #2EC97C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EC97C is #D13683. Grayscale: #929292. Windows color (decimal): -13710980 or 8177966. OLE color: 8177966.
HSL color Cylindrical-coordinate representation of color #2EC97C: hue angle of 150.19º 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 #2EC97C is Cyan = 0.77, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 46 | 201 | 124 | - |
| CMYK | 0.77 | 0 | 0.38 | 0.21 |
| HSL | 150.19º | 0.63% | 0.48% | - |
| HSV(B) | 150.19º | 0.77% | 0.79% | - |
| XYZ | 25.65 | 43.81 | 26.17 | - |
| YUV | 145.88 | 115.65 | 56.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 201 | 124 | 0.77 | 0 | 0.38 | 0.21 | 150.19 | 0.63 | 0.48 |
| Hex | 2E | C9 | 7C | 4D | 0 | 26 | 15 | 96 | 3F | 30 |
| Octal | 56 | 311 | 174 | 115 | 0 | 46 | 25 | 226 | 77 | 60 |
| Binary | 101110 | 11001001 | 1111100 | 1001101 | 0 | 100110 | 10101 | 10010110 | 111111 | 110000 |
Color Harmonies of #2EC97C
Complementary color
Monochromatic Colors of #2EC97C
Black with #2EC97C
Text Example
Text Example
White with #2EC97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC97C; }
p { color: rgb(46,201,124); }
H1.HeaderClassName
{
color: #2EC97C;
}
.AnyTagClassName
{
color: #2EC97C;
}
</style>
background-color css
<style>
a { background-color: #2EC97C; }
a { background-color: rgb(46,201,124); }
div.DivClassName
{
background-color: #2EC97C;
}
.BgClassName
{
background-color: #2EC97C;
}
</style>
border-color css
<style>
span { border-color: #2EC97C; }
span { border-color: rgb(46,201,124); }
td.TdClassName
{
border-color: #2EC97C;
}
.TagClassName
{
border-color: #2EC97C;
}
</style>