Shades of Malachite #2EE55E
Tints of Malachite #2EE55E
RGB
CMYK
RGB Variations
Color information
#2EE55E (or 0x2EE55E) is known color: Malachite. HEX triplet: 2E, E5 and 5E. RGB value is (46,229,94). Sum of RGB (Red+Green+Blue) = 46+229+94=369 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.47% from 369); Green value is 229 (89.84% from 255 or 62.06% from 369); Blue value is 94 (37.11% from 255 or 25.47% from 369); Max value from RGB is 229 - color contains mainly: green. Hex color #2EE55E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EE55E is #D11AA1. Grayscale: #9F9F9F. Windows color (decimal): -13703842 or 6219054. OLE color: 6219054.
HSL color Cylindrical-coordinate representation of color #2EE55E: hue angle of 135.74º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE55E is Cyan = 0.80, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 46 | 229 | 94 | - |
| CMYK | 0.80 | 0 | 0.59 | 0.10 |
| HSL | 135.74º | 0.78% | 0.54% | - |
| HSV(B) | 135.74º | 0.8% | 0.9% | - |
| XYZ | 31.17 | 57.43 | 20.03 | - |
| YUV | 158.89 | 91.37 | 47.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 229 | 94 | 0.80 | 0 | 0.59 | 0.10 | 135.74 | 0.78 | 0.54 |
| Hex | 2E | E5 | 5E | 50 | 0 | 3B | A | 88 | 4E | 36 |
| Octal | 56 | 345 | 136 | 120 | 0 | 73 | 12 | 210 | 116 | 66 |
| Binary | 101110 | 11100101 | 1011110 | 1010000 | 0 | 111011 | 1010 | 10001000 | 1001110 | 110110 |
Color Harmonies of #2EE55E
Complementary color
Monochromatic Colors of #2EE55E
Black with #2EE55E
Text Example
Text Example
White with #2EE55E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE55E; }
p { color: rgb(46,229,94); }
H1.HeaderClassName
{
color: #2EE55E;
}
.AnyTagClassName
{
color: #2EE55E;
}
</style>
background-color css
<style>
a { background-color: #2EE55E; }
a { background-color: rgb(46,229,94); }
div.DivClassName
{
background-color: #2EE55E;
}
.BgClassName
{
background-color: #2EE55E;
}
</style>
border-color css
<style>
span { border-color: #2EE55E; }
span { border-color: rgb(46,229,94); }
td.TdClassName
{
border-color: #2EE55E;
}
.TagClassName
{
border-color: #2EE55E;
}
</style>