Shades of Malachite #2EE860
Tints of Malachite #2EE860
RGB
CMYK
RGB Variations
Color information
#2EE860 (or 0x2EE860) is known color: Malachite. HEX triplet: 2E, E8 and 60. RGB value is (46,232,96). Sum of RGB (Red+Green+Blue) = 46+232+96=374 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.30% from 374); Green value is 232 (91.02% from 255 or 62.03% from 374); Blue value is 96 (37.89% from 255 or 25.67% from 374); Max value from RGB is 232 - color contains mainly: green. Hex color #2EE860 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EE860 is #D1179F. Grayscale: #A1A1A1. Windows color (decimal): -13703072 or 6350894. OLE color: 6350894.
HSL color Cylindrical-coordinate representation of color #2EE860: hue angle of 136.13º 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 #2EE860 is Cyan = 0.80, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 46 | 232 | 96 | - |
| CMYK | 0.80 | 0 | 0.59 | 0.09 |
| HSL | 136.13º | 0.8% | 0.55% | - |
| HSV(B) | 136.13º | 0.8% | 0.91% | - |
| XYZ | 32.09 | 59.14 | 20.79 | - |
| YUV | 160.88 | 91.38 | 46.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 232 | 96 | 0.80 | 0 | 0.59 | 0.09 | 136.13 | 0.8 | 0.55 |
| Hex | 2E | E8 | 60 | 50 | 0 | 3B | 9 | 88 | 50 | 37 |
| Octal | 56 | 350 | 140 | 120 | 0 | 73 | 11 | 210 | 120 | 67 |
| Binary | 101110 | 11101000 | 1100000 | 1010000 | 0 | 111011 | 1001 | 10001000 | 1010000 | 110111 |
Color Harmonies of #2EE860
Complementary color
Monochromatic Colors of #2EE860
Black with #2EE860
Text Example
Text Example
White with #2EE860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE860; }
p { color: rgb(46,232,96); }
H1.HeaderClassName
{
color: #2EE860;
}
.AnyTagClassName
{
color: #2EE860;
}
</style>
background-color css
<style>
a { background-color: #2EE860; }
a { background-color: rgb(46,232,96); }
div.DivClassName
{
background-color: #2EE860;
}
.BgClassName
{
background-color: #2EE860;
}
</style>
border-color css
<style>
span { border-color: #2EE860; }
span { border-color: rgb(46,232,96); }
td.TdClassName
{
border-color: #2EE860;
}
.TagClassName
{
border-color: #2EE860;
}
</style>