Shades of Medium Sea Green #2EB96C
Tints of Medium Sea Green #2EB96C
RGB
CMYK
RGB Variations
Color information
#2EB96C (or 0x2EB96C) is known color: Medium Sea Green. HEX triplet: 2E, B9 and 6C. RGB value is (46,185,108). Sum of RGB (Red+Green+Blue) = 46+185+108=339 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.57% from 339); Green value is 185 (72.66% from 255 or 54.57% from 339); Blue value is 108 (42.58% from 255 or 31.86% from 339); Max value from RGB is 185 - color contains mainly: green. Hex color #2EB96C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EB96C is #D14693. Grayscale: #868686. Windows color (decimal): -13715092 or 7125294. OLE color: 7125294.
HSL color Cylindrical-coordinate representation of color #2EB96C: hue angle of 146.76º 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 #2EB96C is Cyan = 0.75, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 185 | 108 | - |
| CMYK | 0.75 | 0 | 0.42 | 0.27 |
| HSL | 146.76º | 0.6% | 0.45% | - |
| HSV(B) | 146.76º | 0.75% | 0.73% | - |
| XYZ | 21.18 | 36.36 | 20.09 | - |
| YUV | 134.66 | 112.95 | 64.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 185 | 108 | 0.75 | 0 | 0.42 | 0.27 | 146.76 | 0.6 | 0.45 |
| Hex | 2E | B9 | 6C | 4B | 0 | 2A | 1B | 93 | 3C | 2D |
| Octal | 56 | 271 | 154 | 113 | 0 | 52 | 33 | 223 | 74 | 55 |
| Binary | 101110 | 10111001 | 1101100 | 1001011 | 0 | 101010 | 11011 | 10010011 | 111100 | 101101 |
Color Harmonies of #2EB96C
Complementary color
Monochromatic Colors of #2EB96C
Black with #2EB96C
Text Example
Text Example
White with #2EB96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB96C; }
p { color: rgb(46,185,108); }
H1.HeaderClassName
{
color: #2EB96C;
}
.AnyTagClassName
{
color: #2EB96C;
}
</style>
background-color css
<style>
a { background-color: #2EB96C; }
a { background-color: rgb(46,185,108); }
div.DivClassName
{
background-color: #2EB96C;
}
.BgClassName
{
background-color: #2EB96C;
}
</style>
border-color css
<style>
span { border-color: #2EB96C; }
span { border-color: rgb(46,185,108); }
td.TdClassName
{
border-color: #2EB96C;
}
.TagClassName
{
border-color: #2EB96C;
}
</style>