Shades of Emerald #2EE179
Tints of Emerald #2EE179
RGB
CMYK
RGB Variations
Color information
#2EE179 (or 0x2EE179) is known color: Emerald. HEX triplet: 2E, E1 and 79. RGB value is (46,225,121). Sum of RGB (Red+Green+Blue) = 46+225+121=392 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.73% from 392); Green value is 225 (88.28% from 255 or 57.40% from 392); Blue value is 121 (47.66% from 255 or 30.87% from 392); Max value from RGB is 225 - color contains mainly: green. Hex color #2EE179 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EE179 is #D11E86. Grayscale: #9F9F9F. Windows color (decimal): -13704839 or 7987502. OLE color: 7987502.
HSL color Cylindrical-coordinate representation of color #2EE179: hue angle of 145.14º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE179 is Cyan = 0.80, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 46 | 225 | 121 | - |
| CMYK | 0.80 | 0 | 0.46 | 0.12 |
| HSL | 145.14º | 0.75% | 0.53% | - |
| HSV(B) | 145.14º | 0.8% | 0.88% | - |
| XYZ | 31.5 | 55.81 | 27.2 | - |
| YUV | 159.62 | 106.2 | 46.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 225 | 121 | 0.80 | 0 | 0.46 | 0.12 | 145.14 | 0.75 | 0.53 |
| Hex | 2E | E1 | 79 | 50 | 0 | 2E | C | 91 | 4B | 35 |
| Octal | 56 | 341 | 171 | 120 | 0 | 56 | 14 | 221 | 113 | 65 |
| Binary | 101110 | 11100001 | 1111001 | 1010000 | 0 | 101110 | 1100 | 10010001 | 1001011 | 110101 |
Color Harmonies of #2EE179
Complementary color
Monochromatic Colors of #2EE179
Black with #2EE179
Text Example
Text Example
White with #2EE179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE179; }
p { color: rgb(46,225,121); }
H1.HeaderClassName
{
color: #2EE179;
}
.AnyTagClassName
{
color: #2EE179;
}
</style>
background-color css
<style>
a { background-color: #2EE179; }
a { background-color: rgb(46,225,121); }
div.DivClassName
{
background-color: #2EE179;
}
.BgClassName
{
background-color: #2EE179;
}
</style>
border-color css
<style>
span { border-color: #2EE179; }
span { border-color: rgb(46,225,121); }
td.TdClassName
{
border-color: #2EE179;
}
.TagClassName
{
border-color: #2EE179;
}
</style>