Shades of Emerald #2EEA70
Tints of Emerald #2EEA70
RGB
CMYK
RGB Variations
Color information
#2EEA70 (or 0x2EEA70) is known color: Emerald. HEX triplet: 2E, EA and 70. RGB value is (46,234,112). Sum of RGB (Red+Green+Blue) = 46+234+112=392 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.73% from 392); Green value is 234 (91.80% from 255 or 59.69% from 392); Blue value is 112 (44.14% from 255 or 28.57% from 392); Max value from RGB is 234 - color contains mainly: green. Hex color #2EEA70 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EEA70 is #D1158F. Grayscale: #A4A4A4. Windows color (decimal): -13702544 or 7399982. OLE color: 7399982.
HSL color Cylindrical-coordinate representation of color #2EEA70: hue angle of 141.06º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EEA70 is Cyan = 0.80, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 234 | 112 | - |
| CMYK | 0.80 | 0 | 0.52 | 0.08 |
| HSL | 141.06º | 0.82% | 0.55% | - |
| HSV(B) | 141.06º | 0.8% | 0.92% | - |
| XYZ | 33.47 | 60.6 | 25.26 | - |
| YUV | 163.88 | 98.72 | 43.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 234 | 112 | 0.80 | 0 | 0.52 | 0.08 | 141.06 | 0.82 | 0.55 |
| Hex | 2E | EA | 70 | 50 | 0 | 34 | 8 | 8D | 52 | 37 |
| Octal | 56 | 352 | 160 | 120 | 0 | 64 | 10 | 215 | 122 | 67 |
| Binary | 101110 | 11101010 | 1110000 | 1010000 | 0 | 110100 | 1000 | 10001101 | 1010010 | 110111 |
Color Harmonies of #2EEA70
Complementary color
Monochromatic Colors of #2EEA70
Black with #2EEA70
Text Example
Text Example
White with #2EEA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEA70; }
p { color: rgb(46,234,112); }
H1.HeaderClassName
{
color: #2EEA70;
}
.AnyTagClassName
{
color: #2EEA70;
}
</style>
background-color css
<style>
a { background-color: #2EEA70; }
a { background-color: rgb(46,234,112); }
div.DivClassName
{
background-color: #2EEA70;
}
.BgClassName
{
background-color: #2EEA70;
}
</style>
border-color css
<style>
span { border-color: #2EEA70; }
span { border-color: rgb(46,234,112); }
td.TdClassName
{
border-color: #2EEA70;
}
.TagClassName
{
border-color: #2EEA70;
}
</style>