Shades of Medium Sea Green #2EC55C
Tints of Medium Sea Green #2EC55C
RGB
CMYK
RGB Variations
Color information
#2EC55C (or 0x2EC55C) is known color: Medium Sea Green. HEX triplet: 2E, C5 and 5C. RGB value is (46,197,92). Sum of RGB (Red+Green+Blue) = 46+197+92=335 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.73% from 335); Green value is 197 (77.34% from 255 or 58.81% from 335); Blue value is 92 (36.33% from 255 or 27.46% from 335); Max value from RGB is 197 - color contains mainly: green. Hex color #2EC55C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EC55C is #D13AA3. Grayscale: #8C8C8C. Windows color (decimal): -13712036 or 6079790. OLE color: 6079790.
HSL color Cylindrical-coordinate representation of color #2EC55C: hue angle of 138.28º 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 #2EC55C is Cyan = 0.77, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 46 | 197 | 92 | - |
| CMYK | 0.77 | 0 | 0.53 | 0.23 |
| HSL | 138.28º | 0.62% | 0.48% | - |
| HSV(B) | 138.28º | 0.77% | 0.77% | - |
| XYZ | 23.02 | 41.29 | 16.88 | - |
| YUV | 139.88 | 100.97 | 61.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 197 | 92 | 0.77 | 0 | 0.53 | 0.23 | 138.28 | 0.62 | 0.48 |
| Hex | 2E | C5 | 5C | 4D | 0 | 35 | 17 | 8A | 3E | 30 |
| Octal | 56 | 305 | 134 | 115 | 0 | 65 | 27 | 212 | 76 | 60 |
| Binary | 101110 | 11000101 | 1011100 | 1001101 | 0 | 110101 | 10111 | 10001010 | 111110 | 110000 |
Color Harmonies of #2EC55C
Complementary color
Monochromatic Colors of #2EC55C
Black with #2EC55C
Text Example
Text Example
White with #2EC55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC55C; }
p { color: rgb(46,197,92); }
H1.HeaderClassName
{
color: #2EC55C;
}
.AnyTagClassName
{
color: #2EC55C;
}
</style>
background-color css
<style>
a { background-color: #2EC55C; }
a { background-color: rgb(46,197,92); }
div.DivClassName
{
background-color: #2EC55C;
}
.BgClassName
{
background-color: #2EC55C;
}
</style>
border-color css
<style>
span { border-color: #2EC55C; }
span { border-color: rgb(46,197,92); }
td.TdClassName
{
border-color: #2EC55C;
}
.TagClassName
{
border-color: #2EC55C;
}
</style>