Shades of Emerald #2EE077
Tints of Emerald #2EE077
RGB
CMYK
RGB Variations
Color information
#2EE077 (or 0x2EE077) is known color: Emerald. HEX triplet: 2E, E0 and 77. RGB value is (46,224,119). Sum of RGB (Red+Green+Blue) = 46+224+119=389 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.83% from 389); Green value is 224 (87.89% from 255 or 57.58% from 389); Blue value is 119 (46.88% from 255 or 30.59% from 389); Max value from RGB is 224 - color contains mainly: green. Hex color #2EE077 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EE077 is #D11F88. Grayscale: #9F9F9F. Windows color (decimal): -13705097 or 7856174. OLE color: 7856174.
HSL color Cylindrical-coordinate representation of color #2EE077: hue angle of 144.61º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EE077 is Cyan = 0.79, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 46 | 224 | 119 | - |
| CMYK | 0.79 | 0 | 0.47 | 0.12 |
| HSL | 144.61º | 0.74% | 0.53% | - |
| HSV(B) | 144.61º | 0.79% | 0.88% | - |
| XYZ | 31.11 | 55.22 | 26.47 | - |
| YUV | 158.81 | 105.53 | 47.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 224 | 119 | 0.79 | 0 | 0.47 | 0.12 | 144.61 | 0.74 | 0.53 |
| Hex | 2E | E0 | 77 | 4F | 0 | 2F | C | 91 | 4A | 35 |
| Octal | 56 | 340 | 167 | 117 | 0 | 57 | 14 | 221 | 112 | 65 |
| Binary | 101110 | 11100000 | 1110111 | 1001111 | 0 | 101111 | 1100 | 10010001 | 1001010 | 110101 |
Color Harmonies of #2EE077
Complementary color
Monochromatic Colors of #2EE077
Black with #2EE077
Text Example
Text Example
White with #2EE077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE077; }
p { color: rgb(46,224,119); }
H1.HeaderClassName
{
color: #2EE077;
}
.AnyTagClassName
{
color: #2EE077;
}
</style>
background-color css
<style>
a { background-color: #2EE077; }
a { background-color: rgb(46,224,119); }
div.DivClassName
{
background-color: #2EE077;
}
.BgClassName
{
background-color: #2EE077;
}
</style>
border-color css
<style>
span { border-color: #2EE077; }
span { border-color: rgb(46,224,119); }
td.TdClassName
{
border-color: #2EE077;
}
.TagClassName
{
border-color: #2EE077;
}
</style>