Shades of Medium Sea Green #2EC574
Tints of Medium Sea Green #2EC574
RGB
CMYK
RGB Variations
Color information
#2EC574 (or 0x2EC574) is known color: Medium Sea Green. HEX triplet: 2E, C5 and 74. RGB value is (46,197,116). Sum of RGB (Red+Green+Blue) = 46+197+116=359 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.81% from 359); Green value is 197 (77.34% from 255 or 54.87% from 359); Blue value is 116 (45.70% from 255 or 32.31% from 359); Max value from RGB is 197 - color contains mainly: green. Hex color #2EC574 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EC574 is #D13A8B. Grayscale: #8E8E8E. Windows color (decimal): -13712012 or 7652654. OLE color: 7652654.
HSL color Cylindrical-coordinate representation of color #2EC574: hue angle of 147.81º 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 #2EC574 is Cyan = 0.77, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 46 | 197 | 116 | - |
| CMYK | 0.77 | 0 | 0.41 | 0.23 |
| HSL | 147.81º | 0.62% | 0.48% | - |
| HSV(B) | 147.81º | 0.77% | 0.77% | - |
| XYZ | 24.25 | 41.77 | 23.31 | - |
| YUV | 142.62 | 112.97 | 59.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 197 | 116 | 0.77 | 0 | 0.41 | 0.23 | 147.81 | 0.62 | 0.48 |
| Hex | 2E | C5 | 74 | 4D | 0 | 29 | 17 | 94 | 3E | 30 |
| Octal | 56 | 305 | 164 | 115 | 0 | 51 | 27 | 224 | 76 | 60 |
| Binary | 101110 | 11000101 | 1110100 | 1001101 | 0 | 101001 | 10111 | 10010100 | 111110 | 110000 |
Color Harmonies of #2EC574
Complementary color
Monochromatic Colors of #2EC574
Black with #2EC574
Text Example
Text Example
White with #2EC574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC574; }
p { color: rgb(46,197,116); }
H1.HeaderClassName
{
color: #2EC574;
}
.AnyTagClassName
{
color: #2EC574;
}
</style>
background-color css
<style>
a { background-color: #2EC574; }
a { background-color: rgb(46,197,116); }
div.DivClassName
{
background-color: #2EC574;
}
.BgClassName
{
background-color: #2EC574;
}
</style>
border-color css
<style>
span { border-color: #2EC574; }
span { border-color: rgb(46,197,116); }
td.TdClassName
{
border-color: #2EC574;
}
.TagClassName
{
border-color: #2EC574;
}
</style>