Shades of Malachite #2ED954
Tints of Malachite #2ED954
RGB
CMYK
RGB Variations
Color information
#2ED954 (or 0x2ED954) is known color: Malachite. HEX triplet: 2E, D9 and 54. RGB value is (46,217,84). Sum of RGB (Red+Green+Blue) = 46+217+84=347 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.26% from 347); Green value is 217 (85.16% from 255 or 62.54% from 347); Blue value is 84 (33.20% from 255 or 24.21% from 347); Max value from RGB is 217 - color contains mainly: green. Hex color #2ED954 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ED954 is #D126AB. Grayscale: #979797. Windows color (decimal): -13706924 or 5560622. OLE color: 5560622.
HSL color Cylindrical-coordinate representation of color #2ED954: hue angle of 133.33º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ED954 is Cyan = 0.79, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 46 | 217 | 84 | - |
| CMYK | 0.79 | 0 | 0.61 | 0.15 |
| HSL | 133.33º | 0.69% | 0.52% | - |
| HSV(B) | 133.33º | 0.79% | 0.85% | - |
| XYZ | 27.54 | 50.85 | 16.75 | - |
| YUV | 150.71 | 90.35 | 53.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 217 | 84 | 0.79 | 0 | 0.61 | 0.15 | 133.33 | 0.69 | 0.52 |
| Hex | 2E | D9 | 54 | 4F | 0 | 3D | F | 85 | 45 | 34 |
| Octal | 56 | 331 | 124 | 117 | 0 | 75 | 17 | 205 | 105 | 64 |
| Binary | 101110 | 11011001 | 1010100 | 1001111 | 0 | 111101 | 1111 | 10000101 | 1000101 | 110100 |
Color Harmonies of #2ED954
Complementary color
Monochromatic Colors of #2ED954
Black with #2ED954
Text Example
Text Example
White with #2ED954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED954; }
p { color: rgb(46,217,84); }
H1.HeaderClassName
{
color: #2ED954;
}
.AnyTagClassName
{
color: #2ED954;
}
</style>
background-color css
<style>
a { background-color: #2ED954; }
a { background-color: rgb(46,217,84); }
div.DivClassName
{
background-color: #2ED954;
}
.BgClassName
{
background-color: #2ED954;
}
</style>
border-color css
<style>
span { border-color: #2ED954; }
span { border-color: rgb(46,217,84); }
td.TdClassName
{
border-color: #2ED954;
}
.TagClassName
{
border-color: #2ED954;
}
</style>