Shades of Medium Sea Green #2EC55B
Tints of Medium Sea Green #2EC55B
RGB
CMYK
RGB Variations
Color information
#2EC55B (or 0x2EC55B) is known color: Medium Sea Green. HEX triplet: 2E, C5 and 5B. RGB value is (46,197,91). Sum of RGB (Red+Green+Blue) = 46+197+91=334 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.77% from 334); Green value is 197 (77.34% from 255 or 58.98% from 334); Blue value is 91 (35.94% from 255 or 27.25% from 334); Max value from RGB is 197 - color contains mainly: green. Hex color #2EC55B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EC55B is #D13AA4. Grayscale: #8C8C8C. Windows color (decimal): -13712037 or 6014254. OLE color: 6014254.
HSL color Cylindrical-coordinate representation of color #2EC55B: hue angle of 137.88º 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 #2EC55B is Cyan = 0.77, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 46 | 197 | 91 | - |
| CMYK | 0.77 | 0 | 0.54 | 0.23 |
| HSL | 137.88º | 0.62% | 0.48% | - |
| HSV(B) | 137.88º | 0.77% | 0.77% | - |
| XYZ | 22.98 | 41.27 | 16.65 | - |
| YUV | 139.77 | 100.47 | 61.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 197 | 91 | 0.77 | 0 | 0.54 | 0.23 | 137.88 | 0.62 | 0.48 |
| Hex | 2E | C5 | 5B | 4D | 0 | 36 | 17 | 8A | 3E | 30 |
| Octal | 56 | 305 | 133 | 115 | 0 | 66 | 27 | 212 | 76 | 60 |
| Binary | 101110 | 11000101 | 1011011 | 1001101 | 0 | 110110 | 10111 | 10001010 | 111110 | 110000 |
Color Harmonies of #2EC55B
Complementary color
Monochromatic Colors of #2EC55B
Black with #2EC55B
Text Example
Text Example
White with #2EC55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC55B; }
p { color: rgb(46,197,91); }
H1.HeaderClassName
{
color: #2EC55B;
}
.AnyTagClassName
{
color: #2EC55B;
}
</style>
background-color css
<style>
a { background-color: #2EC55B; }
a { background-color: rgb(46,197,91); }
div.DivClassName
{
background-color: #2EC55B;
}
.BgClassName
{
background-color: #2EC55B;
}
</style>
border-color css
<style>
span { border-color: #2EC55B; }
span { border-color: rgb(46,197,91); }
td.TdClassName
{
border-color: #2EC55B;
}
.TagClassName
{
border-color: #2EC55B;
}
</style>