Shades of Medium Sea Green #2EC560
Tints of Medium Sea Green #2EC560
RGB
CMYK
RGB Variations
Color information
#2EC560 (or 0x2EC560) is known color: Medium Sea Green. HEX triplet: 2E, C5 and 60. RGB value is (46,197,96). Sum of RGB (Red+Green+Blue) = 46+197+96=339 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.57% from 339); Green value is 197 (77.34% from 255 or 58.11% from 339); Blue value is 96 (37.89% from 255 or 28.32% from 339); Max value from RGB is 197 - color contains mainly: green. Hex color #2EC560 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EC560 is #D13A9F. Grayscale: #8C8C8C. Windows color (decimal): -13712032 or 6341934. OLE color: 6341934.
HSL color Cylindrical-coordinate representation of color #2EC560: hue angle of 139.87º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EC560 is Cyan = 0.77, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 46 | 197 | 96 | - |
| CMYK | 0.77 | 0 | 0.51 | 0.23 |
| HSL | 139.87º | 0.62% | 0.48% | - |
| HSV(B) | 139.87º | 0.77% | 0.77% | - |
| XYZ | 23.2 | 41.36 | 17.83 | - |
| YUV | 140.34 | 102.97 | 60.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 197 | 96 | 0.77 | 0 | 0.51 | 0.23 | 139.87 | 0.62 | 0.48 |
| Hex | 2E | C5 | 60 | 4D | 0 | 33 | 17 | 8C | 3E | 30 |
| Octal | 56 | 305 | 140 | 115 | 0 | 63 | 27 | 214 | 76 | 60 |
| Binary | 101110 | 11000101 | 1100000 | 1001101 | 0 | 110011 | 10111 | 10001100 | 111110 | 110000 |
Color Harmonies of #2EC560
Complementary color
Monochromatic Colors of #2EC560
Black with #2EC560
Text Example
Text Example
White with #2EC560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC560; }
p { color: rgb(46,197,96); }
H1.HeaderClassName
{
color: #2EC560;
}
.AnyTagClassName
{
color: #2EC560;
}
</style>
background-color css
<style>
a { background-color: #2EC560; }
a { background-color: rgb(46,197,96); }
div.DivClassName
{
background-color: #2EC560;
}
.BgClassName
{
background-color: #2EC560;
}
</style>
border-color css
<style>
span { border-color: #2EC560; }
span { border-color: rgb(46,197,96); }
td.TdClassName
{
border-color: #2EC560;
}
.TagClassName
{
border-color: #2EC560;
}
</style>