Shades of Medium Sea Green #2EC95B
Tints of Medium Sea Green #2EC95B
RGB
CMYK
RGB Variations
Color information
#2EC95B (or 0x2EC95B) is known color: Medium Sea Green. HEX triplet: 2E, C9 and 5B. RGB value is (46,201,91). Sum of RGB (Red+Green+Blue) = 46+201+91=338 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.61% from 338); Green value is 201 (78.91% from 255 or 59.47% from 338); Blue value is 91 (35.94% from 255 or 26.92% from 338); Max value from RGB is 201 - color contains mainly: green. Hex color #2EC95B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EC95B is #D136A4. Grayscale: #8E8E8E. Windows color (decimal): -13711013 or 6015278. OLE color: 6015278.
HSL color Cylindrical-coordinate representation of color #2EC95B: hue angle of 137.42º 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 #2EC95B is Cyan = 0.77, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 46 | 201 | 91 | - |
| CMYK | 0.77 | 0 | 0.55 | 0.21 |
| HSL | 137.42º | 0.63% | 0.48% | - |
| HSV(B) | 137.42º | 0.77% | 0.79% | - |
| XYZ | 23.9 | 43.11 | 16.96 | - |
| YUV | 142.12 | 99.15 | 59.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 201 | 91 | 0.77 | 0 | 0.55 | 0.21 | 137.42 | 0.63 | 0.48 |
| Hex | 2E | C9 | 5B | 4D | 0 | 37 | 15 | 89 | 3F | 30 |
| Octal | 56 | 311 | 133 | 115 | 0 | 67 | 25 | 211 | 77 | 60 |
| Binary | 101110 | 11001001 | 1011011 | 1001101 | 0 | 110111 | 10101 | 10001001 | 111111 | 110000 |
Color Harmonies of #2EC95B
Complementary color
Monochromatic Colors of #2EC95B
Black with #2EC95B
Text Example
Text Example
White with #2EC95B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC95B; }
p { color: rgb(46,201,91); }
H1.HeaderClassName
{
color: #2EC95B;
}
.AnyTagClassName
{
color: #2EC95B;
}
</style>
background-color css
<style>
a { background-color: #2EC95B; }
a { background-color: rgb(46,201,91); }
div.DivClassName
{
background-color: #2EC95B;
}
.BgClassName
{
background-color: #2EC95B;
}
</style>
border-color css
<style>
span { border-color: #2EC95B; }
span { border-color: rgb(46,201,91); }
td.TdClassName
{
border-color: #2EC95B;
}
.TagClassName
{
border-color: #2EC95B;
}
</style>