Shades of Emerald #2EEA73
Tints of Emerald #2EEA73
RGB
CMYK
RGB Variations
Color information
#2EEA73 (or 0x2EEA73) is known color: Emerald. HEX triplet: 2E, EA and 73. RGB value is (46,234,115). Sum of RGB (Red+Green+Blue) = 46+234+115=395 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.65% from 395); Green value is 234 (91.80% from 255 or 59.24% from 395); Blue value is 115 (45.31% from 255 or 29.11% from 395); Max value from RGB is 234 - color contains mainly: green. Hex color #2EEA73 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EEA73 is #D1158C. Grayscale: #A4A4A4. Windows color (decimal): -13702541 or 7596590. OLE color: 7596590.
HSL color Cylindrical-coordinate representation of color #2EEA73: hue angle of 142.02º 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 #2EEA73 is Cyan = 0.80, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 234 | 115 | - |
| CMYK | 0.80 | 0 | 0.51 | 0.08 |
| HSL | 142.02º | 0.82% | 0.55% | - |
| HSV(B) | 142.02º | 0.8% | 0.92% | - |
| XYZ | 33.64 | 60.66 | 26.16 | - |
| YUV | 164.22 | 100.22 | 43.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 234 | 115 | 0.80 | 0 | 0.51 | 0.08 | 142.02 | 0.82 | 0.55 |
| Hex | 2E | EA | 73 | 50 | 0 | 33 | 8 | 8E | 52 | 37 |
| Octal | 56 | 352 | 163 | 120 | 0 | 63 | 10 | 216 | 122 | 67 |
| Binary | 101110 | 11101010 | 1110011 | 1010000 | 0 | 110011 | 1000 | 10001110 | 1010010 | 110111 |
Color Harmonies of #2EEA73
Complementary color
Monochromatic Colors of #2EEA73
Black with #2EEA73
Text Example
Text Example
White with #2EEA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEA73; }
p { color: rgb(46,234,115); }
H1.HeaderClassName
{
color: #2EEA73;
}
.AnyTagClassName
{
color: #2EEA73;
}
</style>
background-color css
<style>
a { background-color: #2EEA73; }
a { background-color: rgb(46,234,115); }
div.DivClassName
{
background-color: #2EEA73;
}
.BgClassName
{
background-color: #2EEA73;
}
</style>
border-color css
<style>
span { border-color: #2EEA73; }
span { border-color: rgb(46,234,115); }
td.TdClassName
{
border-color: #2EEA73;
}
.TagClassName
{
border-color: #2EEA73;
}
</style>