Shades of Medium Sea Green #2EC95A
Tints of Medium Sea Green #2EC95A
RGB
CMYK
RGB Variations
Color information
#2EC95A (or 0x2EC95A) is known color: Medium Sea Green. HEX triplet: 2E, C9 and 5A. RGB value is (46,201,90). Sum of RGB (Red+Green+Blue) = 46+201+90=337 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.65% from 337); Green value is 201 (78.91% from 255 or 59.64% from 337); Blue value is 90 (35.55% from 255 or 26.71% from 337); Max value from RGB is 201 - color contains mainly: green. Hex color #2EC95A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EC95A is #D136A5. Grayscale: #8E8E8E. Windows color (decimal): -13711014 or 5949742. OLE color: 5949742.
HSL color Cylindrical-coordinate representation of color #2EC95A: hue angle of 137.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 #2EC95A is Cyan = 0.77, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 46 | 201 | 90 | - |
| CMYK | 0.77 | 0 | 0.55 | 0.21 |
| HSL | 137.03º | 0.63% | 0.48% | - |
| HSV(B) | 137.03º | 0.77% | 0.79% | - |
| XYZ | 23.86 | 43.09 | 16.73 | - |
| YUV | 142 | 98.65 | 59.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 201 | 90 | 0.77 | 0 | 0.55 | 0.21 | 137.03 | 0.63 | 0.48 |
| Hex | 2E | C9 | 5A | 4D | 0 | 37 | 15 | 89 | 3F | 30 |
| Octal | 56 | 311 | 132 | 115 | 0 | 67 | 25 | 211 | 77 | 60 |
| Binary | 101110 | 11001001 | 1011010 | 1001101 | 0 | 110111 | 10101 | 10001001 | 111111 | 110000 |
Color Harmonies of #2EC95A
Complementary color
Monochromatic Colors of #2EC95A
Black with #2EC95A
Text Example
Text Example
White with #2EC95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC95A; }
p { color: rgb(46,201,90); }
H1.HeaderClassName
{
color: #2EC95A;
}
.AnyTagClassName
{
color: #2EC95A;
}
</style>
background-color css
<style>
a { background-color: #2EC95A; }
a { background-color: rgb(46,201,90); }
div.DivClassName
{
background-color: #2EC95A;
}
.BgClassName
{
background-color: #2EC95A;
}
</style>
border-color css
<style>
span { border-color: #2EC95A; }
span { border-color: rgb(46,201,90); }
td.TdClassName
{
border-color: #2EC95A;
}
.TagClassName
{
border-color: #2EC95A;
}
</style>