Shades of Malachite #2BE972
Tints of Malachite #2BE972
RGB
CMYK
RGB Variations
Color information
#2BE972 (or 0x2BE972) is known color: Malachite. HEX triplet: 2B, E9 and 72. RGB value is (43,233,114). Sum of RGB (Red+Green+Blue) = 43+233+114=390 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.03% from 390); Green value is 233 (91.41% from 255 or 59.74% from 390); Blue value is 114 (44.92% from 255 or 29.23% from 390); Max value from RGB is 233 - color contains mainly: green. Hex color #2BE972 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BE972 is #D4168D. Grayscale: #A2A2A2. Windows color (decimal): -13899406 or 7530795. OLE color: 7530795.
HSL color Cylindrical-coordinate representation of color #2BE972: hue angle of 142.42º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BE972 is Cyan = 0.82, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 43 | 233 | 114 | - |
| CMYK | 0.82 | 0 | 0.51 | 0.09 |
| HSL | 142.42º | 0.81% | 0.54% | - |
| HSV(B) | 142.42º | 0.82% | 0.91% | - |
| XYZ | 33.17 | 60.01 | 25.75 | - |
| YUV | 162.62 | 100.55 | 42.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 233 | 114 | 0.82 | 0 | 0.51 | 0.09 | 142.42 | 0.81 | 0.54 |
| Hex | 2B | E9 | 72 | 52 | 0 | 33 | 9 | 8E | 51 | 36 |
| Octal | 53 | 351 | 162 | 122 | 0 | 63 | 11 | 216 | 121 | 66 |
| Binary | 101011 | 11101001 | 1110010 | 1010010 | 0 | 110011 | 1001 | 10001110 | 1010001 | 110110 |
Color Harmonies of #2BE972
Complementary color
Monochromatic Colors of #2BE972
Black with #2BE972
Text Example
Text Example
White with #2BE972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE972; }
p { color: rgb(43,233,114); }
H1.HeaderClassName
{
color: #2BE972;
}
.AnyTagClassName
{
color: #2BE972;
}
</style>
background-color css
<style>
a { background-color: #2BE972; }
a { background-color: rgb(43,233,114); }
div.DivClassName
{
background-color: #2BE972;
}
.BgClassName
{
background-color: #2BE972;
}
</style>
border-color css
<style>
span { border-color: #2BE972; }
span { border-color: rgb(43,233,114); }
td.TdClassName
{
border-color: #2BE972;
}
.TagClassName
{
border-color: #2BE972;
}
</style>