Shades of Malachite #2EE55A
Tints of Malachite #2EE55A
RGB
CMYK
RGB Variations
Color information
#2EE55A (or 0x2EE55A) is known color: Malachite. HEX triplet: 2E, E5 and 5A. RGB value is (46,229,90). Sum of RGB (Red+Green+Blue) = 46+229+90=365 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.60% from 365); Green value is 229 (89.84% from 255 or 62.74% from 365); Blue value is 90 (35.55% from 255 or 24.66% from 365); Max value from RGB is 229 - color contains mainly: green. Hex color #2EE55A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EE55A is #D11AA5. Grayscale: #9E9E9E. Windows color (decimal): -13703846 or 5956910. OLE color: 5956910.
HSL color Cylindrical-coordinate representation of color #2EE55A: hue angle of 134.43º 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 #2EE55A is Cyan = 0.80, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 46 | 229 | 90 | - |
| CMYK | 0.80 | 0 | 0.61 | 0.10 |
| HSL | 134.43º | 0.78% | 0.54% | - |
| HSV(B) | 134.43º | 0.8% | 0.9% | - |
| XYZ | 30.99 | 57.36 | 19.11 | - |
| YUV | 158.44 | 89.37 | 47.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 229 | 90 | 0.80 | 0 | 0.61 | 0.10 | 134.43 | 0.78 | 0.54 |
| Hex | 2E | E5 | 5A | 50 | 0 | 3D | A | 86 | 4E | 36 |
| Octal | 56 | 345 | 132 | 120 | 0 | 75 | 12 | 206 | 116 | 66 |
| Binary | 101110 | 11100101 | 1011010 | 1010000 | 0 | 111101 | 1010 | 10000110 | 1001110 | 110110 |
Color Harmonies of #2EE55A
Complementary color
Monochromatic Colors of #2EE55A
Black with #2EE55A
Text Example
Text Example
White with #2EE55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE55A; }
p { color: rgb(46,229,90); }
H1.HeaderClassName
{
color: #2EE55A;
}
.AnyTagClassName
{
color: #2EE55A;
}
</style>
background-color css
<style>
a { background-color: #2EE55A; }
a { background-color: rgb(46,229,90); }
div.DivClassName
{
background-color: #2EE55A;
}
.BgClassName
{
background-color: #2EE55A;
}
</style>
border-color css
<style>
span { border-color: #2EE55A; }
span { border-color: rgb(46,229,90); }
td.TdClassName
{
border-color: #2EE55A;
}
.TagClassName
{
border-color: #2EE55A;
}
</style>