Shades of Emerald #2EDE74
Tints of Emerald #2EDE74
RGB
CMYK
RGB Variations
Color information
#2EDE74 (or 0x2EDE74) is known color: Emerald. HEX triplet: 2E, DE and 74. RGB value is (46,222,116). Sum of RGB (Red+Green+Blue) = 46+222+116=384 (50% of max value = 765). Red value is 46 (18.36% from 255 or 11.98% from 384); Green value is 222 (87.11% from 255 or 57.81% from 384); Blue value is 116 (45.70% from 255 or 30.21% from 384); Max value from RGB is 222 - color contains mainly: green. Hex color #2EDE74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EDE74 is #D1218B. Grayscale: #9D9D9D. Windows color (decimal): -13705612 or 7659054. OLE color: 7659054.
HSL color Cylindrical-coordinate representation of color #2EDE74: hue angle of 143.86º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDE74 is Cyan = 0.79, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 222 | 116 | - |
| CMYK | 0.79 | 0 | 0.48 | 0.13 |
| HSL | 143.86º | 0.73% | 0.53% | - |
| HSV(B) | 143.86º | 0.79% | 0.87% | - |
| XYZ | 30.4 | 54.08 | 25.36 | - |
| YUV | 157.29 | 104.69 | 48.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 222 | 116 | 0.79 | 0 | 0.48 | 0.13 | 143.86 | 0.73 | 0.53 |
| Hex | 2E | DE | 74 | 4F | 0 | 30 | D | 90 | 49 | 35 |
| Octal | 56 | 336 | 164 | 117 | 0 | 60 | 15 | 220 | 111 | 65 |
| Binary | 101110 | 11011110 | 1110100 | 1001111 | 0 | 110000 | 1101 | 10010000 | 1001001 | 110101 |
Color Harmonies of #2EDE74
Complementary color
Monochromatic Colors of #2EDE74
Black with #2EDE74
Text Example
Text Example
White with #2EDE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDE74; }
p { color: rgb(46,222,116); }
H1.HeaderClassName
{
color: #2EDE74;
}
.AnyTagClassName
{
color: #2EDE74;
}
</style>
background-color css
<style>
a { background-color: #2EDE74; }
a { background-color: rgb(46,222,116); }
div.DivClassName
{
background-color: #2EDE74;
}
.BgClassName
{
background-color: #2EDE74;
}
</style>
border-color css
<style>
span { border-color: #2EDE74; }
span { border-color: rgb(46,222,116); }
td.TdClassName
{
border-color: #2EDE74;
}
.TagClassName
{
border-color: #2EDE74;
}
</style>