Shades of Malachite #2ED154
Tints of Malachite #2ED154
RGB
CMYK
RGB Variations
Color information
#2ED154 (or 0x2ED154) is known color: Malachite. HEX triplet: 2E, D1 and 54. RGB value is (46,209,84). Sum of RGB (Red+Green+Blue) = 46+209+84=339 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.57% from 339); Green value is 209 (82.03% from 255 or 61.65% from 339); Blue value is 84 (33.20% from 255 or 24.78% from 339); Max value from RGB is 209 - color contains mainly: green. Hex color #2ED154 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ED154 is #D12EAB. Grayscale: #929292. Windows color (decimal): -13708972 or 5558574. OLE color: 5558574.
HSL color Cylindrical-coordinate representation of color #2ED154: hue angle of 133.99º 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 #2ED154 is Cyan = 0.78, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 46 | 209 | 84 | - |
| CMYK | 0.78 | 0 | 0.60 | 0.18 |
| HSL | 133.99º | 0.64% | 0.5% | - |
| HSV(B) | 133.99º | 0.78% | 0.82% | - |
| XYZ | 25.53 | 46.82 | 16.08 | - |
| YUV | 146.01 | 93 | 56.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 209 | 84 | 0.78 | 0 | 0.60 | 0.18 | 133.99 | 0.64 | 0.5 |
| Hex | 2E | D1 | 54 | 4E | 0 | 3C | 12 | 86 | 40 | 32 |
| Octal | 56 | 321 | 124 | 116 | 0 | 74 | 22 | 206 | 100 | 62 |
| Binary | 101110 | 11010001 | 1010100 | 1001110 | 0 | 111100 | 10010 | 10000110 | 1000000 | 110010 |
Color Harmonies of #2ED154
Complementary color
Monochromatic Colors of #2ED154
Black with #2ED154
Text Example
Text Example
White with #2ED154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED154; }
p { color: rgb(46,209,84); }
H1.HeaderClassName
{
color: #2ED154;
}
.AnyTagClassName
{
color: #2ED154;
}
</style>
background-color css
<style>
a { background-color: #2ED154; }
a { background-color: rgb(46,209,84); }
div.DivClassName
{
background-color: #2ED154;
}
.BgClassName
{
background-color: #2ED154;
}
</style>
border-color css
<style>
span { border-color: #2ED154; }
span { border-color: rgb(46,209,84); }
td.TdClassName
{
border-color: #2ED154;
}
.TagClassName
{
border-color: #2ED154;
}
</style>