Shades of Medium Sea Green #2EC55A
Tints of Medium Sea Green #2EC55A
RGB
CMYK
RGB Variations
Color information
#2EC55A (or 0x2EC55A) is known color: Medium Sea Green. HEX triplet: 2E, C5 and 5A. RGB value is (46,197,90). Sum of RGB (Red+Green+Blue) = 46+197+90=333 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.81% from 333); Green value is 197 (77.34% from 255 or 59.16% from 333); Blue value is 90 (35.55% from 255 or 27.03% from 333); Max value from RGB is 197 - color contains mainly: green. Hex color #2EC55A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EC55A is #D13AA5. Grayscale: #8B8B8B. Windows color (decimal): -13712038 or 5948718. OLE color: 5948718.
HSL color Cylindrical-coordinate representation of color #2EC55A: hue angle of 137.48º 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 #2EC55A is Cyan = 0.77, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 46 | 197 | 90 | - |
| CMYK | 0.77 | 0 | 0.54 | 0.23 |
| HSL | 137.48º | 0.62% | 0.48% | - |
| HSV(B) | 137.48º | 0.77% | 0.77% | - |
| XYZ | 22.94 | 41.25 | 16.43 | - |
| YUV | 139.65 | 99.97 | 61.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 197 | 90 | 0.77 | 0 | 0.54 | 0.23 | 137.48 | 0.62 | 0.48 |
| Hex | 2E | C5 | 5A | 4D | 0 | 36 | 17 | 89 | 3E | 30 |
| Octal | 56 | 305 | 132 | 115 | 0 | 66 | 27 | 211 | 76 | 60 |
| Binary | 101110 | 11000101 | 1011010 | 1001101 | 0 | 110110 | 10111 | 10001001 | 111110 | 110000 |
Color Harmonies of #2EC55A
Complementary color
Monochromatic Colors of #2EC55A
Black with #2EC55A
Text Example
Text Example
White with #2EC55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC55A; }
p { color: rgb(46,197,90); }
H1.HeaderClassName
{
color: #2EC55A;
}
.AnyTagClassName
{
color: #2EC55A;
}
</style>
background-color css
<style>
a { background-color: #2EC55A; }
a { background-color: rgb(46,197,90); }
div.DivClassName
{
background-color: #2EC55A;
}
.BgClassName
{
background-color: #2EC55A;
}
</style>
border-color css
<style>
span { border-color: #2EC55A; }
span { border-color: rgb(46,197,90); }
td.TdClassName
{
border-color: #2EC55A;
}
.TagClassName
{
border-color: #2EC55A;
}
</style>