Shades of Emerald #2EDE6F
Tints of Emerald #2EDE6F
RGB
CMYK
RGB Variations
Color information
#2EDE6F (or 0x2EDE6F) is known color: Emerald. HEX triplet: 2E, DE and 6F. RGB value is (46,222,111). Sum of RGB (Red+Green+Blue) = 46+222+111=379 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.14% from 379); Green value is 222 (87.11% from 255 or 58.58% from 379); Blue value is 111 (43.75% from 255 or 29.29% from 379); Max value from RGB is 222 - color contains mainly: green. Hex color #2EDE6F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EDE6F is #D12190. Grayscale: #9C9C9C. Windows color (decimal): -13705617 or 7331374. OLE color: 7331374.
HSL color Cylindrical-coordinate representation of color #2EDE6F: hue angle of 142.16º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDE6F is Cyan = 0.79, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 222 | 111 | - |
| CMYK | 0.79 | 0 | 0.5 | 0.13 |
| HSL | 142.16º | 0.73% | 0.53% | - |
| HSV(B) | 142.16º | 0.79% | 0.87% | - |
| XYZ | 30.12 | 53.97 | 23.87 | - |
| YUV | 156.72 | 102.19 | 49.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 222 | 111 | 0.79 | 0 | 0.5 | 0.13 | 142.16 | 0.73 | 0.53 |
| Hex | 2E | DE | 6F | 4F | 0 | 32 | D | 8E | 49 | 35 |
| Octal | 56 | 336 | 157 | 117 | 0 | 62 | 15 | 216 | 111 | 65 |
| Binary | 101110 | 11011110 | 1101111 | 1001111 | 0 | 110010 | 1101 | 10001110 | 1001001 | 110101 |
Color Harmonies of #2EDE6F
Complementary color
Monochromatic Colors of #2EDE6F
Black with #2EDE6F
Text Example
Text Example
White with #2EDE6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDE6F; }
p { color: rgb(46,222,111); }
H1.HeaderClassName
{
color: #2EDE6F;
}
.AnyTagClassName
{
color: #2EDE6F;
}
</style>
background-color css
<style>
a { background-color: #2EDE6F; }
a { background-color: rgb(46,222,111); }
div.DivClassName
{
background-color: #2EDE6F;
}
.BgClassName
{
background-color: #2EDE6F;
}
</style>
border-color css
<style>
span { border-color: #2EDE6F; }
span { border-color: rgb(46,222,111); }
td.TdClassName
{
border-color: #2EDE6F;
}
.TagClassName
{
border-color: #2EDE6F;
}
</style>