Shades of Malachite #2EE85A
Tints of Malachite #2EE85A
RGB
CMYK
RGB Variations
Color information
#2EE85A (or 0x2EE85A) is known color: Malachite. HEX triplet: 2E, E8 and 5A. RGB value is (46,232,90). Sum of RGB (Red+Green+Blue) = 46+232+90=368 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.5% from 368); Green value is 232 (91.02% from 255 or 63.04% from 368); Blue value is 90 (35.55% from 255 or 24.46% from 368); Max value from RGB is 232 - color contains mainly: green. Hex color #2EE85A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EE85A is #D117A5. Grayscale: #A0A0A0. Windows color (decimal): -13703078 or 5957678. OLE color: 5957678.
HSL color Cylindrical-coordinate representation of color #2EE85A: hue angle of 134.19º 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 #2EE85A is Cyan = 0.80, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 46 | 232 | 90 | - |
| CMYK | 0.80 | 0 | 0.61 | 0.09 |
| HSL | 134.19º | 0.8% | 0.55% | - |
| HSV(B) | 134.19º | 0.8% | 0.91% | - |
| XYZ | 31.83 | 59.03 | 19.39 | - |
| YUV | 160.2 | 88.38 | 46.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 232 | 90 | 0.80 | 0 | 0.61 | 0.09 | 134.19 | 0.8 | 0.55 |
| Hex | 2E | E8 | 5A | 50 | 0 | 3D | 9 | 86 | 50 | 37 |
| Octal | 56 | 350 | 132 | 120 | 0 | 75 | 11 | 206 | 120 | 67 |
| Binary | 101110 | 11101000 | 1011010 | 1010000 | 0 | 111101 | 1001 | 10000110 | 1010000 | 110111 |
Color Harmonies of #2EE85A
Complementary color
Monochromatic Colors of #2EE85A
Black with #2EE85A
Text Example
Text Example
White with #2EE85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE85A; }
p { color: rgb(46,232,90); }
H1.HeaderClassName
{
color: #2EE85A;
}
.AnyTagClassName
{
color: #2EE85A;
}
</style>
background-color css
<style>
a { background-color: #2EE85A; }
a { background-color: rgb(46,232,90); }
div.DivClassName
{
background-color: #2EE85A;
}
.BgClassName
{
background-color: #2EE85A;
}
</style>
border-color css
<style>
span { border-color: #2EE85A; }
span { border-color: rgb(46,232,90); }
td.TdClassName
{
border-color: #2EE85A;
}
.TagClassName
{
border-color: #2EE85A;
}
</style>