Shades of Emerald #2EE571
Tints of Emerald #2EE571
RGB
CMYK
RGB Variations
Color information
#2EE571 (or 0x2EE571) is known color: Emerald. HEX triplet: 2E, E5 and 71. RGB value is (46,229,113). Sum of RGB (Red+Green+Blue) = 46+229+113=388 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.86% from 388); Green value is 229 (89.84% from 255 or 59.02% from 388); Blue value is 113 (44.53% from 255 or 29.12% from 388); Max value from RGB is 229 - color contains mainly: green. Hex color #2EE571 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EE571 is #D11A8E. Grayscale: #A1A1A1. Windows color (decimal): -13703823 or 7464238. OLE color: 7464238.
HSL color Cylindrical-coordinate representation of color #2EE571: hue angle of 141.97º 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 #2EE571 is Cyan = 0.80, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 46 | 229 | 113 | - |
| CMYK | 0.80 | 0 | 0.51 | 0.10 |
| HSL | 141.97º | 0.78% | 0.54% | - |
| HSV(B) | 141.97º | 0.8% | 0.9% | - |
| XYZ | 32.13 | 57.81 | 25.09 | - |
| YUV | 161.06 | 100.87 | 45.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 229 | 113 | 0.80 | 0 | 0.51 | 0.10 | 141.97 | 0.78 | 0.54 |
| Hex | 2E | E5 | 71 | 50 | 0 | 33 | A | 8E | 4E | 36 |
| Octal | 56 | 345 | 161 | 120 | 0 | 63 | 12 | 216 | 116 | 66 |
| Binary | 101110 | 11100101 | 1110001 | 1010000 | 0 | 110011 | 1010 | 10001110 | 1001110 | 110110 |
Color Harmonies of #2EE571
Complementary color
Monochromatic Colors of #2EE571
Black with #2EE571
Text Example
Text Example
White with #2EE571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE571; }
p { color: rgb(46,229,113); }
H1.HeaderClassName
{
color: #2EE571;
}
.AnyTagClassName
{
color: #2EE571;
}
</style>
background-color css
<style>
a { background-color: #2EE571; }
a { background-color: rgb(46,229,113); }
div.DivClassName
{
background-color: #2EE571;
}
.BgClassName
{
background-color: #2EE571;
}
</style>
border-color css
<style>
span { border-color: #2EE571; }
span { border-color: rgb(46,229,113); }
td.TdClassName
{
border-color: #2EE571;
}
.TagClassName
{
border-color: #2EE571;
}
</style>