Shades of Emerald #2EDB70
Tints of Emerald #2EDB70
RGB
CMYK
RGB Variations
Color information
#2EDB70 (or 0x2EDB70) is known color: Emerald. HEX triplet: 2E, DB and 70. RGB value is (46,219,112). Sum of RGB (Red+Green+Blue) = 46+219+112=377 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.20% from 377); Green value is 219 (85.94% from 255 or 58.09% from 377); Blue value is 112 (44.14% from 255 or 29.71% from 377); Max value from RGB is 219 - color contains mainly: green. Hex color #2EDB70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EDB70 is #D1248F. Grayscale: #9B9B9B. Windows color (decimal): -13706384 or 7396142. OLE color: 7396142.
HSL color Cylindrical-coordinate representation of color #2EDB70: hue angle of 142.89º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDB70 is Cyan = 0.79, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 46 | 219 | 112 | - |
| CMYK | 0.79 | 0 | 0.49 | 0.14 |
| HSL | 142.89º | 0.71% | 0.52% | - |
| HSV(B) | 142.89º | 0.79% | 0.86% | - |
| XYZ | 29.38 | 52.41 | 23.9 | - |
| YUV | 155.08 | 103.69 | 50.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 219 | 112 | 0.79 | 0 | 0.49 | 0.14 | 142.89 | 0.71 | 0.52 |
| Hex | 2E | DB | 70 | 4F | 0 | 31 | E | 8F | 47 | 34 |
| Octal | 56 | 333 | 160 | 117 | 0 | 61 | 16 | 217 | 107 | 64 |
| Binary | 101110 | 11011011 | 1110000 | 1001111 | 0 | 110001 | 1110 | 10001111 | 1000111 | 110100 |
Color Harmonies of #2EDB70
Complementary color
Monochromatic Colors of #2EDB70
Black with #2EDB70
Text Example
Text Example
White with #2EDB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDB70; }
p { color: rgb(46,219,112); }
H1.HeaderClassName
{
color: #2EDB70;
}
.AnyTagClassName
{
color: #2EDB70;
}
</style>
background-color css
<style>
a { background-color: #2EDB70; }
a { background-color: rgb(46,219,112); }
div.DivClassName
{
background-color: #2EDB70;
}
.BgClassName
{
background-color: #2EDB70;
}
</style>
border-color css
<style>
span { border-color: #2EDB70; }
span { border-color: rgb(46,219,112); }
td.TdClassName
{
border-color: #2EDB70;
}
.TagClassName
{
border-color: #2EDB70;
}
</style>