Shades of Malachite #2BFC4D
Tints of Malachite #2BFC4D
RGB
CMYK
RGB Variations
Color information
#2BFC4D (or 0x2BFC4D) is known color: Malachite. HEX triplet: 2B, FC and 4D. RGB value is (43,252,77). Sum of RGB (Red+Green+Blue) = 43+252+77=372 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.56% from 372); Green value is 252 (98.83% from 255 or 67.74% from 372); Blue value is 77 (30.47% from 255 or 20.70% from 372); Max value from RGB is 252 - color contains mainly: green. Hex color #2BFC4D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BFC4D is #D403B2. Grayscale: #AAAAAA. Windows color (decimal): -13894579 or 5110827. OLE color: 5110827.
HSL color Cylindrical-coordinate representation of color #2BFC4D: hue angle of 129.76º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFC4D is Cyan = 0.83, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 43 | 252 | 77 | - |
| CMYK | 0.83 | 0 | 0.69 | 0.01 |
| HSL | 129.76º | 0.97% | 0.58% | - |
| HSV(B) | 129.76º | 0.83% | 0.99% | - |
| XYZ | 37.15 | 70.67 | 18.7 | - |
| YUV | 169.56 | 75.76 | 37.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 252 | 77 | 0.83 | 0 | 0.69 | 0.01 | 129.76 | 0.97 | 0.58 |
| Hex | 2B | FC | 4D | 53 | 0 | 45 | 1 | 82 | 61 | 3A |
| Octal | 53 | 374 | 115 | 123 | 0 | 105 | 1 | 202 | 141 | 72 |
| Binary | 101011 | 11111100 | 1001101 | 1010011 | 0 | 1000101 | 1 | 10000010 | 1100001 | 111010 |
Color Harmonies of #2BFC4D
Complementary color
Monochromatic Colors of #2BFC4D
Black with #2BFC4D
Text Example
Text Example
White with #2BFC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFC4D; }
p { color: rgb(43,252,77); }
H1.HeaderClassName
{
color: #2BFC4D;
}
.AnyTagClassName
{
color: #2BFC4D;
}
</style>
background-color css
<style>
a { background-color: #2BFC4D; }
a { background-color: rgb(43,252,77); }
div.DivClassName
{
background-color: #2BFC4D;
}
.BgClassName
{
background-color: #2BFC4D;
}
</style>
border-color css
<style>
span { border-color: #2BFC4D; }
span { border-color: rgb(43,252,77); }
td.TdClassName
{
border-color: #2BFC4D;
}
.TagClassName
{
border-color: #2BFC4D;
}
</style>