Shades of Malachite #2BFF52
Tints of Malachite #2BFF52
RGB
CMYK
RGB Variations
Color information
#2BFF52 (or 0x2BFF52) is known color: Malachite. HEX triplet: 2B, FF and 52. RGB value is (43,255,82). Sum of RGB (Red+Green+Blue) = 43+255+82=380 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.32% from 380); Green value is 255 (100% from 255 or 67.11% from 380); Blue value is 82 (32.42% from 255 or 21.58% from 380); Max value from RGB is 255 - color contains mainly: green. Hex color #2BFF52 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BFF52 is #D400AD. Grayscale: #ACACAC. Windows color (decimal): -13893806 or 5439275. OLE color: 5439275.
HSL color Cylindrical-coordinate representation of color #2BFF52: hue angle of 131.04º 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 #2BFF52 is Cyan = 0.83, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 255 | 82 | - |
| CMYK | 0.83 | 0 | 0.68 | 0 |
| HSL | 131.04º | 1% | 0.58% | - |
| HSV(B) | 131.04º | 0.83% | 1% | - |
| XYZ | 38.28 | 72.64 | 19.99 | - |
| YUV | 171.89 | 77.26 | 36.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 255 | 82 | 0.83 | 0 | 0.68 | 0 | 131.04 | 1 | 0.58 |
| Hex | 2B | FF | 52 | 53 | 0 | 44 | 0 | 83 | 64 | 3A |
| Octal | 53 | 377 | 122 | 123 | 0 | 104 | 0 | 203 | 144 | 72 |
| Binary | 101011 | 11111111 | 1010010 | 1010011 | 0 | 1000100 | 0 | 10000011 | 1100100 | 111010 |
Color Harmonies of #2BFF52
Complementary color
Monochromatic Colors of #2BFF52
Black with #2BFF52
Text Example
Text Example
White with #2BFF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFF52; }
p { color: rgb(43,255,82); }
H1.HeaderClassName
{
color: #2BFF52;
}
.AnyTagClassName
{
color: #2BFF52;
}
</style>
background-color css
<style>
a { background-color: #2BFF52; }
a { background-color: rgb(43,255,82); }
div.DivClassName
{
background-color: #2BFF52;
}
.BgClassName
{
background-color: #2BFF52;
}
</style>
border-color css
<style>
span { border-color: #2BFF52; }
span { border-color: rgb(43,255,82); }
td.TdClassName
{
border-color: #2BFF52;
}
.TagClassName
{
border-color: #2BFF52;
}
</style>