Shades of Emerald #2ED76B
Tints of Emerald #2ED76B
RGB
CMYK
RGB Variations
Color information
#2ED76B (or 0x2ED76B) is known color: Emerald. HEX triplet: 2E, D7 and 6B. RGB value is (46,215,107). Sum of RGB (Red+Green+Blue) = 46+215+107=368 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.5% from 368); Green value is 215 (84.38% from 255 or 58.42% from 368); Blue value is 107 (42.19% from 255 or 29.08% from 368); Max value from RGB is 215 - color contains mainly: green. Hex color #2ED76B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ED76B is #D12894. Grayscale: #989898. Windows color (decimal): -13707413 or 7067438. OLE color: 7067438.
HSL color Cylindrical-coordinate representation of color #2ED76B: hue angle of 141.66º 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 #2ED76B is Cyan = 0.79, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 46 | 215 | 107 | - |
| CMYK | 0.79 | 0 | 0.50 | 0.16 |
| HSL | 141.66º | 0.68% | 0.51% | - |
| HSV(B) | 141.66º | 0.79% | 0.84% | - |
| XYZ | 28.08 | 50.24 | 22.13 | - |
| YUV | 152.16 | 102.51 | 52.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 215 | 107 | 0.79 | 0 | 0.50 | 0.16 | 141.66 | 0.68 | 0.51 |
| Hex | 2E | D7 | 6B | 4F | 0 | 32 | 10 | 8E | 44 | 33 |
| Octal | 56 | 327 | 153 | 117 | 0 | 62 | 20 | 216 | 104 | 63 |
| Binary | 101110 | 11010111 | 1101011 | 1001111 | 0 | 110010 | 10000 | 10001110 | 1000100 | 110011 |
Color Harmonies of #2ED76B
Complementary color
Monochromatic Colors of #2ED76B
Black with #2ED76B
Text Example
Text Example
White with #2ED76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED76B; }
p { color: rgb(46,215,107); }
H1.HeaderClassName
{
color: #2ED76B;
}
.AnyTagClassName
{
color: #2ED76B;
}
</style>
background-color css
<style>
a { background-color: #2ED76B; }
a { background-color: rgb(46,215,107); }
div.DivClassName
{
background-color: #2ED76B;
}
.BgClassName
{
background-color: #2ED76B;
}
</style>
border-color css
<style>
span { border-color: #2ED76B; }
span { border-color: rgb(46,215,107); }
td.TdClassName
{
border-color: #2ED76B;
}
.TagClassName
{
border-color: #2ED76B;
}
</style>