Shades of Emerald #2EE579
Tints of Emerald #2EE579
RGB
CMYK
RGB Variations
Color information
#2EE579 (or 0x2EE579) is known color: Emerald. HEX triplet: 2E, E5 and 79. RGB value is (46,229,121). Sum of RGB (Red+Green+Blue) = 46+229+121=396 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.62% from 396); Green value is 229 (89.84% from 255 or 57.83% from 396); Blue value is 121 (47.66% from 255 or 30.56% from 396); Max value from RGB is 229 - color contains mainly: green. Hex color #2EE579 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EE579 is #D11A86. Grayscale: #A2A2A2. Windows color (decimal): -13703815 or 7988526. OLE color: 7988526.
HSL color Cylindrical-coordinate representation of color #2EE579: hue angle of 144.59º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE579 is Cyan = 0.80, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 46 | 229 | 121 | - |
| CMYK | 0.80 | 0 | 0.47 | 0.10 |
| HSL | 144.59º | 0.78% | 0.54% | - |
| HSV(B) | 144.59º | 0.8% | 0.9% | - |
| XYZ | 32.6 | 58 | 27.57 | - |
| YUV | 161.97 | 104.87 | 45.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 229 | 121 | 0.80 | 0 | 0.47 | 0.10 | 144.59 | 0.78 | 0.54 |
| Hex | 2E | E5 | 79 | 50 | 0 | 2F | A | 91 | 4E | 36 |
| Octal | 56 | 345 | 171 | 120 | 0 | 57 | 12 | 221 | 116 | 66 |
| Binary | 101110 | 11100101 | 1111001 | 1010000 | 0 | 101111 | 1010 | 10010001 | 1001110 | 110110 |
Color Harmonies of #2EE579
Complementary color
Monochromatic Colors of #2EE579
Black with #2EE579
Text Example
Text Example
White with #2EE579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE579; }
p { color: rgb(46,229,121); }
H1.HeaderClassName
{
color: #2EE579;
}
.AnyTagClassName
{
color: #2EE579;
}
</style>
background-color css
<style>
a { background-color: #2EE579; }
a { background-color: rgb(46,229,121); }
div.DivClassName
{
background-color: #2EE579;
}
.BgClassName
{
background-color: #2EE579;
}
</style>
border-color css
<style>
span { border-color: #2EE579; }
span { border-color: rgb(46,229,121); }
td.TdClassName
{
border-color: #2EE579;
}
.TagClassName
{
border-color: #2EE579;
}
</style>