Shades of Malachite #2BDC4D
Tints of Malachite #2BDC4D
RGB
CMYK
RGB Variations
Color information
#2BDC4D (or 0x2BDC4D) is known color: Malachite. HEX triplet: 2B, DC and 4D. RGB value is (43,220,77). Sum of RGB (Red+Green+Blue) = 43+220+77=340 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.65% from 340); Green value is 220 (86.33% from 255 or 64.71% from 340); Blue value is 77 (30.47% from 255 or 22.65% from 340); Max value from RGB is 220 - color contains mainly: green. Hex color #2BDC4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BDC4D is #D423B2. Grayscale: #979797. Windows color (decimal): -13902771 or 5102635. OLE color: 5102635.
HSL color Cylindrical-coordinate representation of color #2BDC4D: hue angle of 131.53º 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 #2BDC4D is Cyan = 0.80, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 220 | 77 | - |
| CMYK | 0.80 | 0 | 0.65 | 0.14 |
| HSL | 131.53º | 0.72% | 0.52% | - |
| HSV(B) | 131.53º | 0.8% | 0.86% | - |
| XYZ | 27.93 | 52.24 | 15.63 | - |
| YUV | 150.78 | 86.36 | 51.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 220 | 77 | 0.80 | 0 | 0.65 | 0.14 | 131.53 | 0.72 | 0.52 |
| Hex | 2B | DC | 4D | 50 | 0 | 41 | E | 84 | 48 | 34 |
| Octal | 53 | 334 | 115 | 120 | 0 | 101 | 16 | 204 | 110 | 64 |
| Binary | 101011 | 11011100 | 1001101 | 1010000 | 0 | 1000001 | 1110 | 10000100 | 1001000 | 110100 |
Color Harmonies of #2BDC4D
Complementary color
Monochromatic Colors of #2BDC4D
Black with #2BDC4D
Text Example
Text Example
White with #2BDC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDC4D; }
p { color: rgb(43,220,77); }
H1.HeaderClassName
{
color: #2BDC4D;
}
.AnyTagClassName
{
color: #2BDC4D;
}
</style>
background-color css
<style>
a { background-color: #2BDC4D; }
a { background-color: rgb(43,220,77); }
div.DivClassName
{
background-color: #2BDC4D;
}
.BgClassName
{
background-color: #2BDC4D;
}
</style>
border-color css
<style>
span { border-color: #2BDC4D; }
span { border-color: rgb(43,220,77); }
td.TdClassName
{
border-color: #2BDC4D;
}
.TagClassName
{
border-color: #2BDC4D;
}
</style>