Shades of Malachite #2BE96D
Tints of Malachite #2BE96D
RGB
CMYK
RGB Variations
Color information
#2BE96D (or 0x2BE96D) is known color: Malachite. HEX triplet: 2B, E9 and 6D. RGB value is (43,233,109). Sum of RGB (Red+Green+Blue) = 43+233+109=385 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.17% from 385); Green value is 233 (91.41% from 255 or 60.52% from 385); Blue value is 109 (42.97% from 255 or 28.31% from 385); Max value from RGB is 233 - color contains mainly: green. Hex color #2BE96D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BE96D is #D41692. Grayscale: #A2A2A2. Windows color (decimal): -13899411 or 7203115. OLE color: 7203115.
HSL color Cylindrical-coordinate representation of color #2BE96D: hue angle of 140.84º 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 #2BE96D is Cyan = 0.82, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 43 | 233 | 109 | - |
| CMYK | 0.82 | 0 | 0.53 | 0.09 |
| HSL | 140.84º | 0.81% | 0.54% | - |
| HSV(B) | 140.84º | 0.82% | 0.91% | - |
| XYZ | 32.9 | 59.9 | 24.3 | - |
| YUV | 162.05 | 98.05 | 43.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 233 | 109 | 0.82 | 0 | 0.53 | 0.09 | 140.84 | 0.81 | 0.54 |
| Hex | 2B | E9 | 6D | 52 | 0 | 35 | 9 | 8D | 51 | 36 |
| Octal | 53 | 351 | 155 | 122 | 0 | 65 | 11 | 215 | 121 | 66 |
| Binary | 101011 | 11101001 | 1101101 | 1010010 | 0 | 110101 | 1001 | 10001101 | 1010001 | 110110 |
Color Harmonies of #2BE96D
Complementary color
Monochromatic Colors of #2BE96D
Black with #2BE96D
Text Example
Text Example
White with #2BE96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE96D; }
p { color: rgb(43,233,109); }
H1.HeaderClassName
{
color: #2BE96D;
}
.AnyTagClassName
{
color: #2BE96D;
}
</style>
background-color css
<style>
a { background-color: #2BE96D; }
a { background-color: rgb(43,233,109); }
div.DivClassName
{
background-color: #2BE96D;
}
.BgClassName
{
background-color: #2BE96D;
}
</style>
border-color css
<style>
span { border-color: #2BE96D; }
span { border-color: rgb(43,233,109); }
td.TdClassName
{
border-color: #2BE96D;
}
.TagClassName
{
border-color: #2BE96D;
}
</style>