Shades of Emerald #2EDD75
Tints of Emerald #2EDD75
RGB
CMYK
RGB Variations
Color information
#2EDD75 (or 0x2EDD75) is known color: Emerald. HEX triplet: 2E, DD and 75. RGB value is (46,221,117). Sum of RGB (Red+Green+Blue) = 46+221+117=384 (50% of max value = 765). Red value is 46 (18.36% from 255 or 11.98% from 384); Green value is 221 (86.72% from 255 or 57.55% from 384); Blue value is 117 (46.09% from 255 or 30.47% from 384); Max value from RGB is 221 - color contains mainly: green. Hex color #2EDD75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EDD75 is #D1228A. Grayscale: #9D9D9D. Windows color (decimal): -13705867 or 7724334. OLE color: 7724334.
HSL color Cylindrical-coordinate representation of color #2EDD75: hue angle of 144.34º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDD75 is Cyan = 0.79, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 221 | 117 | - |
| CMYK | 0.79 | 0 | 0.47 | 0.13 |
| HSL | 144.34º | 0.72% | 0.52% | - |
| HSV(B) | 144.34º | 0.79% | 0.87% | - |
| XYZ | 30.19 | 53.58 | 25.58 | - |
| YUV | 156.82 | 105.52 | 48.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 221 | 117 | 0.79 | 0 | 0.47 | 0.13 | 144.34 | 0.72 | 0.52 |
| Hex | 2E | DD | 75 | 4F | 0 | 2F | D | 90 | 48 | 34 |
| Octal | 56 | 335 | 165 | 117 | 0 | 57 | 15 | 220 | 110 | 64 |
| Binary | 101110 | 11011101 | 1110101 | 1001111 | 0 | 101111 | 1101 | 10010000 | 1001000 | 110100 |
Color Harmonies of #2EDD75
Complementary color
Monochromatic Colors of #2EDD75
Black with #2EDD75
Text Example
Text Example
White with #2EDD75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDD75; }
p { color: rgb(46,221,117); }
H1.HeaderClassName
{
color: #2EDD75;
}
.AnyTagClassName
{
color: #2EDD75;
}
</style>
background-color css
<style>
a { background-color: #2EDD75; }
a { background-color: rgb(46,221,117); }
div.DivClassName
{
background-color: #2EDD75;
}
.BgClassName
{
background-color: #2EDD75;
}
</style>
border-color css
<style>
span { border-color: #2EDD75; }
span { border-color: rgb(46,221,117); }
td.TdClassName
{
border-color: #2EDD75;
}
.TagClassName
{
border-color: #2EDD75;
}
</style>