Shades of Malachite #2BE759
Tints of Malachite #2BE759
RGB
CMYK
RGB Variations
Color information
#2BE759 (or 0x2BE759) is known color: Malachite. HEX triplet: 2B, E7 and 59. RGB value is (43,231,89). Sum of RGB (Red+Green+Blue) = 43+231+89=363 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.85% from 363); Green value is 231 (90.62% from 255 or 63.64% from 363); Blue value is 89 (35.16% from 255 or 24.52% from 363); Max value from RGB is 231 - color contains mainly: green. Hex color #2BE759 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BE759 is #D418A6. Grayscale: #9E9E9E. Windows color (decimal): -13899943 or 5891883. OLE color: 5891883.
HSL color Cylindrical-coordinate representation of color #2BE759: hue angle of 134.68º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE759 is Cyan = 0.81, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 43 | 231 | 89 | - |
| CMYK | 0.81 | 0 | 0.61 | 0.09 |
| HSL | 134.68º | 0.8% | 0.54% | - |
| HSV(B) | 134.68º | 0.81% | 0.91% | - |
| XYZ | 31.38 | 58.39 | 19.07 | - |
| YUV | 158.6 | 88.72 | 45.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 231 | 89 | 0.81 | 0 | 0.61 | 0.09 | 134.68 | 0.8 | 0.54 |
| Hex | 2B | E7 | 59 | 51 | 0 | 3D | 9 | 87 | 50 | 36 |
| Octal | 53 | 347 | 131 | 121 | 0 | 75 | 11 | 207 | 120 | 66 |
| Binary | 101011 | 11100111 | 1011001 | 1010001 | 0 | 111101 | 1001 | 10000111 | 1010000 | 110110 |
Color Harmonies of #2BE759
Complementary color
Monochromatic Colors of #2BE759
Black with #2BE759
Text Example
Text Example
White with #2BE759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE759; }
p { color: rgb(43,231,89); }
H1.HeaderClassName
{
color: #2BE759;
}
.AnyTagClassName
{
color: #2BE759;
}
</style>
background-color css
<style>
a { background-color: #2BE759; }
a { background-color: rgb(43,231,89); }
div.DivClassName
{
background-color: #2BE759;
}
.BgClassName
{
background-color: #2BE759;
}
</style>
border-color css
<style>
span { border-color: #2BE759; }
span { border-color: rgb(43,231,89); }
td.TdClassName
{
border-color: #2BE759;
}
.TagClassName
{
border-color: #2BE759;
}
</style>