Shades of Malachite #2BFF49
Tints of Malachite #2BFF49
RGB
CMYK
RGB Variations
Color information
#2BFF49 (or 0x2BFF49) is known color: Malachite. HEX triplet: 2B, FF and 49. RGB value is (43,255,73). Sum of RGB (Red+Green+Blue) = 43+255+73=371 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.59% from 371); Green value is 255 (100% from 255 or 68.73% from 371); Blue value is 73 (28.91% from 255 or 19.68% from 371); Max value from RGB is 255 - color contains mainly: green. Hex color #2BFF49 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BFF49 is #D400B6. Grayscale: #ABABAB. Windows color (decimal): -13893815 or 4849451. OLE color: 4849451.
HSL color Cylindrical-coordinate representation of color #2BFF49: hue angle of 128.49º 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 #2BFF49 is Cyan = 0.83, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 255 | 73 | - |
| CMYK | 0.83 | 0 | 0.71 | 0 |
| HSL | 128.49º | 1% | 0.58% | - |
| HSV(B) | 128.49º | 0.83% | 1% | - |
| XYZ | 37.96 | 72.51 | 18.3 | - |
| YUV | 170.86 | 72.76 | 36.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 255 | 73 | 0.83 | 0 | 0.71 | 0 | 128.49 | 1 | 0.58 |
| Hex | 2B | FF | 49 | 53 | 0 | 47 | 0 | 80 | 64 | 3A |
| Octal | 53 | 377 | 111 | 123 | 0 | 107 | 0 | 200 | 144 | 72 |
| Binary | 101011 | 11111111 | 1001001 | 1010011 | 0 | 1000111 | 0 | 10000000 | 1100100 | 111010 |
Color Harmonies of #2BFF49
Complementary color
Monochromatic Colors of #2BFF49
Black with #2BFF49
Text Example
Text Example
White with #2BFF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFF49; }
p { color: rgb(43,255,73); }
H1.HeaderClassName
{
color: #2BFF49;
}
.AnyTagClassName
{
color: #2BFF49;
}
</style>
background-color css
<style>
a { background-color: #2BFF49; }
a { background-color: rgb(43,255,73); }
div.DivClassName
{
background-color: #2BFF49;
}
.BgClassName
{
background-color: #2BFF49;
}
</style>
border-color css
<style>
span { border-color: #2BFF49; }
span { border-color: rgb(43,255,73); }
td.TdClassName
{
border-color: #2BFF49;
}
.TagClassName
{
border-color: #2BFF49;
}
</style>