Shades of Medium Sea Green #2EB86C
Tints of Medium Sea Green #2EB86C
RGB
CMYK
RGB Variations
Color information
#2EB86C (or 0x2EB86C) is known color: Medium Sea Green. HEX triplet: 2E, B8 and 6C. RGB value is (46,184,108). Sum of RGB (Red+Green+Blue) = 46+184+108=338 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.61% from 338); Green value is 184 (72.27% from 255 or 54.44% from 338); Blue value is 108 (42.58% from 255 or 31.95% from 338); Max value from RGB is 184 - color contains mainly: green. Hex color #2EB86C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EB86C is #D14793. Grayscale: #868686. Windows color (decimal): -13715348 or 7125038. OLE color: 7125038.
HSL color Cylindrical-coordinate representation of color #2EB86C: hue angle of 146.96º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EB86C is Cyan = 0.75, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 46 | 184 | 108 | - |
| CMYK | 0.75 | 0 | 0.41 | 0.28 |
| HSL | 146.96º | 0.6% | 0.45% | - |
| HSV(B) | 146.96º | 0.75% | 0.72% | - |
| XYZ | 20.97 | 35.94 | 20.02 | - |
| YUV | 134.07 | 113.28 | 65.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 184 | 108 | 0.75 | 0 | 0.41 | 0.28 | 146.96 | 0.6 | 0.45 |
| Hex | 2E | B8 | 6C | 4B | 0 | 29 | 1C | 93 | 3C | 2D |
| Octal | 56 | 270 | 154 | 113 | 0 | 51 | 34 | 223 | 74 | 55 |
| Binary | 101110 | 10111000 | 1101100 | 1001011 | 0 | 101001 | 11100 | 10010011 | 111100 | 101101 |
Color Harmonies of #2EB86C
Complementary color
Monochromatic Colors of #2EB86C
Black with #2EB86C
Text Example
Text Example
White with #2EB86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB86C; }
p { color: rgb(46,184,108); }
H1.HeaderClassName
{
color: #2EB86C;
}
.AnyTagClassName
{
color: #2EB86C;
}
</style>
background-color css
<style>
a { background-color: #2EB86C; }
a { background-color: rgb(46,184,108); }
div.DivClassName
{
background-color: #2EB86C;
}
.BgClassName
{
background-color: #2EB86C;
}
</style>
border-color css
<style>
span { border-color: #2EB86C; }
span { border-color: rgb(46,184,108); }
td.TdClassName
{
border-color: #2EB86C;
}
.TagClassName
{
border-color: #2EB86C;
}
</style>