Shades of Malachite #2BFA60
Tints of Malachite #2BFA60
RGB
CMYK
RGB Variations
Color information
#2BFA60 (or 0x2BFA60) is known color: Malachite. HEX triplet: 2B, FA and 60. RGB value is (43,250,96). Sum of RGB (Red+Green+Blue) = 43+250+96=389 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.05% from 389); Green value is 250 (98.05% from 255 or 64.27% from 389); Blue value is 96 (37.89% from 255 or 24.68% from 389); Max value from RGB is 250 - color contains mainly: green. Hex color #2BFA60 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BFA60 is #D4059F. Grayscale: #AAAAAA. Windows color (decimal): -13895072 or 6355499. OLE color: 6355499.
HSL color Cylindrical-coordinate representation of color #2BFA60: hue angle of 135.36º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFA60 is Cyan = 0.83, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 250 | 96 | - |
| CMYK | 0.83 | 0 | 0.62 | 0.02 |
| HSL | 135.36º | 0.95% | 0.57% | - |
| HSV(B) | 135.36º | 0.83% | 0.98% | - |
| XYZ | 37.29 | 69.73 | 22.56 | - |
| YUV | 170.55 | 85.92 | 37.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 250 | 96 | 0.83 | 0 | 0.62 | 0.02 | 135.36 | 0.95 | 0.57 |
| Hex | 2B | FA | 60 | 53 | 0 | 3E | 2 | 87 | 5F | 39 |
| Octal | 53 | 372 | 140 | 123 | 0 | 76 | 2 | 207 | 137 | 71 |
| Binary | 101011 | 11111010 | 1100000 | 1010011 | 0 | 111110 | 10 | 10000111 | 1011111 | 111001 |
Color Harmonies of #2BFA60
Complementary color
Monochromatic Colors of #2BFA60
Black with #2BFA60
Text Example
Text Example
White with #2BFA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFA60; }
p { color: rgb(43,250,96); }
H1.HeaderClassName
{
color: #2BFA60;
}
.AnyTagClassName
{
color: #2BFA60;
}
</style>
background-color css
<style>
a { background-color: #2BFA60; }
a { background-color: rgb(43,250,96); }
div.DivClassName
{
background-color: #2BFA60;
}
.BgClassName
{
background-color: #2BFA60;
}
</style>
border-color css
<style>
span { border-color: #2BFA60; }
span { border-color: rgb(43,250,96); }
td.TdClassName
{
border-color: #2BFA60;
}
.TagClassName
{
border-color: #2BFA60;
}
</style>