Shades of Malachite #2BDC62
Tints of Malachite #2BDC62
RGB
CMYK
RGB Variations
Color information
#2BDC62 (or 0x2BDC62) is known color: Malachite. HEX triplet: 2B, DC and 62. RGB value is (43,220,98). Sum of RGB (Red+Green+Blue) = 43+220+98=361 (47% of max value = 765). Red value is 43 (17.19% from 255 or 11.91% from 361); Green value is 220 (86.33% from 255 or 60.94% from 361); Blue value is 98 (38.67% from 255 or 27.15% from 361); Max value from RGB is 220 - color contains mainly: green. Hex color #2BDC62 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BDC62 is #D4239D. Grayscale: #999999. Windows color (decimal): -13902750 or 6478891. OLE color: 6478891.
HSL color Cylindrical-coordinate representation of color #2BDC62: hue angle of 138.64º 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 #2BDC62 is Cyan = 0.80, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 220 | 98 | - |
| CMYK | 0.80 | 0 | 0.55 | 0.14 |
| HSL | 138.64º | 0.72% | 0.52% | - |
| HSV(B) | 138.64º | 0.8% | 0.86% | - |
| XYZ | 28.79 | 52.58 | 20.19 | - |
| YUV | 153.17 | 96.86 | 49.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 220 | 98 | 0.80 | 0 | 0.55 | 0.14 | 138.64 | 0.72 | 0.52 |
| Hex | 2B | DC | 62 | 50 | 0 | 37 | E | 8B | 48 | 34 |
| Octal | 53 | 334 | 142 | 120 | 0 | 67 | 16 | 213 | 110 | 64 |
| Binary | 101011 | 11011100 | 1100010 | 1010000 | 0 | 110111 | 1110 | 10001011 | 1001000 | 110100 |
Color Harmonies of #2BDC62
Complementary color
Monochromatic Colors of #2BDC62
Black with #2BDC62
Text Example
Text Example
White with #2BDC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDC62; }
p { color: rgb(43,220,98); }
H1.HeaderClassName
{
color: #2BDC62;
}
.AnyTagClassName
{
color: #2BDC62;
}
</style>
background-color css
<style>
a { background-color: #2BDC62; }
a { background-color: rgb(43,220,98); }
div.DivClassName
{
background-color: #2BDC62;
}
.BgClassName
{
background-color: #2BDC62;
}
</style>
border-color css
<style>
span { border-color: #2BDC62; }
span { border-color: rgb(43,220,98); }
td.TdClassName
{
border-color: #2BDC62;
}
.TagClassName
{
border-color: #2BDC62;
}
</style>