Shades of Malachite #2BFB46
Tints of Malachite #2BFB46
RGB
CMYK
RGB Variations
Color information
#2BFB46 (or 0x2BFB46) is known color: Malachite. HEX triplet: 2B, FB and 46. RGB value is (43,251,70). Sum of RGB (Red+Green+Blue) = 43+251+70=364 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.81% from 364); Green value is 251 (98.44% from 255 or 68.96% from 364); Blue value is 70 (27.73% from 255 or 19.23% from 364); Max value from RGB is 251 - color contains mainly: green. Hex color #2BFB46 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BFB46 is #D404B9. Grayscale: #A8A8A8. Windows color (decimal): -13894842 or 4651819. OLE color: 4651819.
HSL color Cylindrical-coordinate representation of color #2BFB46: hue angle of 127.79º 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 #2BFB46 is Cyan = 0.83, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 251 | 70 | - |
| CMYK | 0.83 | 0 | 0.72 | 0.02 |
| HSL | 127.79º | 0.96% | 0.58% | - |
| HSV(B) | 127.79º | 0.83% | 0.98% | - |
| XYZ | 36.6 | 69.95 | 17.37 | - |
| YUV | 168.17 | 72.59 | 38.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 251 | 70 | 0.83 | 0 | 0.72 | 0.02 | 127.79 | 0.96 | 0.58 |
| Hex | 2B | FB | 46 | 53 | 0 | 48 | 2 | 80 | 60 | 3A |
| Octal | 53 | 373 | 106 | 123 | 0 | 110 | 2 | 200 | 140 | 72 |
| Binary | 101011 | 11111011 | 1000110 | 1010011 | 0 | 1001000 | 10 | 10000000 | 1100000 | 111010 |
Color Harmonies of #2BFB46
Complementary color
Monochromatic Colors of #2BFB46
Black with #2BFB46
Text Example
Text Example
White with #2BFB46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFB46; }
p { color: rgb(43,251,70); }
H1.HeaderClassName
{
color: #2BFB46;
}
.AnyTagClassName
{
color: #2BFB46;
}
</style>
background-color css
<style>
a { background-color: #2BFB46; }
a { background-color: rgb(43,251,70); }
div.DivClassName
{
background-color: #2BFB46;
}
.BgClassName
{
background-color: #2BFB46;
}
</style>
border-color css
<style>
span { border-color: #2BFB46; }
span { border-color: rgb(43,251,70); }
td.TdClassName
{
border-color: #2BFB46;
}
.TagClassName
{
border-color: #2BFB46;
}
</style>