Shades of Malachite #2BFA66
Tints of Malachite #2BFA66
RGB
CMYK
RGB Variations
Color information
#2BFA66 (or 0x2BFA66) is known color: Malachite. HEX triplet: 2B, FA and 66. RGB value is (43,250,102). Sum of RGB (Red+Green+Blue) = 43+250+102=395 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.89% from 395); Green value is 250 (98.05% from 255 or 63.29% from 395); Blue value is 102 (40.23% from 255 or 25.82% from 395); Max value from RGB is 250 - color contains mainly: green. Hex color #2BFA66 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BFA66 is #D40599. Grayscale: #ABABAB. Windows color (decimal): -13895066 or 6748715. OLE color: 6748715.
HSL color Cylindrical-coordinate representation of color #2BFA66: hue angle of 137.1º 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 #2BFA66 is Cyan = 0.83, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 250 | 102 | - |
| CMYK | 0.83 | 0 | 0.59 | 0.02 |
| HSL | 137.1º | 0.95% | 0.57% | - |
| HSV(B) | 137.1º | 0.83% | 0.98% | - |
| XYZ | 37.58 | 69.84 | 24.07 | - |
| YUV | 171.24 | 88.92 | 36.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 250 | 102 | 0.83 | 0 | 0.59 | 0.02 | 137.1 | 0.95 | 0.57 |
| Hex | 2B | FA | 66 | 53 | 0 | 3B | 2 | 89 | 5F | 39 |
| Octal | 53 | 372 | 146 | 123 | 0 | 73 | 2 | 211 | 137 | 71 |
| Binary | 101011 | 11111010 | 1100110 | 1010011 | 0 | 111011 | 10 | 10001001 | 1011111 | 111001 |
Color Harmonies of #2BFA66
Complementary color
Monochromatic Colors of #2BFA66
Black with #2BFA66
Text Example
Text Example
White with #2BFA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFA66; }
p { color: rgb(43,250,102); }
H1.HeaderClassName
{
color: #2BFA66;
}
.AnyTagClassName
{
color: #2BFA66;
}
</style>
background-color css
<style>
a { background-color: #2BFA66; }
a { background-color: rgb(43,250,102); }
div.DivClassName
{
background-color: #2BFA66;
}
.BgClassName
{
background-color: #2BFA66;
}
</style>
border-color css
<style>
span { border-color: #2BFA66; }
span { border-color: rgb(43,250,102); }
td.TdClassName
{
border-color: #2BFA66;
}
.TagClassName
{
border-color: #2BFA66;
}
</style>