Shades of Medium Sea Green #2EC85D
Tints of Medium Sea Green #2EC85D
RGB
CMYK
RGB Variations
Color information
#2EC85D (or 0x2EC85D) is known color: Medium Sea Green. HEX triplet: 2E, C8 and 5D. RGB value is (46,200,93). Sum of RGB (Red+Green+Blue) = 46+200+93=339 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.57% from 339); Green value is 200 (78.52% from 255 or 59.00% from 339); Blue value is 93 (36.72% from 255 or 27.43% from 339); Max value from RGB is 200 - color contains mainly: green. Hex color #2EC85D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EC85D is #D137A2. Grayscale: #8E8E8E. Windows color (decimal): -13711267 or 6146094. OLE color: 6146094.
HSL color Cylindrical-coordinate representation of color #2EC85D: hue angle of 138.31º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EC85D is Cyan = 0.77, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 46 | 200 | 93 | - |
| CMYK | 0.77 | 0 | 0.54 | 0.22 |
| HSL | 138.31º | 0.63% | 0.48% | - |
| HSV(B) | 138.31º | 0.77% | 0.78% | - |
| XYZ | 23.76 | 42.68 | 17.34 | - |
| YUV | 141.76 | 100.48 | 59.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 200 | 93 | 0.77 | 0 | 0.54 | 0.22 | 138.31 | 0.63 | 0.48 |
| Hex | 2E | C8 | 5D | 4D | 0 | 36 | 16 | 8A | 3F | 30 |
| Octal | 56 | 310 | 135 | 115 | 0 | 66 | 26 | 212 | 77 | 60 |
| Binary | 101110 | 11001000 | 1011101 | 1001101 | 0 | 110110 | 10110 | 10001010 | 111111 | 110000 |
Color Harmonies of #2EC85D
Complementary color
Monochromatic Colors of #2EC85D
Black with #2EC85D
Text Example
Text Example
White with #2EC85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC85D; }
p { color: rgb(46,200,93); }
H1.HeaderClassName
{
color: #2EC85D;
}
.AnyTagClassName
{
color: #2EC85D;
}
</style>
background-color css
<style>
a { background-color: #2EC85D; }
a { background-color: rgb(46,200,93); }
div.DivClassName
{
background-color: #2EC85D;
}
.BgClassName
{
background-color: #2EC85D;
}
</style>
border-color css
<style>
span { border-color: #2EC85D; }
span { border-color: rgb(46,200,93); }
td.TdClassName
{
border-color: #2EC85D;
}
.TagClassName
{
border-color: #2EC85D;
}
</style>