Shades of Malachite #2EDC59
Tints of Malachite #2EDC59
RGB
CMYK
RGB Variations
Color information
#2EDC59 (or 0x2EDC59) is known color: Malachite. HEX triplet: 2E, DC and 59. RGB value is (46,220,89). Sum of RGB (Red+Green+Blue) = 46+220+89=355 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.96% from 355); Green value is 220 (86.33% from 255 or 61.97% from 355); Blue value is 89 (35.16% from 255 or 25.07% from 355); Max value from RGB is 220 - color contains mainly: green. Hex color #2EDC59 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EDC59 is #D123A6. Grayscale: #999999. Windows color (decimal): -13706151 or 5889070. OLE color: 5889070.
HSL color Cylindrical-coordinate representation of color #2EDC59: hue angle of 134.83º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDC59 is Cyan = 0.79, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 46 | 220 | 89 | - |
| CMYK | 0.79 | 0 | 0.60 | 0.14 |
| HSL | 134.83º | 0.71% | 0.52% | - |
| HSV(B) | 134.83º | 0.79% | 0.86% | - |
| XYZ | 28.52 | 52.49 | 18.08 | - |
| YUV | 153.04 | 91.85 | 51.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 220 | 89 | 0.79 | 0 | 0.60 | 0.14 | 134.83 | 0.71 | 0.52 |
| Hex | 2E | DC | 59 | 4F | 0 | 3C | E | 87 | 47 | 34 |
| Octal | 56 | 334 | 131 | 117 | 0 | 74 | 16 | 207 | 107 | 64 |
| Binary | 101110 | 11011100 | 1011001 | 1001111 | 0 | 111100 | 1110 | 10000111 | 1000111 | 110100 |
Color Harmonies of #2EDC59
Complementary color
Monochromatic Colors of #2EDC59
Black with #2EDC59
Text Example
Text Example
White with #2EDC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDC59; }
p { color: rgb(46,220,89); }
H1.HeaderClassName
{
color: #2EDC59;
}
.AnyTagClassName
{
color: #2EDC59;
}
</style>
background-color css
<style>
a { background-color: #2EDC59; }
a { background-color: rgb(46,220,89); }
div.DivClassName
{
background-color: #2EDC59;
}
.BgClassName
{
background-color: #2EDC59;
}
</style>
border-color css
<style>
span { border-color: #2EDC59; }
span { border-color: rgb(46,220,89); }
td.TdClassName
{
border-color: #2EDC59;
}
.TagClassName
{
border-color: #2EDC59;
}
</style>