Shades of Emerald #2EE875
Tints of Emerald #2EE875
RGB
CMYK
RGB Variations
Color information
#2EE875 (or 0x2EE875) is known color: Emerald. HEX triplet: 2E, E8 and 75. RGB value is (46,232,117). Sum of RGB (Red+Green+Blue) = 46+232+117=395 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.65% from 395); Green value is 232 (91.02% from 255 or 58.73% from 395); Blue value is 117 (46.09% from 255 or 29.62% from 395); Max value from RGB is 232 - color contains mainly: green. Hex color #2EE875 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EE875 is #D1178A. Grayscale: #A3A3A3. Windows color (decimal): -13703051 or 7727150. OLE color: 7727150.
HSL color Cylindrical-coordinate representation of color #2EE875: hue angle of 142.9º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE875 is Cyan = 0.80, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 46 | 232 | 117 | - |
| CMYK | 0.80 | 0 | 0.50 | 0.09 |
| HSL | 142.9º | 0.8% | 0.55% | - |
| HSV(B) | 142.9º | 0.8% | 0.91% | - |
| XYZ | 33.19 | 59.58 | 26.58 | - |
| YUV | 163.28 | 101.88 | 44.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 232 | 117 | 0.80 | 0 | 0.50 | 0.09 | 142.9 | 0.8 | 0.55 |
| Hex | 2E | E8 | 75 | 50 | 0 | 32 | 9 | 8F | 50 | 37 |
| Octal | 56 | 350 | 165 | 120 | 0 | 62 | 11 | 217 | 120 | 67 |
| Binary | 101110 | 11101000 | 1110101 | 1010000 | 0 | 110010 | 1001 | 10001111 | 1010000 | 110111 |
Color Harmonies of #2EE875
Complementary color
Monochromatic Colors of #2EE875
Black with #2EE875
Text Example
Text Example
White with #2EE875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE875; }
p { color: rgb(46,232,117); }
H1.HeaderClassName
{
color: #2EE875;
}
.AnyTagClassName
{
color: #2EE875;
}
</style>
background-color css
<style>
a { background-color: #2EE875; }
a { background-color: rgb(46,232,117); }
div.DivClassName
{
background-color: #2EE875;
}
.BgClassName
{
background-color: #2EE875;
}
</style>
border-color css
<style>
span { border-color: #2EE875; }
span { border-color: rgb(46,232,117); }
td.TdClassName
{
border-color: #2EE875;
}
.TagClassName
{
border-color: #2EE875;
}
</style>