Shades of Malachite #2BFF4E
Tints of Malachite #2BFF4E
RGB
CMYK
RGB Variations
Color information
#2BFF4E (or 0x2BFF4E) is known color: Malachite. HEX triplet: 2B, FF and 4E. RGB value is (43,255,78). Sum of RGB (Red+Green+Blue) = 43+255+78=376 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.44% from 376); Green value is 255 (100% from 255 or 67.82% from 376); Blue value is 78 (30.86% from 255 or 20.74% from 376); Max value from RGB is 255 - color contains mainly: green. Hex color #2BFF4E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BFF4E is #D400B1. Grayscale: #ABABAB. Windows color (decimal): -13893810 or 5177131. OLE color: 5177131.
HSL color Cylindrical-coordinate representation of color #2BFF4E: hue angle of 129.91º 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 #2BFF4E is Cyan = 0.83, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 255 | 78 | - |
| CMYK | 0.83 | 0 | 0.69 | 0 |
| HSL | 129.91º | 1% | 0.58% | - |
| HSV(B) | 129.91º | 0.83% | 1% | - |
| XYZ | 38.13 | 72.58 | 19.21 | - |
| YUV | 171.43 | 75.26 | 36.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 255 | 78 | 0.83 | 0 | 0.69 | 0 | 129.91 | 1 | 0.58 |
| Hex | 2B | FF | 4E | 53 | 0 | 45 | 0 | 82 | 64 | 3A |
| Octal | 53 | 377 | 116 | 123 | 0 | 105 | 0 | 202 | 144 | 72 |
| Binary | 101011 | 11111111 | 1001110 | 1010011 | 0 | 1000101 | 0 | 10000010 | 1100100 | 111010 |
Color Harmonies of #2BFF4E
Complementary color
Monochromatic Colors of #2BFF4E
Black with #2BFF4E
Text Example
Text Example
White with #2BFF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFF4E; }
p { color: rgb(43,255,78); }
H1.HeaderClassName
{
color: #2BFF4E;
}
.AnyTagClassName
{
color: #2BFF4E;
}
</style>
background-color css
<style>
a { background-color: #2BFF4E; }
a { background-color: rgb(43,255,78); }
div.DivClassName
{
background-color: #2BFF4E;
}
.BgClassName
{
background-color: #2BFF4E;
}
</style>
border-color css
<style>
span { border-color: #2BFF4E; }
span { border-color: rgb(43,255,78); }
td.TdClassName
{
border-color: #2BFF4E;
}
.TagClassName
{
border-color: #2BFF4E;
}
</style>