Shades of Malachite #2BFA5C
Tints of Malachite #2BFA5C
RGB
CMYK
RGB Variations
Color information
#2BFA5C (or 0x2BFA5C) is known color: Malachite. HEX triplet: 2B, FA and 5C. RGB value is (43,250,92). Sum of RGB (Red+Green+Blue) = 43+250+92=385 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.17% from 385); Green value is 250 (98.05% from 255 or 64.94% from 385); Blue value is 92 (36.33% from 255 or 23.90% from 385); Max value from RGB is 250 - color contains mainly: green. Hex color #2BFA5C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BFA5C is #D405A3. Grayscale: #AAAAAA. Windows color (decimal): -13895076 or 6093355. OLE color: 6093355.
HSL color Cylindrical-coordinate representation of color #2BFA5C: hue angle of 134.2º 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 #2BFA5C is Cyan = 0.83, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 250 | 92 | - |
| CMYK | 0.83 | 0 | 0.63 | 0.02 |
| HSL | 134.2º | 0.95% | 0.57% | - |
| HSV(B) | 134.2º | 0.83% | 0.98% | - |
| XYZ | 37.11 | 69.66 | 21.61 | - |
| YUV | 170.1 | 83.92 | 37.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 250 | 92 | 0.83 | 0 | 0.63 | 0.02 | 134.2 | 0.95 | 0.57 |
| Hex | 2B | FA | 5C | 53 | 0 | 3F | 2 | 86 | 5F | 39 |
| Octal | 53 | 372 | 134 | 123 | 0 | 77 | 2 | 206 | 137 | 71 |
| Binary | 101011 | 11111010 | 1011100 | 1010011 | 0 | 111111 | 10 | 10000110 | 1011111 | 111001 |
Color Harmonies of #2BFA5C
Complementary color
Monochromatic Colors of #2BFA5C
Black with #2BFA5C
Text Example
Text Example
White with #2BFA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFA5C; }
p { color: rgb(43,250,92); }
H1.HeaderClassName
{
color: #2BFA5C;
}
.AnyTagClassName
{
color: #2BFA5C;
}
</style>
background-color css
<style>
a { background-color: #2BFA5C; }
a { background-color: rgb(43,250,92); }
div.DivClassName
{
background-color: #2BFA5C;
}
.BgClassName
{
background-color: #2BFA5C;
}
</style>
border-color css
<style>
span { border-color: #2BFA5C; }
span { border-color: rgb(43,250,92); }
td.TdClassName
{
border-color: #2BFA5C;
}
.TagClassName
{
border-color: #2BFA5C;
}
</style>