Shades of Emerald #2ED76A
Tints of Emerald #2ED76A
RGB
CMYK
RGB Variations
Color information
#2ED76A (or 0x2ED76A) is known color: Emerald. HEX triplet: 2E, D7 and 6A. RGB value is (46,215,106). Sum of RGB (Red+Green+Blue) = 46+215+106=367 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.53% from 367); Green value is 215 (84.38% from 255 or 58.58% from 367); Blue value is 106 (41.80% from 255 or 28.88% from 367); Max value from RGB is 215 - color contains mainly: green. Hex color #2ED76A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ED76A is #D12895. Grayscale: #989898. Windows color (decimal): -13707414 or 7001902. OLE color: 7001902.
HSL color Cylindrical-coordinate representation of color #2ED76A: hue angle of 141.3º 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 #2ED76A is Cyan = 0.79, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 46 | 215 | 106 | - |
| CMYK | 0.79 | 0 | 0.51 | 0.16 |
| HSL | 141.3º | 0.68% | 0.51% | - |
| HSV(B) | 141.3º | 0.79% | 0.84% | - |
| XYZ | 28.03 | 50.22 | 21.85 | - |
| YUV | 152.04 | 102.01 | 52.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 215 | 106 | 0.79 | 0 | 0.51 | 0.16 | 141.3 | 0.68 | 0.51 |
| Hex | 2E | D7 | 6A | 4F | 0 | 33 | 10 | 8D | 44 | 33 |
| Octal | 56 | 327 | 152 | 117 | 0 | 63 | 20 | 215 | 104 | 63 |
| Binary | 101110 | 11010111 | 1101010 | 1001111 | 0 | 110011 | 10000 | 10001101 | 1000100 | 110011 |
Color Harmonies of #2ED76A
Complementary color
Monochromatic Colors of #2ED76A
Black with #2ED76A
Text Example
Text Example
White with #2ED76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED76A; }
p { color: rgb(46,215,106); }
H1.HeaderClassName
{
color: #2ED76A;
}
.AnyTagClassName
{
color: #2ED76A;
}
</style>
background-color css
<style>
a { background-color: #2ED76A; }
a { background-color: rgb(46,215,106); }
div.DivClassName
{
background-color: #2ED76A;
}
.BgClassName
{
background-color: #2ED76A;
}
</style>
border-color css
<style>
span { border-color: #2ED76A; }
span { border-color: rgb(46,215,106); }
td.TdClassName
{
border-color: #2ED76A;
}
.TagClassName
{
border-color: #2ED76A;
}
</style>