Shades of Malachite #2BFA5E
Tints of Malachite #2BFA5E
RGB
CMYK
RGB Variations
Color information
#2BFA5E (or 0x2BFA5E) is known color: Malachite. HEX triplet: 2B, FA and 5E. RGB value is (43,250,94). Sum of RGB (Red+Green+Blue) = 43+250+94=387 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.11% from 387); Green value is 250 (98.05% from 255 or 64.60% from 387); Blue value is 94 (37.11% from 255 or 24.29% from 387); Max value from RGB is 250 - color contains mainly: green. Hex color #2BFA5E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BFA5E is #D405A1. Grayscale: #AAAAAA. Windows color (decimal): -13895074 or 6224427. OLE color: 6224427.
HSL color Cylindrical-coordinate representation of color #2BFA5E: hue angle of 134.78º 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 #2BFA5E is Cyan = 0.83, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 250 | 94 | - |
| CMYK | 0.83 | 0 | 0.62 | 0.02 |
| HSL | 134.78º | 0.95% | 0.57% | - |
| HSV(B) | 134.78º | 0.83% | 0.98% | - |
| XYZ | 37.2 | 69.69 | 22.08 | - |
| YUV | 170.32 | 84.92 | 37.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 250 | 94 | 0.83 | 0 | 0.62 | 0.02 | 134.78 | 0.95 | 0.57 |
| Hex | 2B | FA | 5E | 53 | 0 | 3E | 2 | 87 | 5F | 39 |
| Octal | 53 | 372 | 136 | 123 | 0 | 76 | 2 | 207 | 137 | 71 |
| Binary | 101011 | 11111010 | 1011110 | 1010011 | 0 | 111110 | 10 | 10000111 | 1011111 | 111001 |
Color Harmonies of #2BFA5E
Complementary color
Monochromatic Colors of #2BFA5E
Black with #2BFA5E
Text Example
Text Example
White with #2BFA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFA5E; }
p { color: rgb(43,250,94); }
H1.HeaderClassName
{
color: #2BFA5E;
}
.AnyTagClassName
{
color: #2BFA5E;
}
</style>
background-color css
<style>
a { background-color: #2BFA5E; }
a { background-color: rgb(43,250,94); }
div.DivClassName
{
background-color: #2BFA5E;
}
.BgClassName
{
background-color: #2BFA5E;
}
</style>
border-color css
<style>
span { border-color: #2BFA5E; }
span { border-color: rgb(43,250,94); }
td.TdClassName
{
border-color: #2BFA5E;
}
.TagClassName
{
border-color: #2BFA5E;
}
</style>