Shades of Malachite #2BE16A
Tints of Malachite #2BE16A
RGB
CMYK
RGB Variations
Color information
#2BE16A (or 0x2BE16A) is known color: Malachite. HEX triplet: 2B, E1 and 6A. RGB value is (43,225,106). Sum of RGB (Red+Green+Blue) = 43+225+106=374 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.50% from 374); Green value is 225 (88.28% from 255 or 60.16% from 374); Blue value is 106 (41.80% from 255 or 28.34% from 374); Max value from RGB is 225 - color contains mainly: green. Hex color #2BE16A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BE16A is #D41E95. Grayscale: #9D9D9D. Windows color (decimal): -13901462 or 7004459. OLE color: 7004459.
HSL color Cylindrical-coordinate representation of color #2BE16A: hue angle of 140.77º 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 #2BE16A is Cyan = 0.81, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 43 | 225 | 106 | - |
| CMYK | 0.81 | 0 | 0.53 | 0.12 |
| HSL | 140.77º | 0.75% | 0.53% | - |
| HSV(B) | 140.77º | 0.81% | 0.88% | - |
| XYZ | 30.52 | 55.4 | 22.72 | - |
| YUV | 157.02 | 99.2 | 46.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 225 | 106 | 0.81 | 0 | 0.53 | 0.12 | 140.77 | 0.75 | 0.53 |
| Hex | 2B | E1 | 6A | 51 | 0 | 35 | C | 8D | 4B | 35 |
| Octal | 53 | 341 | 152 | 121 | 0 | 65 | 14 | 215 | 113 | 65 |
| Binary | 101011 | 11100001 | 1101010 | 1010001 | 0 | 110101 | 1100 | 10001101 | 1001011 | 110101 |
Color Harmonies of #2BE16A
Complementary color
Monochromatic Colors of #2BE16A
Black with #2BE16A
Text Example
Text Example
White with #2BE16A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE16A; }
p { color: rgb(43,225,106); }
H1.HeaderClassName
{
color: #2BE16A;
}
.AnyTagClassName
{
color: #2BE16A;
}
</style>
background-color css
<style>
a { background-color: #2BE16A; }
a { background-color: rgb(43,225,106); }
div.DivClassName
{
background-color: #2BE16A;
}
.BgClassName
{
background-color: #2BE16A;
}
</style>
border-color css
<style>
span { border-color: #2BE16A; }
span { border-color: rgb(43,225,106); }
td.TdClassName
{
border-color: #2BE16A;
}
.TagClassName
{
border-color: #2BE16A;
}
</style>