Shades of Medium Sea Green #2EB96E
Tints of Medium Sea Green #2EB96E
RGB
CMYK
RGB Variations
Color information
#2EB96E (or 0x2EB96E) is known color: Medium Sea Green. HEX triplet: 2E, B9 and 6E. RGB value is (46,185,110). Sum of RGB (Red+Green+Blue) = 46+185+110=341 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.49% from 341); Green value is 185 (72.66% from 255 or 54.25% from 341); Blue value is 110 (43.36% from 255 or 32.26% from 341); Max value from RGB is 185 - color contains mainly: green. Hex color #2EB96E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EB96E is #D14691. Grayscale: #878787. Windows color (decimal): -13715090 or 7256366. OLE color: 7256366.
HSL color Cylindrical-coordinate representation of color #2EB96E: hue angle of 147.63º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EB96E is Cyan = 0.75, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 185 | 110 | - |
| CMYK | 0.75 | 0 | 0.41 | 0.27 |
| HSL | 147.63º | 0.6% | 0.45% | - |
| HSV(B) | 147.63º | 0.75% | 0.73% | - |
| XYZ | 21.29 | 36.4 | 20.66 | - |
| YUV | 134.89 | 113.95 | 64.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 185 | 110 | 0.75 | 0 | 0.41 | 0.27 | 147.63 | 0.6 | 0.45 |
| Hex | 2E | B9 | 6E | 4B | 0 | 29 | 1B | 94 | 3C | 2D |
| Octal | 56 | 271 | 156 | 113 | 0 | 51 | 33 | 224 | 74 | 55 |
| Binary | 101110 | 10111001 | 1101110 | 1001011 | 0 | 101001 | 11011 | 10010100 | 111100 | 101101 |
Color Harmonies of #2EB96E
Complementary color
Monochromatic Colors of #2EB96E
Black with #2EB96E
Text Example
Text Example
White with #2EB96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB96E; }
p { color: rgb(46,185,110); }
H1.HeaderClassName
{
color: #2EB96E;
}
.AnyTagClassName
{
color: #2EB96E;
}
</style>
background-color css
<style>
a { background-color: #2EB96E; }
a { background-color: rgb(46,185,110); }
div.DivClassName
{
background-color: #2EB96E;
}
.BgClassName
{
background-color: #2EB96E;
}
</style>
border-color css
<style>
span { border-color: #2EB96E; }
span { border-color: rgb(46,185,110); }
td.TdClassName
{
border-color: #2EB96E;
}
.TagClassName
{
border-color: #2EB96E;
}
</style>