Shades of Emerald #2EE271
Tints of Emerald #2EE271
RGB
CMYK
RGB Variations
Color information
#2EE271 (or 0x2EE271) is known color: Emerald. HEX triplet: 2E, E2 and 71. RGB value is (46,226,113). Sum of RGB (Red+Green+Blue) = 46+226+113=385 (50% of max value = 765). Red value is 46 (18.36% from 255 or 11.95% from 385); Green value is 226 (88.67% from 255 or 58.70% from 385); Blue value is 113 (44.53% from 255 or 29.35% from 385); Max value from RGB is 226 - color contains mainly: green. Hex color #2EE271 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EE271 is #D11D8E. Grayscale: #9F9F9F. Windows color (decimal): -13704591 or 7463470. OLE color: 7463470.
HSL color Cylindrical-coordinate representation of color #2EE271: hue angle of 142.33º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE271 is Cyan = 0.80, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 46 | 226 | 113 | - |
| CMYK | 0.80 | 0 | 0.5 | 0.11 |
| HSL | 142.33º | 0.76% | 0.53% | - |
| HSV(B) | 142.33º | 0.8% | 0.89% | - |
| XYZ | 31.3 | 56.17 | 24.81 | - |
| YUV | 159.3 | 101.87 | 47.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 226 | 113 | 0.80 | 0 | 0.5 | 0.11 | 142.33 | 0.76 | 0.53 |
| Hex | 2E | E2 | 71 | 50 | 0 | 32 | B | 8E | 4C | 35 |
| Octal | 56 | 342 | 161 | 120 | 0 | 62 | 13 | 216 | 114 | 65 |
| Binary | 101110 | 11100010 | 1110001 | 1010000 | 0 | 110010 | 1011 | 10001110 | 1001100 | 110101 |
Color Harmonies of #2EE271
Complementary color
Monochromatic Colors of #2EE271
Black with #2EE271
Text Example
Text Example
White with #2EE271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE271; }
p { color: rgb(46,226,113); }
H1.HeaderClassName
{
color: #2EE271;
}
.AnyTagClassName
{
color: #2EE271;
}
</style>
background-color css
<style>
a { background-color: #2EE271; }
a { background-color: rgb(46,226,113); }
div.DivClassName
{
background-color: #2EE271;
}
.BgClassName
{
background-color: #2EE271;
}
</style>
border-color css
<style>
span { border-color: #2EE271; }
span { border-color: rgb(46,226,113); }
td.TdClassName
{
border-color: #2EE271;
}
.TagClassName
{
border-color: #2EE271;
}
</style>