Shades of Malachite #2BEA51
Tints of Malachite #2BEA51
RGB
CMYK
RGB Variations
Color information
#2BEA51 (or 0x2BEA51) is known color: Malachite. HEX triplet: 2B, EA and 51. RGB value is (43,234,81). Sum of RGB (Red+Green+Blue) = 43+234+81=358 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.01% from 358); Green value is 234 (91.80% from 255 or 65.36% from 358); Blue value is 81 (32.03% from 255 or 22.63% from 358); Max value from RGB is 234 - color contains mainly: green. Hex color #2BEA51 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BEA51 is #D415AE. Grayscale: #9F9F9F. Windows color (decimal): -13899183 or 5368363. OLE color: 5368363.
HSL color Cylindrical-coordinate representation of color #2BEA51: hue angle of 131.94º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BEA51 is Cyan = 0.82, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 43 | 234 | 81 | - |
| CMYK | 0.82 | 0 | 0.65 | 0.08 |
| HSL | 131.94º | 0.82% | 0.54% | - |
| HSV(B) | 131.94º | 0.82% | 0.92% | - |
| XYZ | 31.9 | 59.95 | 17.68 | - |
| YUV | 159.45 | 83.72 | 44.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 234 | 81 | 0.82 | 0 | 0.65 | 0.08 | 131.94 | 0.82 | 0.54 |
| Hex | 2B | EA | 51 | 52 | 0 | 41 | 8 | 84 | 52 | 36 |
| Octal | 53 | 352 | 121 | 122 | 0 | 101 | 10 | 204 | 122 | 66 |
| Binary | 101011 | 11101010 | 1010001 | 1010010 | 0 | 1000001 | 1000 | 10000100 | 1010010 | 110110 |
Color Harmonies of #2BEA51
Complementary color
Monochromatic Colors of #2BEA51
Black with #2BEA51
Text Example
Text Example
White with #2BEA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEA51; }
p { color: rgb(43,234,81); }
H1.HeaderClassName
{
color: #2BEA51;
}
.AnyTagClassName
{
color: #2BEA51;
}
</style>
background-color css
<style>
a { background-color: #2BEA51; }
a { background-color: rgb(43,234,81); }
div.DivClassName
{
background-color: #2BEA51;
}
.BgClassName
{
background-color: #2BEA51;
}
</style>
border-color css
<style>
span { border-color: #2BEA51; }
span { border-color: rgb(43,234,81); }
td.TdClassName
{
border-color: #2BEA51;
}
.TagClassName
{
border-color: #2BEA51;
}
</style>