Shades of Emerald #2EE870
Tints of Emerald #2EE870
RGB
CMYK
RGB Variations
Color information
#2EE870 (or 0x2EE870) is known color: Emerald. HEX triplet: 2E, E8 and 70. RGB value is (46,232,112). Sum of RGB (Red+Green+Blue) = 46+232+112=390 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.79% from 390); Green value is 232 (91.02% from 255 or 59.49% from 390); Blue value is 112 (44.14% from 255 or 28.72% from 390); Max value from RGB is 232 - color contains mainly: green. Hex color #2EE870 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EE870 is #D1178F. Grayscale: #A3A3A3. Windows color (decimal): -13703056 or 7399470. OLE color: 7399470.
HSL color Cylindrical-coordinate representation of color #2EE870: hue angle of 141.29º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE870 is Cyan = 0.80, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 46 | 232 | 112 | - |
| CMYK | 0.80 | 0 | 0.52 | 0.09 |
| HSL | 141.29º | 0.8% | 0.55% | - |
| HSV(B) | 141.29º | 0.8% | 0.91% | - |
| XYZ | 32.91 | 59.46 | 25.07 | - |
| YUV | 162.71 | 99.38 | 44.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 232 | 112 | 0.80 | 0 | 0.52 | 0.09 | 141.29 | 0.8 | 0.55 |
| Hex | 2E | E8 | 70 | 50 | 0 | 34 | 9 | 8D | 50 | 37 |
| Octal | 56 | 350 | 160 | 120 | 0 | 64 | 11 | 215 | 120 | 67 |
| Binary | 101110 | 11101000 | 1110000 | 1010000 | 0 | 110100 | 1001 | 10001101 | 1010000 | 110111 |
Color Harmonies of #2EE870
Complementary color
Monochromatic Colors of #2EE870
Black with #2EE870
Text Example
Text Example
White with #2EE870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE870; }
p { color: rgb(46,232,112); }
H1.HeaderClassName
{
color: #2EE870;
}
.AnyTagClassName
{
color: #2EE870;
}
</style>
background-color css
<style>
a { background-color: #2EE870; }
a { background-color: rgb(46,232,112); }
div.DivClassName
{
background-color: #2EE870;
}
.BgClassName
{
background-color: #2EE870;
}
</style>
border-color css
<style>
span { border-color: #2EE870; }
span { border-color: rgb(46,232,112); }
td.TdClassName
{
border-color: #2EE870;
}
.TagClassName
{
border-color: #2EE870;
}
</style>