Shades of Emerald #2ED974
Tints of Emerald #2ED974
RGB
CMYK
RGB Variations
Color information
#2ED974 (or 0x2ED974) is known color: Emerald. HEX triplet: 2E, D9 and 74. RGB value is (46,217,116). Sum of RGB (Red+Green+Blue) = 46+217+116=379 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.14% from 379); Green value is 217 (85.16% from 255 or 57.26% from 379); Blue value is 116 (45.70% from 255 or 30.61% from 379); Max value from RGB is 217 - color contains mainly: green. Hex color #2ED974 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ED974 is #D1268B. Grayscale: #9A9A9A. Windows color (decimal): -13706892 or 7657774. OLE color: 7657774.
HSL color Cylindrical-coordinate representation of color #2ED974: hue angle of 144.56º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ED974 is Cyan = 0.79, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 46 | 217 | 116 | - |
| CMYK | 0.79 | 0 | 0.47 | 0.15 |
| HSL | 144.56º | 0.69% | 0.52% | - |
| HSV(B) | 144.56º | 0.79% | 0.85% | - |
| XYZ | 29.09 | 51.47 | 24.92 | - |
| YUV | 154.36 | 106.35 | 50.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 217 | 116 | 0.79 | 0 | 0.47 | 0.15 | 144.56 | 0.69 | 0.52 |
| Hex | 2E | D9 | 74 | 4F | 0 | 2F | F | 91 | 45 | 34 |
| Octal | 56 | 331 | 164 | 117 | 0 | 57 | 17 | 221 | 105 | 64 |
| Binary | 101110 | 11011001 | 1110100 | 1001111 | 0 | 101111 | 1111 | 10010001 | 1000101 | 110100 |
Color Harmonies of #2ED974
Complementary color
Monochromatic Colors of #2ED974
Black with #2ED974
Text Example
Text Example
White with #2ED974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED974; }
p { color: rgb(46,217,116); }
H1.HeaderClassName
{
color: #2ED974;
}
.AnyTagClassName
{
color: #2ED974;
}
</style>
background-color css
<style>
a { background-color: #2ED974; }
a { background-color: rgb(46,217,116); }
div.DivClassName
{
background-color: #2ED974;
}
.BgClassName
{
background-color: #2ED974;
}
</style>
border-color css
<style>
span { border-color: #2ED974; }
span { border-color: rgb(46,217,116); }
td.TdClassName
{
border-color: #2ED974;
}
.TagClassName
{
border-color: #2ED974;
}
</style>