Shades of Emerald #2EE06F
Tints of Emerald #2EE06F
RGB
CMYK
RGB Variations
Color information
#2EE06F (or 0x2EE06F) is known color: Emerald. HEX triplet: 2E, E0 and 6F. RGB value is (46,224,111). Sum of RGB (Red+Green+Blue) = 46+224+111=381 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.07% from 381); Green value is 224 (87.89% from 255 or 58.79% from 381); Blue value is 111 (43.75% from 255 or 29.13% from 381); Max value from RGB is 224 - color contains mainly: green. Hex color #2EE06F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EE06F is #D11F90. Grayscale: #9E9E9E. Windows color (decimal): -13705105 or 7331886. OLE color: 7331886.
HSL color Cylindrical-coordinate representation of color #2EE06F: hue angle of 141.91º 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 #2EE06F is Cyan = 0.79, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 46 | 224 | 111 | - |
| CMYK | 0.79 | 0 | 0.50 | 0.12 |
| HSL | 141.91º | 0.74% | 0.53% | - |
| HSV(B) | 141.91º | 0.79% | 0.88% | - |
| XYZ | 30.65 | 55.04 | 24.05 | - |
| YUV | 157.9 | 101.53 | 48.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 224 | 111 | 0.79 | 0 | 0.50 | 0.12 | 141.91 | 0.74 | 0.53 |
| Hex | 2E | E0 | 6F | 4F | 0 | 32 | C | 8E | 4A | 35 |
| Octal | 56 | 340 | 157 | 117 | 0 | 62 | 14 | 216 | 112 | 65 |
| Binary | 101110 | 11100000 | 1101111 | 1001111 | 0 | 110010 | 1100 | 10001110 | 1001010 | 110101 |
Color Harmonies of #2EE06F
Complementary color
Monochromatic Colors of #2EE06F
Black with #2EE06F
Text Example
Text Example
White with #2EE06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE06F; }
p { color: rgb(46,224,111); }
H1.HeaderClassName
{
color: #2EE06F;
}
.AnyTagClassName
{
color: #2EE06F;
}
</style>
background-color css
<style>
a { background-color: #2EE06F; }
a { background-color: rgb(46,224,111); }
div.DivClassName
{
background-color: #2EE06F;
}
.BgClassName
{
background-color: #2EE06F;
}
</style>
border-color css
<style>
span { border-color: #2EE06F; }
span { border-color: rgb(46,224,111); }
td.TdClassName
{
border-color: #2EE06F;
}
.TagClassName
{
border-color: #2EE06F;
}
</style>