Shades of Malachite #2BDC5C
Tints of Malachite #2BDC5C
RGB
CMYK
RGB Variations
Color information
#2BDC5C (or 0x2BDC5C) is known color: Malachite. HEX triplet: 2B, DC and 5C. RGB value is (43,220,92). Sum of RGB (Red+Green+Blue) = 43+220+92=355 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.11% from 355); Green value is 220 (86.33% from 255 or 61.97% from 355); Blue value is 92 (36.33% from 255 or 25.92% from 355); Max value from RGB is 220 - color contains mainly: green. Hex color #2BDC5C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BDC5C is #D423A3. Grayscale: #989898. Windows color (decimal): -13902756 or 6085675. OLE color: 6085675.
HSL color Cylindrical-coordinate representation of color #2BDC5C: hue angle of 136.61º 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 #2BDC5C is Cyan = 0.80, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 220 | 92 | - |
| CMYK | 0.80 | 0 | 0.58 | 0.14 |
| HSL | 136.61º | 0.72% | 0.52% | - |
| HSV(B) | 136.61º | 0.8% | 0.86% | - |
| XYZ | 28.52 | 52.47 | 18.75 | - |
| YUV | 152.49 | 93.86 | 49.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 220 | 92 | 0.80 | 0 | 0.58 | 0.14 | 136.61 | 0.72 | 0.52 |
| Hex | 2B | DC | 5C | 50 | 0 | 3A | E | 89 | 48 | 34 |
| Octal | 53 | 334 | 134 | 120 | 0 | 72 | 16 | 211 | 110 | 64 |
| Binary | 101011 | 11011100 | 1011100 | 1010000 | 0 | 111010 | 1110 | 10001001 | 1001000 | 110100 |
Color Harmonies of #2BDC5C
Complementary color
Monochromatic Colors of #2BDC5C
Black with #2BDC5C
Text Example
Text Example
White with #2BDC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDC5C; }
p { color: rgb(43,220,92); }
H1.HeaderClassName
{
color: #2BDC5C;
}
.AnyTagClassName
{
color: #2BDC5C;
}
</style>
background-color css
<style>
a { background-color: #2BDC5C; }
a { background-color: rgb(43,220,92); }
div.DivClassName
{
background-color: #2BDC5C;
}
.BgClassName
{
background-color: #2BDC5C;
}
</style>
border-color css
<style>
span { border-color: #2BDC5C; }
span { border-color: rgb(43,220,92); }
td.TdClassName
{
border-color: #2BDC5C;
}
.TagClassName
{
border-color: #2BDC5C;
}
</style>