Shades of Emerald #2ED771
Tints of Emerald #2ED771
RGB
CMYK
RGB Variations
Color information
#2ED771 (or 0x2ED771) is known color: Emerald. HEX triplet: 2E, D7 and 71. RGB value is (46,215,113). Sum of RGB (Red+Green+Blue) = 46+215+113=374 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.30% from 374); Green value is 215 (84.38% from 255 or 57.49% from 374); Blue value is 113 (44.53% from 255 or 30.21% from 374); Max value from RGB is 215 - color contains mainly: green. Hex color #2ED771 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ED771 is #D1288E. Grayscale: #999999. Windows color (decimal): -13707407 or 7460654. OLE color: 7460654.
HSL color Cylindrical-coordinate representation of color #2ED771: hue angle of 143.79º 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 #2ED771 is Cyan = 0.79, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 46 | 215 | 113 | - |
| CMYK | 0.79 | 0 | 0.47 | 0.16 |
| HSL | 143.79º | 0.68% | 0.51% | - |
| HSV(B) | 143.79º | 0.79% | 0.84% | - |
| XYZ | 28.41 | 50.37 | 23.85 | - |
| YUV | 152.84 | 105.51 | 51.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 215 | 113 | 0.79 | 0 | 0.47 | 0.16 | 143.79 | 0.68 | 0.51 |
| Hex | 2E | D7 | 71 | 4F | 0 | 2F | 10 | 90 | 44 | 33 |
| Octal | 56 | 327 | 161 | 117 | 0 | 57 | 20 | 220 | 104 | 63 |
| Binary | 101110 | 11010111 | 1110001 | 1001111 | 0 | 101111 | 10000 | 10010000 | 1000100 | 110011 |
Color Harmonies of #2ED771
Complementary color
Monochromatic Colors of #2ED771
Black with #2ED771
Text Example
Text Example
White with #2ED771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED771; }
p { color: rgb(46,215,113); }
H1.HeaderClassName
{
color: #2ED771;
}
.AnyTagClassName
{
color: #2ED771;
}
</style>
background-color css
<style>
a { background-color: #2ED771; }
a { background-color: rgb(46,215,113); }
div.DivClassName
{
background-color: #2ED771;
}
.BgClassName
{
background-color: #2ED771;
}
</style>
border-color css
<style>
span { border-color: #2ED771; }
span { border-color: rgb(46,215,113); }
td.TdClassName
{
border-color: #2ED771;
}
.TagClassName
{
border-color: #2ED771;
}
</style>