Shades of Emerald #2EED71
Tints of Emerald #2EED71
RGB
CMYK
RGB Variations
Color information
#2EED71 (or 0x2EED71) is known color: Emerald. HEX triplet: 2E, ED and 71. RGB value is (46,237,113). Sum of RGB (Red+Green+Blue) = 46+237+113=396 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.62% from 396); Green value is 237 (92.97% from 255 or 59.85% from 396); Blue value is 113 (44.53% from 255 or 28.54% from 396); Max value from RGB is 237 - color contains mainly: green. Hex color #2EED71 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EED71 is #D1128E. Grayscale: #A6A6A6. Windows color (decimal): -13701775 or 7466286. OLE color: 7466286.
HSL color Cylindrical-coordinate representation of color #2EED71: hue angle of 141.05º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EED71 is Cyan = 0.81, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 237 | 113 | - |
| CMYK | 0.81 | 0 | 0.52 | 0.07 |
| HSL | 141.05º | 0.84% | 0.55% | - |
| HSV(B) | 141.05º | 0.81% | 0.93% | - |
| XYZ | 34.39 | 62.34 | 25.84 | - |
| YUV | 165.76 | 98.22 | 42.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 237 | 113 | 0.81 | 0 | 0.52 | 0.07 | 141.05 | 0.84 | 0.55 |
| Hex | 2E | ED | 71 | 51 | 0 | 34 | 7 | 8D | 54 | 37 |
| Octal | 56 | 355 | 161 | 121 | 0 | 64 | 7 | 215 | 124 | 67 |
| Binary | 101110 | 11101101 | 1110001 | 1010001 | 0 | 110100 | 111 | 10001101 | 1010100 | 110111 |
Color Harmonies of #2EED71
Complementary color
Monochromatic Colors of #2EED71
Black with #2EED71
Text Example
Text Example
White with #2EED71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EED71; }
p { color: rgb(46,237,113); }
H1.HeaderClassName
{
color: #2EED71;
}
.AnyTagClassName
{
color: #2EED71;
}
</style>
background-color css
<style>
a { background-color: #2EED71; }
a { background-color: rgb(46,237,113); }
div.DivClassName
{
background-color: #2EED71;
}
.BgClassName
{
background-color: #2EED71;
}
</style>
border-color css
<style>
span { border-color: #2EED71; }
span { border-color: rgb(46,237,113); }
td.TdClassName
{
border-color: #2EED71;
}
.TagClassName
{
border-color: #2EED71;
}
</style>