Shades of Medium Sea Green #2EC572
Tints of Medium Sea Green #2EC572
RGB
CMYK
RGB Variations
Color information
#2EC572 (or 0x2EC572) is known color: Medium Sea Green. HEX triplet: 2E, C5 and 72. RGB value is (46,197,114). Sum of RGB (Red+Green+Blue) = 46+197+114=357 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.89% from 357); Green value is 197 (77.34% from 255 or 55.18% from 357); Blue value is 114 (44.92% from 255 or 31.93% from 357); Max value from RGB is 197 - color contains mainly: green. Hex color #2EC572 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EC572 is #D13A8D. Grayscale: #8E8E8E. Windows color (decimal): -13712014 or 7521582. OLE color: 7521582.
HSL color Cylindrical-coordinate representation of color #2EC572: hue angle of 147.02º 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 #2EC572 is Cyan = 0.77, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 46 | 197 | 114 | - |
| CMYK | 0.77 | 0 | 0.42 | 0.23 |
| HSL | 147.02º | 0.62% | 0.48% | - |
| HSV(B) | 147.02º | 0.77% | 0.77% | - |
| XYZ | 24.13 | 41.73 | 22.7 | - |
| YUV | 142.39 | 111.97 | 59.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 197 | 114 | 0.77 | 0 | 0.42 | 0.23 | 147.02 | 0.62 | 0.48 |
| Hex | 2E | C5 | 72 | 4D | 0 | 2A | 17 | 93 | 3E | 30 |
| Octal | 56 | 305 | 162 | 115 | 0 | 52 | 27 | 223 | 76 | 60 |
| Binary | 101110 | 11000101 | 1110010 | 1001101 | 0 | 101010 | 10111 | 10010011 | 111110 | 110000 |
Color Harmonies of #2EC572
Complementary color
Monochromatic Colors of #2EC572
Black with #2EC572
Text Example
Text Example
White with #2EC572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC572; }
p { color: rgb(46,197,114); }
H1.HeaderClassName
{
color: #2EC572;
}
.AnyTagClassName
{
color: #2EC572;
}
</style>
background-color css
<style>
a { background-color: #2EC572; }
a { background-color: rgb(46,197,114); }
div.DivClassName
{
background-color: #2EC572;
}
.BgClassName
{
background-color: #2EC572;
}
</style>
border-color css
<style>
span { border-color: #2EC572; }
span { border-color: rgb(46,197,114); }
td.TdClassName
{
border-color: #2EC572;
}
.TagClassName
{
border-color: #2EC572;
}
</style>