Shades of Malachite #2BE960
Tints of Malachite #2BE960
RGB
CMYK
RGB Variations
Color information
#2BE960 (or 0x2BE960) is known color: Malachite. HEX triplet: 2B, E9 and 60. RGB value is (43,233,96). Sum of RGB (Red+Green+Blue) = 43+233+96=372 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.56% from 372); Green value is 233 (91.41% from 255 or 62.63% from 372); Blue value is 96 (37.89% from 255 or 25.81% from 372); Max value from RGB is 233 - color contains mainly: green. Hex color #2BE960 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BE960 is #D4169F. Grayscale: #A0A0A0. Windows color (decimal): -13899424 or 6351147. OLE color: 6351147.
HSL color Cylindrical-coordinate representation of color #2BE960: hue angle of 136.74º 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 #2BE960 is Cyan = 0.82, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 43 | 233 | 96 | - |
| CMYK | 0.82 | 0 | 0.59 | 0.09 |
| HSL | 136.74º | 0.81% | 0.54% | - |
| HSV(B) | 136.74º | 0.82% | 0.91% | - |
| XYZ | 32.25 | 59.64 | 20.88 | - |
| YUV | 160.57 | 91.55 | 44.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 233 | 96 | 0.82 | 0 | 0.59 | 0.09 | 136.74 | 0.81 | 0.54 |
| Hex | 2B | E9 | 60 | 52 | 0 | 3B | 9 | 89 | 51 | 36 |
| Octal | 53 | 351 | 140 | 122 | 0 | 73 | 11 | 211 | 121 | 66 |
| Binary | 101011 | 11101001 | 1100000 | 1010010 | 0 | 111011 | 1001 | 10001001 | 1010001 | 110110 |
Color Harmonies of #2BE960
Complementary color
Monochromatic Colors of #2BE960
Black with #2BE960
Text Example
Text Example
White with #2BE960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE960; }
p { color: rgb(43,233,96); }
H1.HeaderClassName
{
color: #2BE960;
}
.AnyTagClassName
{
color: #2BE960;
}
</style>
background-color css
<style>
a { background-color: #2BE960; }
a { background-color: rgb(43,233,96); }
div.DivClassName
{
background-color: #2BE960;
}
.BgClassName
{
background-color: #2BE960;
}
</style>
border-color css
<style>
span { border-color: #2BE960; }
span { border-color: rgb(43,233,96); }
td.TdClassName
{
border-color: #2BE960;
}
.TagClassName
{
border-color: #2BE960;
}
</style>