Shades of Emerald #2EE772
Tints of Emerald #2EE772
RGB
CMYK
RGB Variations
Color information
#2EE772 (or 0x2EE772) is known color: Emerald. HEX triplet: 2E, E7 and 72. RGB value is (46,231,114). Sum of RGB (Red+Green+Blue) = 46+231+114=391 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.76% from 391); Green value is 231 (90.62% from 255 or 59.08% from 391); Blue value is 114 (44.92% from 255 or 29.16% from 391); Max value from RGB is 231 - color contains mainly: green. Hex color #2EE772 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EE772 is #D1188D. Grayscale: #A2A2A2. Windows color (decimal): -13703310 or 7530286. OLE color: 7530286.
HSL color Cylindrical-coordinate representation of color #2EE772: hue angle of 142.05º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE772 is Cyan = 0.80, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 46 | 231 | 114 | - |
| CMYK | 0.80 | 0 | 0.51 | 0.09 |
| HSL | 142.05º | 0.79% | 0.54% | - |
| HSV(B) | 142.05º | 0.8% | 0.91% | - |
| XYZ | 32.74 | 58.95 | 25.57 | - |
| YUV | 162.35 | 100.71 | 45.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 231 | 114 | 0.80 | 0 | 0.51 | 0.09 | 142.05 | 0.79 | 0.54 |
| Hex | 2E | E7 | 72 | 50 | 0 | 33 | 9 | 8E | 4F | 36 |
| Octal | 56 | 347 | 162 | 120 | 0 | 63 | 11 | 216 | 117 | 66 |
| Binary | 101110 | 11100111 | 1110010 | 1010000 | 0 | 110011 | 1001 | 10001110 | 1001111 | 110110 |
Color Harmonies of #2EE772
Complementary color
Monochromatic Colors of #2EE772
Black with #2EE772
Text Example
Text Example
White with #2EE772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE772; }
p { color: rgb(46,231,114); }
H1.HeaderClassName
{
color: #2EE772;
}
.AnyTagClassName
{
color: #2EE772;
}
</style>
background-color css
<style>
a { background-color: #2EE772; }
a { background-color: rgb(46,231,114); }
div.DivClassName
{
background-color: #2EE772;
}
.BgClassName
{
background-color: #2EE772;
}
</style>
border-color css
<style>
span { border-color: #2EE772; }
span { border-color: rgb(46,231,114); }
td.TdClassName
{
border-color: #2EE772;
}
.TagClassName
{
border-color: #2EE772;
}
</style>