Shades of Malachite #2EE54E
Tints of Malachite #2EE54E
RGB
CMYK
RGB Variations
Color information
#2EE54E (or 0x2EE54E) is known color: Malachite. HEX triplet: 2E, E5 and 4E. RGB value is (46,229,78). Sum of RGB (Red+Green+Blue) = 46+229+78=353 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.03% from 353); Green value is 229 (89.84% from 255 or 64.87% from 353); Blue value is 78 (30.86% from 255 or 22.10% from 353); Max value from RGB is 229 - color contains mainly: green. Hex color #2EE54E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EE54E is #D11AB1. Grayscale: #9D9D9D. Windows color (decimal): -13703858 or 5170478. OLE color: 5170478.
HSL color Cylindrical-coordinate representation of color #2EE54E: hue angle of 130.49º 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 #2EE54E is Cyan = 0.80, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 46 | 229 | 78 | - |
| CMYK | 0.80 | 0 | 0.66 | 0.10 |
| HSL | 130.49º | 0.78% | 0.54% | - |
| HSV(B) | 130.49º | 0.8% | 0.9% | - |
| XYZ | 30.52 | 57.17 | 16.63 | - |
| YUV | 157.07 | 83.37 | 48.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 229 | 78 | 0.80 | 0 | 0.66 | 0.10 | 130.49 | 0.78 | 0.54 |
| Hex | 2E | E5 | 4E | 50 | 0 | 42 | A | 82 | 4E | 36 |
| Octal | 56 | 345 | 116 | 120 | 0 | 102 | 12 | 202 | 116 | 66 |
| Binary | 101110 | 11100101 | 1001110 | 1010000 | 0 | 1000010 | 1010 | 10000010 | 1001110 | 110110 |
Color Harmonies of #2EE54E
Complementary color
Monochromatic Colors of #2EE54E
Black with #2EE54E
Text Example
Text Example
White with #2EE54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE54E; }
p { color: rgb(46,229,78); }
H1.HeaderClassName
{
color: #2EE54E;
}
.AnyTagClassName
{
color: #2EE54E;
}
</style>
background-color css
<style>
a { background-color: #2EE54E; }
a { background-color: rgb(46,229,78); }
div.DivClassName
{
background-color: #2EE54E;
}
.BgClassName
{
background-color: #2EE54E;
}
</style>
border-color css
<style>
span { border-color: #2EE54E; }
span { border-color: rgb(46,229,78); }
td.TdClassName
{
border-color: #2EE54E;
}
.TagClassName
{
border-color: #2EE54E;
}
</style>