Shades of Malachite #2EE559
Tints of Malachite #2EE559
RGB
CMYK
RGB Variations
Color information
#2EE559 (or 0x2EE559) is known color: Malachite. HEX triplet: 2E, E5 and 59. RGB value is (46,229,89). Sum of RGB (Red+Green+Blue) = 46+229+89=364 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.64% from 364); Green value is 229 (89.84% from 255 or 62.91% from 364); Blue value is 89 (35.16% from 255 or 24.45% from 364); Max value from RGB is 229 - color contains mainly: green. Hex color #2EE559 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EE559 is #D11AA6. Grayscale: #9E9E9E. Windows color (decimal): -13703847 or 5891374. OLE color: 5891374.
HSL color Cylindrical-coordinate representation of color #2EE559: hue angle of 134.1º 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 #2EE559 is Cyan = 0.80, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 46 | 229 | 89 | - |
| CMYK | 0.80 | 0 | 0.61 | 0.10 |
| HSL | 134.1º | 0.78% | 0.54% | - |
| HSV(B) | 134.1º | 0.8% | 0.9% | - |
| XYZ | 30.95 | 57.34 | 18.89 | - |
| YUV | 158.32 | 88.87 | 47.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 229 | 89 | 0.80 | 0 | 0.61 | 0.10 | 134.1 | 0.78 | 0.54 |
| Hex | 2E | E5 | 59 | 50 | 0 | 3D | A | 86 | 4E | 36 |
| Octal | 56 | 345 | 131 | 120 | 0 | 75 | 12 | 206 | 116 | 66 |
| Binary | 101110 | 11100101 | 1011001 | 1010000 | 0 | 111101 | 1010 | 10000110 | 1001110 | 110110 |
Color Harmonies of #2EE559
Complementary color
Monochromatic Colors of #2EE559
Black with #2EE559
Text Example
Text Example
White with #2EE559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE559; }
p { color: rgb(46,229,89); }
H1.HeaderClassName
{
color: #2EE559;
}
.AnyTagClassName
{
color: #2EE559;
}
</style>
background-color css
<style>
a { background-color: #2EE559; }
a { background-color: rgb(46,229,89); }
div.DivClassName
{
background-color: #2EE559;
}
.BgClassName
{
background-color: #2EE559;
}
</style>
border-color css
<style>
span { border-color: #2EE559; }
span { border-color: rgb(46,229,89); }
td.TdClassName
{
border-color: #2EE559;
}
.TagClassName
{
border-color: #2EE559;
}
</style>