Shades of Medium Sea Green #2EC85F
Tints of Medium Sea Green #2EC85F
RGB
CMYK
RGB Variations
Color information
#2EC85F (or 0x2EC85F) is known color: Medium Sea Green. HEX triplet: 2E, C8 and 5F. RGB value is (46,200,95). Sum of RGB (Red+Green+Blue) = 46+200+95=341 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.49% from 341); Green value is 200 (78.52% from 255 or 58.65% from 341); Blue value is 95 (37.5% from 255 or 27.86% from 341); Max value from RGB is 200 - color contains mainly: green. Hex color #2EC85F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EC85F is #D137A0. Grayscale: #8E8E8E. Windows color (decimal): -13711265 or 6277166. OLE color: 6277166.
HSL color Cylindrical-coordinate representation of color #2EC85F: hue angle of 139.09º 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 #2EC85F is Cyan = 0.77, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 46 | 200 | 95 | - |
| CMYK | 0.77 | 0 | 0.52 | 0.22 |
| HSL | 139.09º | 0.63% | 0.48% | - |
| HSV(B) | 139.09º | 0.77% | 0.78% | - |
| XYZ | 23.85 | 42.72 | 17.81 | - |
| YUV | 141.98 | 101.48 | 59.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 200 | 95 | 0.77 | 0 | 0.52 | 0.22 | 139.09 | 0.63 | 0.48 |
| Hex | 2E | C8 | 5F | 4D | 0 | 34 | 16 | 8B | 3F | 30 |
| Octal | 56 | 310 | 137 | 115 | 0 | 64 | 26 | 213 | 77 | 60 |
| Binary | 101110 | 11001000 | 1011111 | 1001101 | 0 | 110100 | 10110 | 10001011 | 111111 | 110000 |
Color Harmonies of #2EC85F
Complementary color
Monochromatic Colors of #2EC85F
Black with #2EC85F
Text Example
Text Example
White with #2EC85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC85F; }
p { color: rgb(46,200,95); }
H1.HeaderClassName
{
color: #2EC85F;
}
.AnyTagClassName
{
color: #2EC85F;
}
</style>
background-color css
<style>
a { background-color: #2EC85F; }
a { background-color: rgb(46,200,95); }
div.DivClassName
{
background-color: #2EC85F;
}
.BgClassName
{
background-color: #2EC85F;
}
</style>
border-color css
<style>
span { border-color: #2EC85F; }
span { border-color: rgb(46,200,95); }
td.TdClassName
{
border-color: #2EC85F;
}
.TagClassName
{
border-color: #2EC85F;
}
</style>