Shades of Malachite #2ECB54
Tints of Malachite #2ECB54
RGB
CMYK
RGB Variations
Color information
#2ECB54 (or 0x2ECB54) is known color: Malachite. HEX triplet: 2E, CB and 54. RGB value is (46,203,84). Sum of RGB (Red+Green+Blue) = 46+203+84=333 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.81% from 333); Green value is 203 (79.69% from 255 or 60.96% from 333); Blue value is 84 (33.20% from 255 or 25.23% from 333); Max value from RGB is 203 - color contains mainly: green. Hex color #2ECB54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ECB54 is #D134AB. Grayscale: #8E8E8E. Windows color (decimal): -13710508 or 5557038. OLE color: 5557038.
HSL color Cylindrical-coordinate representation of color #2ECB54: hue angle of 134.52º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2ECB54 is Cyan = 0.77, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 46 | 203 | 84 | - |
| CMYK | 0.77 | 0 | 0.59 | 0.20 |
| HSL | 134.52º | 0.63% | 0.49% | - |
| HSV(B) | 134.52º | 0.77% | 0.8% | - |
| XYZ | 24.08 | 43.93 | 15.6 | - |
| YUV | 142.49 | 94.99 | 59.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 203 | 84 | 0.77 | 0 | 0.59 | 0.20 | 134.52 | 0.63 | 0.49 |
| Hex | 2E | CB | 54 | 4D | 0 | 3B | 14 | 87 | 3F | 31 |
| Octal | 56 | 313 | 124 | 115 | 0 | 73 | 24 | 207 | 77 | 61 |
| Binary | 101110 | 11001011 | 1010100 | 1001101 | 0 | 111011 | 10100 | 10000111 | 111111 | 110001 |
Color Harmonies of #2ECB54
Complementary color
Monochromatic Colors of #2ECB54
Black with #2ECB54
Text Example
Text Example
White with #2ECB54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECB54; }
p { color: rgb(46,203,84); }
H1.HeaderClassName
{
color: #2ECB54;
}
.AnyTagClassName
{
color: #2ECB54;
}
</style>
background-color css
<style>
a { background-color: #2ECB54; }
a { background-color: rgb(46,203,84); }
div.DivClassName
{
background-color: #2ECB54;
}
.BgClassName
{
background-color: #2ECB54;
}
</style>
border-color css
<style>
span { border-color: #2ECB54; }
span { border-color: rgb(46,203,84); }
td.TdClassName
{
border-color: #2ECB54;
}
.TagClassName
{
border-color: #2ECB54;
}
</style>