Shades of Emerald #2EE576
Tints of Emerald #2EE576
RGB
CMYK
RGB Variations
Color information
#2EE576 (or 0x2EE576) is known color: Emerald. HEX triplet: 2E, E5 and 76. RGB value is (46,229,118). Sum of RGB (Red+Green+Blue) = 46+229+118=393 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.70% from 393); Green value is 229 (89.84% from 255 or 58.27% from 393); Blue value is 118 (46.48% from 255 or 30.03% from 393); Max value from RGB is 229 - color contains mainly: green. Hex color #2EE576 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EE576 is #D11A89. Grayscale: #A1A1A1. Windows color (decimal): -13703818 or 7791918. OLE color: 7791918.
HSL color Cylindrical-coordinate representation of color #2EE576: hue angle of 143.61º 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 #2EE576 is Cyan = 0.80, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 46 | 229 | 118 | - |
| CMYK | 0.80 | 0 | 0.48 | 0.10 |
| HSL | 143.61º | 0.78% | 0.54% | - |
| HSV(B) | 143.61º | 0.8% | 0.9% | - |
| XYZ | 32.42 | 57.93 | 26.61 | - |
| YUV | 161.63 | 103.37 | 45.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 229 | 118 | 0.80 | 0 | 0.48 | 0.10 | 143.61 | 0.78 | 0.54 |
| Hex | 2E | E5 | 76 | 50 | 0 | 30 | A | 90 | 4E | 36 |
| Octal | 56 | 345 | 166 | 120 | 0 | 60 | 12 | 220 | 116 | 66 |
| Binary | 101110 | 11100101 | 1110110 | 1010000 | 0 | 110000 | 1010 | 10010000 | 1001110 | 110110 |
Color Harmonies of #2EE576
Complementary color
Monochromatic Colors of #2EE576
Black with #2EE576
Text Example
Text Example
White with #2EE576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE576; }
p { color: rgb(46,229,118); }
H1.HeaderClassName
{
color: #2EE576;
}
.AnyTagClassName
{
color: #2EE576;
}
</style>
background-color css
<style>
a { background-color: #2EE576; }
a { background-color: rgb(46,229,118); }
div.DivClassName
{
background-color: #2EE576;
}
.BgClassName
{
background-color: #2EE576;
}
</style>
border-color css
<style>
span { border-color: #2EE576; }
span { border-color: rgb(46,229,118); }
td.TdClassName
{
border-color: #2EE576;
}
.TagClassName
{
border-color: #2EE576;
}
</style>