Shades of Emerald #2EE56F
Tints of Emerald #2EE56F
RGB
CMYK
RGB Variations
Color information
#2EE56F (or 0x2EE56F) is known color: Emerald. HEX triplet: 2E, E5 and 6F. RGB value is (46,229,111). Sum of RGB (Red+Green+Blue) = 46+229+111=386 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.92% from 386); Green value is 229 (89.84% from 255 or 59.33% from 386); Blue value is 111 (43.75% from 255 or 28.76% from 386); Max value from RGB is 229 - color contains mainly: green. Hex color #2EE56F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EE56F is #D11A90. Grayscale: #A1A1A1. Windows color (decimal): -13703825 or 7333166. OLE color: 7333166.
HSL color Cylindrical-coordinate representation of color #2EE56F: hue angle of 141.31º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE56F is Cyan = 0.80, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 46 | 229 | 111 | - |
| CMYK | 0.80 | 0 | 0.52 | 0.10 |
| HSL | 141.31º | 0.78% | 0.54% | - |
| HSV(B) | 141.31º | 0.8% | 0.9% | - |
| XYZ | 32.02 | 57.77 | 24.5 | - |
| YUV | 160.83 | 99.87 | 46.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 229 | 111 | 0.80 | 0 | 0.52 | 0.10 | 141.31 | 0.78 | 0.54 |
| Hex | 2E | E5 | 6F | 50 | 0 | 34 | A | 8D | 4E | 36 |
| Octal | 56 | 345 | 157 | 120 | 0 | 64 | 12 | 215 | 116 | 66 |
| Binary | 101110 | 11100101 | 1101111 | 1010000 | 0 | 110100 | 1010 | 10001101 | 1001110 | 110110 |
Color Harmonies of #2EE56F
Complementary color
Monochromatic Colors of #2EE56F
Black with #2EE56F
Text Example
Text Example
White with #2EE56F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE56F; }
p { color: rgb(46,229,111); }
H1.HeaderClassName
{
color: #2EE56F;
}
.AnyTagClassName
{
color: #2EE56F;
}
</style>
background-color css
<style>
a { background-color: #2EE56F; }
a { background-color: rgb(46,229,111); }
div.DivClassName
{
background-color: #2EE56F;
}
.BgClassName
{
background-color: #2EE56F;
}
</style>
border-color css
<style>
span { border-color: #2EE56F; }
span { border-color: rgb(46,229,111); }
td.TdClassName
{
border-color: #2EE56F;
}
.TagClassName
{
border-color: #2EE56F;
}
</style>