Shades of Emerald #2ED76D
Tints of Emerald #2ED76D
RGB
CMYK
RGB Variations
Color information
#2ED76D (or 0x2ED76D) is known color: Emerald. HEX triplet: 2E, D7 and 6D. RGB value is (46,215,109). Sum of RGB (Red+Green+Blue) = 46+215+109=370 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.43% from 370); Green value is 215 (84.38% from 255 or 58.11% from 370); Blue value is 109 (42.97% from 255 or 29.46% from 370); Max value from RGB is 215 - color contains mainly: green. Hex color #2ED76D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ED76D is #D12892. Grayscale: #989898. Windows color (decimal): -13707411 or 7198510. OLE color: 7198510.
HSL color Cylindrical-coordinate representation of color #2ED76D: hue angle of 142.37º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ED76D is Cyan = 0.79, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 46 | 215 | 109 | - |
| CMYK | 0.79 | 0 | 0.49 | 0.16 |
| HSL | 142.37º | 0.68% | 0.51% | - |
| HSV(B) | 142.37º | 0.79% | 0.84% | - |
| XYZ | 28.19 | 50.29 | 22.69 | - |
| YUV | 152.39 | 103.51 | 52.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 215 | 109 | 0.79 | 0 | 0.49 | 0.16 | 142.37 | 0.68 | 0.51 |
| Hex | 2E | D7 | 6D | 4F | 0 | 31 | 10 | 8E | 44 | 33 |
| Octal | 56 | 327 | 155 | 117 | 0 | 61 | 20 | 216 | 104 | 63 |
| Binary | 101110 | 11010111 | 1101101 | 1001111 | 0 | 110001 | 10000 | 10001110 | 1000100 | 110011 |
Color Harmonies of #2ED76D
Complementary color
Monochromatic Colors of #2ED76D
Black with #2ED76D
Text Example
Text Example
White with #2ED76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED76D; }
p { color: rgb(46,215,109); }
H1.HeaderClassName
{
color: #2ED76D;
}
.AnyTagClassName
{
color: #2ED76D;
}
</style>
background-color css
<style>
a { background-color: #2ED76D; }
a { background-color: rgb(46,215,109); }
div.DivClassName
{
background-color: #2ED76D;
}
.BgClassName
{
background-color: #2ED76D;
}
</style>
border-color css
<style>
span { border-color: #2ED76D; }
span { border-color: rgb(46,215,109); }
td.TdClassName
{
border-color: #2ED76D;
}
.TagClassName
{
border-color: #2ED76D;
}
</style>