Shades of Malachite #2BFB47
Tints of Malachite #2BFB47
RGB
CMYK
RGB Variations
Color information
#2BFB47 (or 0x2BFB47) is known color: Malachite. HEX triplet: 2B, FB and 47. RGB value is (43,251,71). Sum of RGB (Red+Green+Blue) = 43+251+71=365 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.78% from 365); Green value is 251 (98.44% from 255 or 68.77% from 365); Blue value is 71 (28.12% from 255 or 19.45% from 365); Max value from RGB is 251 - color contains mainly: green. Hex color #2BFB47 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BFB47 is #D404B8. Grayscale: #A8A8A8. Windows color (decimal): -13894841 or 4717355. OLE color: 4717355.
HSL color Cylindrical-coordinate representation of color #2BFB47: hue angle of 128.08º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFB47 is Cyan = 0.83, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 251 | 71 | - |
| CMYK | 0.83 | 0 | 0.72 | 0.02 |
| HSL | 128.08º | 0.96% | 0.58% | - |
| HSV(B) | 128.08º | 0.83% | 0.98% | - |
| XYZ | 36.63 | 69.96 | 17.53 | - |
| YUV | 168.29 | 73.09 | 38.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 251 | 71 | 0.83 | 0 | 0.72 | 0.02 | 128.08 | 0.96 | 0.58 |
| Hex | 2B | FB | 47 | 53 | 0 | 48 | 2 | 80 | 60 | 3A |
| Octal | 53 | 373 | 107 | 123 | 0 | 110 | 2 | 200 | 140 | 72 |
| Binary | 101011 | 11111011 | 1000111 | 1010011 | 0 | 1001000 | 10 | 10000000 | 1100000 | 111010 |
Color Harmonies of #2BFB47
Complementary color
Monochromatic Colors of #2BFB47
Black with #2BFB47
Text Example
Text Example
White with #2BFB47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFB47; }
p { color: rgb(43,251,71); }
H1.HeaderClassName
{
color: #2BFB47;
}
.AnyTagClassName
{
color: #2BFB47;
}
</style>
background-color css
<style>
a { background-color: #2BFB47; }
a { background-color: rgb(43,251,71); }
div.DivClassName
{
background-color: #2BFB47;
}
.BgClassName
{
background-color: #2BFB47;
}
</style>
border-color css
<style>
span { border-color: #2BFB47; }
span { border-color: rgb(43,251,71); }
td.TdClassName
{
border-color: #2BFB47;
}
.TagClassName
{
border-color: #2BFB47;
}
</style>