Shades of Malachite #2BFF4F
Tints of Malachite #2BFF4F
RGB
CMYK
RGB Variations
Color information
#2BFF4F (or 0x2BFF4F) is known color: Malachite. HEX triplet: 2B, FF and 4F. RGB value is (43,255,79). Sum of RGB (Red+Green+Blue) = 43+255+79=377 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.41% from 377); Green value is 255 (100% from 255 or 67.64% from 377); Blue value is 79 (31.25% from 255 or 20.95% from 377); Max value from RGB is 255 - color contains mainly: green. Hex color #2BFF4F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BFF4F is #D400B0. Grayscale: #ACACAC. Windows color (decimal): -13893809 or 5242667. OLE color: 5242667.
HSL color Cylindrical-coordinate representation of color #2BFF4F: hue angle of 130.19º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFF4F is Cyan = 0.83, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 255 | 79 | - |
| CMYK | 0.83 | 0 | 0.69 | 0 |
| HSL | 130.19º | 1% | 0.58% | - |
| HSV(B) | 130.19º | 0.83% | 1% | - |
| XYZ | 38.17 | 72.6 | 19.4 | - |
| YUV | 171.55 | 75.76 | 36.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 255 | 79 | 0.83 | 0 | 0.69 | 0 | 130.19 | 1 | 0.58 |
| Hex | 2B | FF | 4F | 53 | 0 | 45 | 0 | 82 | 64 | 3A |
| Octal | 53 | 377 | 117 | 123 | 0 | 105 | 0 | 202 | 144 | 72 |
| Binary | 101011 | 11111111 | 1001111 | 1010011 | 0 | 1000101 | 0 | 10000010 | 1100100 | 111010 |
Color Harmonies of #2BFF4F
Complementary color
Monochromatic Colors of #2BFF4F
Black with #2BFF4F
Text Example
Text Example
White with #2BFF4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFF4F; }
p { color: rgb(43,255,79); }
H1.HeaderClassName
{
color: #2BFF4F;
}
.AnyTagClassName
{
color: #2BFF4F;
}
</style>
background-color css
<style>
a { background-color: #2BFF4F; }
a { background-color: rgb(43,255,79); }
div.DivClassName
{
background-color: #2BFF4F;
}
.BgClassName
{
background-color: #2BFF4F;
}
</style>
border-color css
<style>
span { border-color: #2BFF4F; }
span { border-color: rgb(43,255,79); }
td.TdClassName
{
border-color: #2BFF4F;
}
.TagClassName
{
border-color: #2BFF4F;
}
</style>