Shades of Medium Sea Green #2EC056
Tints of Medium Sea Green #2EC056
RGB
CMYK
RGB Variations
Color information
#2EC056 (or 0x2EC056) is known color: Medium Sea Green. HEX triplet: 2E, C0 and 56. RGB value is (46,192,86). Sum of RGB (Red+Green+Blue) = 46+192+86=324 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.20% from 324); Green value is 192 (75.39% from 255 or 59.26% from 324); Blue value is 86 (33.98% from 255 or 26.54% from 324); Max value from RGB is 192 - color contains mainly: green. Hex color #2EC056 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EC056 is #D13FA9. Grayscale: #888888. Windows color (decimal): -13713322 or 5685294. OLE color: 5685294.
HSL color Cylindrical-coordinate representation of color #2EC056: hue angle of 136.44º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EC056 is Cyan = 0.76, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 46 | 192 | 86 | - |
| CMYK | 0.76 | 0 | 0.55 | 0.25 |
| HSL | 136.44º | 0.61% | 0.47% | - |
| HSV(B) | 136.44º | 0.76% | 0.75% | - |
| XYZ | 21.66 | 38.95 | 15.18 | - |
| YUV | 136.26 | 99.63 | 63.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 192 | 86 | 0.76 | 0 | 0.55 | 0.25 | 136.44 | 0.61 | 0.47 |
| Hex | 2E | C0 | 56 | 4C | 0 | 37 | 19 | 88 | 3D | 2F |
| Octal | 56 | 300 | 126 | 114 | 0 | 67 | 31 | 210 | 75 | 57 |
| Binary | 101110 | 11000000 | 1010110 | 1001100 | 0 | 110111 | 11001 | 10001000 | 111101 | 101111 |
Color Harmonies of #2EC056
Complementary color
Monochromatic Colors of #2EC056
Black with #2EC056
Text Example
Text Example
White with #2EC056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC056; }
p { color: rgb(46,192,86); }
H1.HeaderClassName
{
color: #2EC056;
}
.AnyTagClassName
{
color: #2EC056;
}
</style>
background-color css
<style>
a { background-color: #2EC056; }
a { background-color: rgb(46,192,86); }
div.DivClassName
{
background-color: #2EC056;
}
.BgClassName
{
background-color: #2EC056;
}
</style>
border-color css
<style>
span { border-color: #2EC056; }
span { border-color: rgb(46,192,86); }
td.TdClassName
{
border-color: #2EC056;
}
.TagClassName
{
border-color: #2EC056;
}
</style>