Shades of Emerald #2EDE76
Tints of Emerald #2EDE76
RGB
CMYK
RGB Variations
Color information
#2EDE76 (or 0x2EDE76) is known color: Emerald. HEX triplet: 2E, DE and 76. RGB value is (46,222,118). Sum of RGB (Red+Green+Blue) = 46+222+118=386 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.92% from 386); Green value is 222 (87.11% from 255 or 57.51% from 386); Blue value is 118 (46.48% from 255 or 30.57% from 386); Max value from RGB is 222 - color contains mainly: green. Hex color #2EDE76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EDE76 is #D12189. Grayscale: #9D9D9D. Windows color (decimal): -13705610 or 7790126. OLE color: 7790126.
HSL color Cylindrical-coordinate representation of color #2EDE76: hue angle of 144.55º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDE76 is Cyan = 0.79, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 222 | 118 | - |
| CMYK | 0.79 | 0 | 0.47 | 0.13 |
| HSL | 144.55º | 0.73% | 0.53% | - |
| HSV(B) | 144.55º | 0.79% | 0.87% | - |
| XYZ | 30.52 | 54.13 | 25.98 | - |
| YUV | 157.52 | 105.69 | 48.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 222 | 118 | 0.79 | 0 | 0.47 | 0.13 | 144.55 | 0.73 | 0.53 |
| Hex | 2E | DE | 76 | 4F | 0 | 2F | D | 91 | 49 | 35 |
| Octal | 56 | 336 | 166 | 117 | 0 | 57 | 15 | 221 | 111 | 65 |
| Binary | 101110 | 11011110 | 1110110 | 1001111 | 0 | 101111 | 1101 | 10010001 | 1001001 | 110101 |
Color Harmonies of #2EDE76
Complementary color
Monochromatic Colors of #2EDE76
Black with #2EDE76
Text Example
Text Example
White with #2EDE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDE76; }
p { color: rgb(46,222,118); }
H1.HeaderClassName
{
color: #2EDE76;
}
.AnyTagClassName
{
color: #2EDE76;
}
</style>
background-color css
<style>
a { background-color: #2EDE76; }
a { background-color: rgb(46,222,118); }
div.DivClassName
{
background-color: #2EDE76;
}
.BgClassName
{
background-color: #2EDE76;
}
</style>
border-color css
<style>
span { border-color: #2EDE76; }
span { border-color: rgb(46,222,118); }
td.TdClassName
{
border-color: #2EDE76;
}
.TagClassName
{
border-color: #2EDE76;
}
</style>