Shades of Emerald #2EE06D
Tints of Emerald #2EE06D
RGB
CMYK
RGB Variations
Color information
#2EE06D (or 0x2EE06D) is known color: Emerald. HEX triplet: 2E, E0 and 6D. RGB value is (46,224,109). Sum of RGB (Red+Green+Blue) = 46+224+109=379 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.14% from 379); Green value is 224 (87.89% from 255 or 59.10% from 379); Blue value is 109 (42.97% from 255 or 28.76% from 379); Max value from RGB is 224 - color contains mainly: green. Hex color #2EE06D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EE06D is #D11F92. Grayscale: #9D9D9D. Windows color (decimal): -13705107 or 7200814. OLE color: 7200814.
HSL color Cylindrical-coordinate representation of color #2EE06D: hue angle of 141.24º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EE06D is Cyan = 0.79, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 46 | 224 | 109 | - |
| CMYK | 0.79 | 0 | 0.51 | 0.12 |
| HSL | 141.24º | 0.74% | 0.53% | - |
| HSV(B) | 141.24º | 0.79% | 0.88% | - |
| XYZ | 30.54 | 55 | 23.47 | - |
| YUV | 157.67 | 100.53 | 48.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 224 | 109 | 0.79 | 0 | 0.51 | 0.12 | 141.24 | 0.74 | 0.53 |
| Hex | 2E | E0 | 6D | 4F | 0 | 33 | C | 8D | 4A | 35 |
| Octal | 56 | 340 | 155 | 117 | 0 | 63 | 14 | 215 | 112 | 65 |
| Binary | 101110 | 11100000 | 1101101 | 1001111 | 0 | 110011 | 1100 | 10001101 | 1001010 | 110101 |
Color Harmonies of #2EE06D
Complementary color
Monochromatic Colors of #2EE06D
Black with #2EE06D
Text Example
Text Example
White with #2EE06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE06D; }
p { color: rgb(46,224,109); }
H1.HeaderClassName
{
color: #2EE06D;
}
.AnyTagClassName
{
color: #2EE06D;
}
</style>
background-color css
<style>
a { background-color: #2EE06D; }
a { background-color: rgb(46,224,109); }
div.DivClassName
{
background-color: #2EE06D;
}
.BgClassName
{
background-color: #2EE06D;
}
</style>
border-color css
<style>
span { border-color: #2EE06D; }
span { border-color: rgb(46,224,109); }
td.TdClassName
{
border-color: #2EE06D;
}
.TagClassName
{
border-color: #2EE06D;
}
</style>