Shades of Malachite #2ED059
Tints of Malachite #2ED059
RGB
CMYK
RGB Variations
Color information
#2ED059 (or 0x2ED059) is known color: Malachite. HEX triplet: 2E, D0 and 59. RGB value is (46,208,89). Sum of RGB (Red+Green+Blue) = 46+208+89=343 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.41% from 343); Green value is 208 (81.64% from 255 or 60.64% from 343); Blue value is 89 (35.16% from 255 or 25.95% from 343); Max value from RGB is 208 - color contains mainly: green. Hex color #2ED059 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ED059 is #D12FA6. Grayscale: #929292. Windows color (decimal): -13709223 or 5885998. OLE color: 5885998.
HSL color Cylindrical-coordinate representation of color #2ED059: hue angle of 135.93º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ED059 is Cyan = 0.78, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 46 | 208 | 89 | - |
| CMYK | 0.78 | 0 | 0.57 | 0.18 |
| HSL | 135.93º | 0.64% | 0.5% | - |
| HSV(B) | 135.93º | 0.78% | 0.82% | - |
| XYZ | 25.49 | 46.41 | 17.07 | - |
| YUV | 146 | 95.83 | 56.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 208 | 89 | 0.78 | 0 | 0.57 | 0.18 | 135.93 | 0.64 | 0.5 |
| Hex | 2E | D0 | 59 | 4E | 0 | 39 | 12 | 88 | 40 | 32 |
| Octal | 56 | 320 | 131 | 116 | 0 | 71 | 22 | 210 | 100 | 62 |
| Binary | 101110 | 11010000 | 1011001 | 1001110 | 0 | 111001 | 10010 | 10001000 | 1000000 | 110010 |
Color Harmonies of #2ED059
Complementary color
Monochromatic Colors of #2ED059
Black with #2ED059
Text Example
Text Example
White with #2ED059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED059; }
p { color: rgb(46,208,89); }
H1.HeaderClassName
{
color: #2ED059;
}
.AnyTagClassName
{
color: #2ED059;
}
</style>
background-color css
<style>
a { background-color: #2ED059; }
a { background-color: rgb(46,208,89); }
div.DivClassName
{
background-color: #2ED059;
}
.BgClassName
{
background-color: #2ED059;
}
</style>
border-color css
<style>
span { border-color: #2ED059; }
span { border-color: rgb(46,208,89); }
td.TdClassName
{
border-color: #2ED059;
}
.TagClassName
{
border-color: #2ED059;
}
</style>