Shades of Emerald #2EE46E
Tints of Emerald #2EE46E
RGB
CMYK
RGB Variations
Color information
#2EE46E (or 0x2EE46E) is known color: Emerald. HEX triplet: 2E, E4 and 6E. RGB value is (46,228,110). Sum of RGB (Red+Green+Blue) = 46+228+110=384 (50% of max value = 765). Red value is 46 (18.36% from 255 or 11.98% from 384); Green value is 228 (89.45% from 255 or 59.38% from 384); Blue value is 110 (43.36% from 255 or 28.65% from 384); Max value from RGB is 228 - color contains mainly: green. Hex color #2EE46E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EE46E is #D11B91. Grayscale: #A0A0A0. Windows color (decimal): -13704082 or 7267374. OLE color: 7267374.
HSL color Cylindrical-coordinate representation of color #2EE46E: hue angle of 141.1º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE46E is Cyan = 0.80, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 46 | 228 | 110 | - |
| CMYK | 0.80 | 0 | 0.52 | 0.11 |
| HSL | 141.1º | 0.77% | 0.54% | - |
| HSV(B) | 141.1º | 0.8% | 0.89% | - |
| XYZ | 31.68 | 57.19 | 24.12 | - |
| YUV | 160.13 | 99.7 | 46.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 228 | 110 | 0.80 | 0 | 0.52 | 0.11 | 141.1 | 0.77 | 0.54 |
| Hex | 2E | E4 | 6E | 50 | 0 | 34 | B | 8D | 4D | 36 |
| Octal | 56 | 344 | 156 | 120 | 0 | 64 | 13 | 215 | 115 | 66 |
| Binary | 101110 | 11100100 | 1101110 | 1010000 | 0 | 110100 | 1011 | 10001101 | 1001101 | 110110 |
Color Harmonies of #2EE46E
Complementary color
Monochromatic Colors of #2EE46E
Black with #2EE46E
Text Example
Text Example
White with #2EE46E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE46E; }
p { color: rgb(46,228,110); }
H1.HeaderClassName
{
color: #2EE46E;
}
.AnyTagClassName
{
color: #2EE46E;
}
</style>
background-color css
<style>
a { background-color: #2EE46E; }
a { background-color: rgb(46,228,110); }
div.DivClassName
{
background-color: #2EE46E;
}
.BgClassName
{
background-color: #2EE46E;
}
</style>
border-color css
<style>
span { border-color: #2EE46E; }
span { border-color: rgb(46,228,110); }
td.TdClassName
{
border-color: #2EE46E;
}
.TagClassName
{
border-color: #2EE46E;
}
</style>