Shades of Malachite #2BDC54
Tints of Malachite #2BDC54
RGB
CMYK
RGB Variations
Color information
#2BDC54 (or 0x2BDC54) is known color: Malachite. HEX triplet: 2B, DC and 54. RGB value is (43,220,84). Sum of RGB (Red+Green+Blue) = 43+220+84=347 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.39% from 347); Green value is 220 (86.33% from 255 or 63.40% from 347); Blue value is 84 (33.20% from 255 or 24.21% from 347); Max value from RGB is 220 - color contains mainly: green. Hex color #2BDC54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BDC54 is #D423AB. Grayscale: #979797. Windows color (decimal): -13902764 or 5561387. OLE color: 5561387.
HSL color Cylindrical-coordinate representation of color #2BDC54: hue angle of 133.9º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BDC54 is Cyan = 0.80, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 220 | 84 | - |
| CMYK | 0.80 | 0 | 0.62 | 0.14 |
| HSL | 133.9º | 0.72% | 0.52% | - |
| HSV(B) | 133.9º | 0.8% | 0.86% | - |
| XYZ | 28.19 | 52.34 | 17 | - |
| YUV | 151.57 | 89.86 | 50.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 220 | 84 | 0.80 | 0 | 0.62 | 0.14 | 133.9 | 0.72 | 0.52 |
| Hex | 2B | DC | 54 | 50 | 0 | 3E | E | 86 | 48 | 34 |
| Octal | 53 | 334 | 124 | 120 | 0 | 76 | 16 | 206 | 110 | 64 |
| Binary | 101011 | 11011100 | 1010100 | 1010000 | 0 | 111110 | 1110 | 10000110 | 1001000 | 110100 |
Color Harmonies of #2BDC54
Complementary color
Monochromatic Colors of #2BDC54
Black with #2BDC54
Text Example
Text Example
White with #2BDC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDC54; }
p { color: rgb(43,220,84); }
H1.HeaderClassName
{
color: #2BDC54;
}
.AnyTagClassName
{
color: #2BDC54;
}
</style>
background-color css
<style>
a { background-color: #2BDC54; }
a { background-color: rgb(43,220,84); }
div.DivClassName
{
background-color: #2BDC54;
}
.BgClassName
{
background-color: #2BDC54;
}
</style>
border-color css
<style>
span { border-color: #2BDC54; }
span { border-color: rgb(43,220,84); }
td.TdClassName
{
border-color: #2BDC54;
}
.TagClassName
{
border-color: #2BDC54;
}
</style>