Shades of Emerald #2EDF77
Tints of Emerald #2EDF77
RGB
CMYK
RGB Variations
Color information
#2EDF77 (or 0x2EDF77) is known color: Emerald. HEX triplet: 2E, DF and 77. RGB value is (46,223,119). Sum of RGB (Red+Green+Blue) = 46+223+119=388 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.86% from 388); Green value is 223 (87.5% from 255 or 57.47% from 388); Blue value is 119 (46.88% from 255 or 30.67% from 388); Max value from RGB is 223 - color contains mainly: green. Hex color #2EDF77 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EDF77 is #D12088. Grayscale: #9E9E9E. Windows color (decimal): -13705353 or 7855918. OLE color: 7855918.
HSL color Cylindrical-coordinate representation of color #2EDF77: hue angle of 144.75º 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 #2EDF77 is Cyan = 0.79, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 223 | 119 | - |
| CMYK | 0.79 | 0 | 0.47 | 0.13 |
| HSL | 144.75º | 0.73% | 0.53% | - |
| HSV(B) | 144.75º | 0.79% | 0.87% | - |
| XYZ | 30.84 | 54.69 | 26.38 | - |
| YUV | 158.22 | 105.86 | 47.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 223 | 119 | 0.79 | 0 | 0.47 | 0.13 | 144.75 | 0.73 | 0.53 |
| Hex | 2E | DF | 77 | 4F | 0 | 2F | D | 91 | 49 | 35 |
| Octal | 56 | 337 | 167 | 117 | 0 | 57 | 15 | 221 | 111 | 65 |
| Binary | 101110 | 11011111 | 1110111 | 1001111 | 0 | 101111 | 1101 | 10010001 | 1001001 | 110101 |
Color Harmonies of #2EDF77
Complementary color
Monochromatic Colors of #2EDF77
Black with #2EDF77
Text Example
Text Example
White with #2EDF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDF77; }
p { color: rgb(46,223,119); }
H1.HeaderClassName
{
color: #2EDF77;
}
.AnyTagClassName
{
color: #2EDF77;
}
</style>
background-color css
<style>
a { background-color: #2EDF77; }
a { background-color: rgb(46,223,119); }
div.DivClassName
{
background-color: #2EDF77;
}
.BgClassName
{
background-color: #2EDF77;
}
</style>
border-color css
<style>
span { border-color: #2EDF77; }
span { border-color: rgb(46,223,119); }
td.TdClassName
{
border-color: #2EDF77;
}
.TagClassName
{
border-color: #2EDF77;
}
</style>