Shades of Malachite #2BDB54
Tints of Malachite #2BDB54
RGB
CMYK
RGB Variations
Color information
#2BDB54 (or 0x2BDB54) is known color: Malachite. HEX triplet: 2B, DB and 54. RGB value is (43,219,84). Sum of RGB (Red+Green+Blue) = 43+219+84=346 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.43% from 346); Green value is 219 (85.94% from 255 or 63.29% from 346); Blue value is 84 (33.20% from 255 or 24.28% from 346); Max value from RGB is 219 - color contains mainly: green. Hex color #2BDB54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BDB54 is #D424AB. Grayscale: #979797. Windows color (decimal): -13903020 or 5561131. OLE color: 5561131.
HSL color Cylindrical-coordinate representation of color #2BDB54: hue angle of 133.98º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BDB54 is Cyan = 0.80, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 219 | 84 | - |
| CMYK | 0.80 | 0 | 0.62 | 0.14 |
| HSL | 133.98º | 0.71% | 0.51% | - |
| HSV(B) | 133.98º | 0.8% | 0.86% | - |
| XYZ | 27.93 | 51.82 | 16.92 | - |
| YUV | 150.99 | 90.19 | 50.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 219 | 84 | 0.80 | 0 | 0.62 | 0.14 | 133.98 | 0.71 | 0.51 |
| Hex | 2B | DB | 54 | 50 | 0 | 3E | E | 86 | 47 | 33 |
| Octal | 53 | 333 | 124 | 120 | 0 | 76 | 16 | 206 | 107 | 63 |
| Binary | 101011 | 11011011 | 1010100 | 1010000 | 0 | 111110 | 1110 | 10000110 | 1000111 | 110011 |
Color Harmonies of #2BDB54
Complementary color
Monochromatic Colors of #2BDB54
Black with #2BDB54
Text Example
Text Example
White with #2BDB54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDB54; }
p { color: rgb(43,219,84); }
H1.HeaderClassName
{
color: #2BDB54;
}
.AnyTagClassName
{
color: #2BDB54;
}
</style>
background-color css
<style>
a { background-color: #2BDB54; }
a { background-color: rgb(43,219,84); }
div.DivClassName
{
background-color: #2BDB54;
}
.BgClassName
{
background-color: #2BDB54;
}
</style>
border-color css
<style>
span { border-color: #2BDB54; }
span { border-color: rgb(43,219,84); }
td.TdClassName
{
border-color: #2BDB54;
}
.TagClassName
{
border-color: #2BDB54;
}
</style>