Shades of Malachite #2BE16F
Tints of Malachite #2BE16F
RGB
CMYK
RGB Variations
Color information
#2BE16F (or 0x2BE16F) is known color: Malachite. HEX triplet: 2B, E1 and 6F. RGB value is (43,225,111). Sum of RGB (Red+Green+Blue) = 43+225+111=379 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.35% from 379); Green value is 225 (88.28% from 255 or 59.37% from 379); Blue value is 111 (43.75% from 255 or 29.29% from 379); Max value from RGB is 225 - color contains mainly: green. Hex color #2BE16F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BE16F is #D41E90. Grayscale: #9D9D9D. Windows color (decimal): -13901457 or 7332139. OLE color: 7332139.
HSL color Cylindrical-coordinate representation of color #2BE16F: hue angle of 142.42º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE16F is Cyan = 0.81, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 43 | 225 | 111 | - |
| CMYK | 0.81 | 0 | 0.51 | 0.12 |
| HSL | 142.42º | 0.75% | 0.53% | - |
| HSV(B) | 142.42º | 0.81% | 0.88% | - |
| XYZ | 30.79 | 55.51 | 24.13 | - |
| YUV | 157.59 | 101.7 | 46.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 225 | 111 | 0.81 | 0 | 0.51 | 0.12 | 142.42 | 0.75 | 0.53 |
| Hex | 2B | E1 | 6F | 51 | 0 | 33 | C | 8E | 4B | 35 |
| Octal | 53 | 341 | 157 | 121 | 0 | 63 | 14 | 216 | 113 | 65 |
| Binary | 101011 | 11100001 | 1101111 | 1010001 | 0 | 110011 | 1100 | 10001110 | 1001011 | 110101 |
Color Harmonies of #2BE16F
Complementary color
Monochromatic Colors of #2BE16F
Black with #2BE16F
Text Example
Text Example
White with #2BE16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE16F; }
p { color: rgb(43,225,111); }
H1.HeaderClassName
{
color: #2BE16F;
}
.AnyTagClassName
{
color: #2BE16F;
}
</style>
background-color css
<style>
a { background-color: #2BE16F; }
a { background-color: rgb(43,225,111); }
div.DivClassName
{
background-color: #2BE16F;
}
.BgClassName
{
background-color: #2BE16F;
}
</style>
border-color css
<style>
span { border-color: #2BE16F; }
span { border-color: rgb(43,225,111); }
td.TdClassName
{
border-color: #2BE16F;
}
.TagClassName
{
border-color: #2BE16F;
}
</style>