Shades of Malachite #2BFF47
Tints of Malachite #2BFF47
RGB
CMYK
RGB Variations
Color information
#2BFF47 (or 0x2BFF47) is known color: Malachite. HEX triplet: 2B, FF and 47. RGB value is (43,255,71). Sum of RGB (Red+Green+Blue) = 43+255+71=369 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.65% from 369); Green value is 255 (100% from 255 or 69.11% from 369); Blue value is 71 (28.12% from 255 or 19.24% from 369); Max value from RGB is 255 - color contains mainly: green. Hex color #2BFF47 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BFF47 is #D400B8. Grayscale: #ABABAB. Windows color (decimal): -13893817 or 4718379. OLE color: 4718379.
HSL color Cylindrical-coordinate representation of color #2BFF47: hue angle of 127.92º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFF47 is Cyan = 0.83, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 255 | 71 | - |
| CMYK | 0.83 | 0 | 0.72 | 0 |
| HSL | 127.92º | 1% | 0.58% | - |
| HSV(B) | 127.92º | 0.83% | 1% | - |
| XYZ | 37.89 | 72.49 | 17.96 | - |
| YUV | 170.64 | 71.76 | 36.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 255 | 71 | 0.83 | 0 | 0.72 | 0 | 127.92 | 1 | 0.58 |
| Hex | 2B | FF | 47 | 53 | 0 | 48 | 0 | 80 | 64 | 3A |
| Octal | 53 | 377 | 107 | 123 | 0 | 110 | 0 | 200 | 144 | 72 |
| Binary | 101011 | 11111111 | 1000111 | 1010011 | 0 | 1001000 | 0 | 10000000 | 1100100 | 111010 |
Color Harmonies of #2BFF47
Complementary color
Monochromatic Colors of #2BFF47
Black with #2BFF47
Text Example
Text Example
White with #2BFF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFF47; }
p { color: rgb(43,255,71); }
H1.HeaderClassName
{
color: #2BFF47;
}
.AnyTagClassName
{
color: #2BFF47;
}
</style>
background-color css
<style>
a { background-color: #2BFF47; }
a { background-color: rgb(43,255,71); }
div.DivClassName
{
background-color: #2BFF47;
}
.BgClassName
{
background-color: #2BFF47;
}
</style>
border-color css
<style>
span { border-color: #2BFF47; }
span { border-color: rgb(43,255,71); }
td.TdClassName
{
border-color: #2BFF47;
}
.TagClassName
{
border-color: #2BFF47;
}
</style>