Shades of Malachite #2BD363
Tints of Malachite #2BD363
RGB
CMYK
RGB Variations
Color information
#2BD363 (or 0x2BD363) is known color: Malachite. HEX triplet: 2B, D3 and 63. RGB value is (43,211,99). Sum of RGB (Red+Green+Blue) = 43+211+99=353 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.18% from 353); Green value is 211 (82.81% from 255 or 59.77% from 353); Blue value is 99 (39.06% from 255 or 28.05% from 353); Max value from RGB is 211 - color contains mainly: green. Hex color #2BD363 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BD363 is #D42C9C. Grayscale: #949494. Windows color (decimal): -13905053 or 6542123. OLE color: 6542123.
HSL color Cylindrical-coordinate representation of color #2BD363: hue angle of 140º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BD363 is Cyan = 0.80, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 43 | 211 | 99 | - |
| CMYK | 0.80 | 0 | 0.53 | 0.17 |
| HSL | 140º | 0.66% | 0.5% | - |
| HSV(B) | 140º | 0.8% | 0.83% | - |
| XYZ | 26.54 | 48 | 19.67 | - |
| YUV | 148 | 100.34 | 53.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 211 | 99 | 0.80 | 0 | 0.53 | 0.17 | 140 | 0.66 | 0.5 |
| Hex | 2B | D3 | 63 | 50 | 0 | 35 | 11 | 8C | 42 | 32 |
| Octal | 53 | 323 | 143 | 120 | 0 | 65 | 21 | 214 | 102 | 62 |
| Binary | 101011 | 11010011 | 1100011 | 1010000 | 0 | 110101 | 10001 | 10001100 | 1000010 | 110010 |
Color Harmonies of #2BD363
Complementary color
Monochromatic Colors of #2BD363
Black with #2BD363
Text Example
Text Example
White with #2BD363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD363; }
p { color: rgb(43,211,99); }
H1.HeaderClassName
{
color: #2BD363;
}
.AnyTagClassName
{
color: #2BD363;
}
</style>
background-color css
<style>
a { background-color: #2BD363; }
a { background-color: rgb(43,211,99); }
div.DivClassName
{
background-color: #2BD363;
}
.BgClassName
{
background-color: #2BD363;
}
</style>
border-color css
<style>
span { border-color: #2BD363; }
span { border-color: rgb(43,211,99); }
td.TdClassName
{
border-color: #2BD363;
}
.TagClassName
{
border-color: #2BD363;
}
</style>