Shades of Emerald #2EE074
Tints of Emerald #2EE074
RGB
CMYK
RGB Variations
Color information
#2EE074 (or 0x2EE074) is known color: Emerald. HEX triplet: 2E, E0 and 74. RGB value is (46,224,116). Sum of RGB (Red+Green+Blue) = 46+224+116=386 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.92% from 386); Green value is 224 (87.89% from 255 or 58.03% from 386); Blue value is 116 (45.70% from 255 or 30.05% from 386); Max value from RGB is 224 - color contains mainly: green. Hex color #2EE074 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EE074 is #D11F8B. Grayscale: #9E9E9E. Windows color (decimal): -13705100 or 7659566. OLE color: 7659566.
HSL color Cylindrical-coordinate representation of color #2EE074: hue angle of 143.6º 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 #2EE074 is Cyan = 0.79, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 46 | 224 | 116 | - |
| CMYK | 0.79 | 0 | 0.48 | 0.12 |
| HSL | 143.6º | 0.74% | 0.53% | - |
| HSV(B) | 143.6º | 0.79% | 0.88% | - |
| XYZ | 30.93 | 55.15 | 25.54 | - |
| YUV | 158.47 | 104.03 | 47.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 224 | 116 | 0.79 | 0 | 0.48 | 0.12 | 143.6 | 0.74 | 0.53 |
| Hex | 2E | E0 | 74 | 4F | 0 | 30 | C | 90 | 4A | 35 |
| Octal | 56 | 340 | 164 | 117 | 0 | 60 | 14 | 220 | 112 | 65 |
| Binary | 101110 | 11100000 | 1110100 | 1001111 | 0 | 110000 | 1100 | 10010000 | 1001010 | 110101 |
Color Harmonies of #2EE074
Complementary color
Monochromatic Colors of #2EE074
Black with #2EE074
Text Example
Text Example
White with #2EE074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE074; }
p { color: rgb(46,224,116); }
H1.HeaderClassName
{
color: #2EE074;
}
.AnyTagClassName
{
color: #2EE074;
}
</style>
background-color css
<style>
a { background-color: #2EE074; }
a { background-color: rgb(46,224,116); }
div.DivClassName
{
background-color: #2EE074;
}
.BgClassName
{
background-color: #2EE074;
}
</style>
border-color css
<style>
span { border-color: #2EE074; }
span { border-color: rgb(46,224,116); }
td.TdClassName
{
border-color: #2EE074;
}
.TagClassName
{
border-color: #2EE074;
}
</style>