Shades of Medium Sea Green #2EC55F
Tints of Medium Sea Green #2EC55F
RGB
CMYK
RGB Variations
Color information
#2EC55F (or 0x2EC55F) is known color: Medium Sea Green. HEX triplet: 2E, C5 and 5F. RGB value is (46,197,95). Sum of RGB (Red+Green+Blue) = 46+197+95=338 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.61% from 338); Green value is 197 (77.34% from 255 or 58.28% from 338); Blue value is 95 (37.5% from 255 or 28.11% from 338); Max value from RGB is 197 - color contains mainly: green. Hex color #2EC55F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EC55F is #D13AA0. Grayscale: #8C8C8C. Windows color (decimal): -13712033 or 6276398. OLE color: 6276398.
HSL color Cylindrical-coordinate representation of color #2EC55F: hue angle of 139.47º 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 #2EC55F is Cyan = 0.77, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 46 | 197 | 95 | - |
| CMYK | 0.77 | 0 | 0.52 | 0.23 |
| HSL | 139.47º | 0.62% | 0.48% | - |
| HSV(B) | 139.47º | 0.77% | 0.77% | - |
| XYZ | 23.16 | 41.34 | 17.59 | - |
| YUV | 140.22 | 102.47 | 60.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 197 | 95 | 0.77 | 0 | 0.52 | 0.23 | 139.47 | 0.62 | 0.48 |
| Hex | 2E | C5 | 5F | 4D | 0 | 34 | 17 | 8B | 3E | 30 |
| Octal | 56 | 305 | 137 | 115 | 0 | 64 | 27 | 213 | 76 | 60 |
| Binary | 101110 | 11000101 | 1011111 | 1001101 | 0 | 110100 | 10111 | 10001011 | 111110 | 110000 |
Color Harmonies of #2EC55F
Complementary color
Monochromatic Colors of #2EC55F
Black with #2EC55F
Text Example
Text Example
White with #2EC55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC55F; }
p { color: rgb(46,197,95); }
H1.HeaderClassName
{
color: #2EC55F;
}
.AnyTagClassName
{
color: #2EC55F;
}
</style>
background-color css
<style>
a { background-color: #2EC55F; }
a { background-color: rgb(46,197,95); }
div.DivClassName
{
background-color: #2EC55F;
}
.BgClassName
{
background-color: #2EC55F;
}
</style>
border-color css
<style>
span { border-color: #2EC55F; }
span { border-color: rgb(46,197,95); }
td.TdClassName
{
border-color: #2EC55F;
}
.TagClassName
{
border-color: #2EC55F;
}
</style>