Shades of Medium Sea Green #2EC55D
Tints of Medium Sea Green #2EC55D
RGB
CMYK
RGB Variations
Color information
#2EC55D (or 0x2EC55D) is known color: Medium Sea Green. HEX triplet: 2E, C5 and 5D. RGB value is (46,197,93). Sum of RGB (Red+Green+Blue) = 46+197+93=336 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.69% from 336); Green value is 197 (77.34% from 255 or 58.63% from 336); Blue value is 93 (36.72% from 255 or 27.68% from 336); Max value from RGB is 197 - color contains mainly: green. Hex color #2EC55D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EC55D is #D13AA2. Grayscale: #8C8C8C. Windows color (decimal): -13712035 or 6145326. OLE color: 6145326.
HSL color Cylindrical-coordinate representation of color #2EC55D: hue angle of 138.68º 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 #2EC55D is Cyan = 0.77, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 46 | 197 | 93 | - |
| CMYK | 0.77 | 0 | 0.53 | 0.23 |
| HSL | 138.68º | 0.62% | 0.48% | - |
| HSV(B) | 138.68º | 0.77% | 0.77% | - |
| XYZ | 23.07 | 41.3 | 17.11 | - |
| YUV | 140 | 101.47 | 60.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 197 | 93 | 0.77 | 0 | 0.53 | 0.23 | 138.68 | 0.62 | 0.48 |
| Hex | 2E | C5 | 5D | 4D | 0 | 35 | 17 | 8B | 3E | 30 |
| Octal | 56 | 305 | 135 | 115 | 0 | 65 | 27 | 213 | 76 | 60 |
| Binary | 101110 | 11000101 | 1011101 | 1001101 | 0 | 110101 | 10111 | 10001011 | 111110 | 110000 |
Color Harmonies of #2EC55D
Complementary color
Monochromatic Colors of #2EC55D
Black with #2EC55D
Text Example
Text Example
White with #2EC55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC55D; }
p { color: rgb(46,197,93); }
H1.HeaderClassName
{
color: #2EC55D;
}
.AnyTagClassName
{
color: #2EC55D;
}
</style>
background-color css
<style>
a { background-color: #2EC55D; }
a { background-color: rgb(46,197,93); }
div.DivClassName
{
background-color: #2EC55D;
}
.BgClassName
{
background-color: #2EC55D;
}
</style>
border-color css
<style>
span { border-color: #2EC55D; }
span { border-color: rgb(46,197,93); }
td.TdClassName
{
border-color: #2EC55D;
}
.TagClassName
{
border-color: #2EC55D;
}
</style>