Shades of Malachite #2BE959
Tints of Malachite #2BE959
RGB
CMYK
RGB Variations
Color information
#2BE959 (or 0x2BE959) is known color: Malachite. HEX triplet: 2B, E9 and 59. RGB value is (43,233,89). Sum of RGB (Red+Green+Blue) = 43+233+89=365 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.78% from 365); Green value is 233 (91.41% from 255 or 63.84% from 365); Blue value is 89 (35.16% from 255 or 24.38% from 365); Max value from RGB is 233 - color contains mainly: green. Hex color #2BE959 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BE959 is #D416A6. Grayscale: #A0A0A0. Windows color (decimal): -13899431 or 5892395. OLE color: 5892395.
HSL color Cylindrical-coordinate representation of color #2BE959: hue angle of 134.53º 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 #2BE959 is Cyan = 0.82, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 43 | 233 | 89 | - |
| CMYK | 0.82 | 0 | 0.62 | 0.09 |
| HSL | 134.53º | 0.81% | 0.54% | - |
| HSV(B) | 134.53º | 0.82% | 0.91% | - |
| XYZ | 31.94 | 59.51 | 19.25 | - |
| YUV | 159.77 | 88.05 | 44.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 233 | 89 | 0.82 | 0 | 0.62 | 0.09 | 134.53 | 0.81 | 0.54 |
| Hex | 2B | E9 | 59 | 52 | 0 | 3E | 9 | 87 | 51 | 36 |
| Octal | 53 | 351 | 131 | 122 | 0 | 76 | 11 | 207 | 121 | 66 |
| Binary | 101011 | 11101001 | 1011001 | 1010010 | 0 | 111110 | 1001 | 10000111 | 1010001 | 110110 |
Color Harmonies of #2BE959
Complementary color
Monochromatic Colors of #2BE959
Black with #2BE959
Text Example
Text Example
White with #2BE959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE959; }
p { color: rgb(43,233,89); }
H1.HeaderClassName
{
color: #2BE959;
}
.AnyTagClassName
{
color: #2BE959;
}
</style>
background-color css
<style>
a { background-color: #2BE959; }
a { background-color: rgb(43,233,89); }
div.DivClassName
{
background-color: #2BE959;
}
.BgClassName
{
background-color: #2BE959;
}
</style>
border-color css
<style>
span { border-color: #2BE959; }
span { border-color: rgb(43,233,89); }
td.TdClassName
{
border-color: #2BE959;
}
.TagClassName
{
border-color: #2BE959;
}
</style>