Shades of Medium Sea Green #2EC85C
Tints of Medium Sea Green #2EC85C
RGB
CMYK
RGB Variations
Color information
#2EC85C (or 0x2EC85C) is known color: Medium Sea Green. HEX triplet: 2E, C8 and 5C. RGB value is (46,200,92). Sum of RGB (Red+Green+Blue) = 46+200+92=338 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.61% from 338); Green value is 200 (78.52% from 255 or 59.17% from 338); Blue value is 92 (36.33% from 255 or 27.22% from 338); Max value from RGB is 200 - color contains mainly: green. Hex color #2EC85C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EC85C is #D137A3. Grayscale: #8D8D8D. Windows color (decimal): -13711268 or 6080558. OLE color: 6080558.
HSL color Cylindrical-coordinate representation of color #2EC85C: hue angle of 137.92º 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 #2EC85C is Cyan = 0.77, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 46 | 200 | 92 | - |
| CMYK | 0.77 | 0 | 0.54 | 0.22 |
| HSL | 137.92º | 0.63% | 0.48% | - |
| HSV(B) | 137.92º | 0.77% | 0.78% | - |
| XYZ | 23.71 | 42.66 | 17.11 | - |
| YUV | 141.64 | 99.98 | 59.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 200 | 92 | 0.77 | 0 | 0.54 | 0.22 | 137.92 | 0.63 | 0.48 |
| Hex | 2E | C8 | 5C | 4D | 0 | 36 | 16 | 8A | 3F | 30 |
| Octal | 56 | 310 | 134 | 115 | 0 | 66 | 26 | 212 | 77 | 60 |
| Binary | 101110 | 11001000 | 1011100 | 1001101 | 0 | 110110 | 10110 | 10001010 | 111111 | 110000 |
Color Harmonies of #2EC85C
Complementary color
Monochromatic Colors of #2EC85C
Black with #2EC85C
Text Example
Text Example
White with #2EC85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC85C; }
p { color: rgb(46,200,92); }
H1.HeaderClassName
{
color: #2EC85C;
}
.AnyTagClassName
{
color: #2EC85C;
}
</style>
background-color css
<style>
a { background-color: #2EC85C; }
a { background-color: rgb(46,200,92); }
div.DivClassName
{
background-color: #2EC85C;
}
.BgClassName
{
background-color: #2EC85C;
}
</style>
border-color css
<style>
span { border-color: #2EC85C; }
span { border-color: rgb(46,200,92); }
td.TdClassName
{
border-color: #2EC85C;
}
.TagClassName
{
border-color: #2EC85C;
}
</style>