Shades of Malachite #2BE354
Tints of Malachite #2BE354
RGB
CMYK
RGB Variations
Color information
#2BE354 (or 0x2BE354) is known color: Malachite. HEX triplet: 2B, E3 and 54. RGB value is (43,227,84). Sum of RGB (Red+Green+Blue) = 43+227+84=354 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.15% from 354); Green value is 227 (89.06% from 255 or 64.12% from 354); Blue value is 84 (33.20% from 255 or 23.73% from 354); Max value from RGB is 227 - color contains mainly: green. Hex color #2BE354 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BE354 is #D41CAB. Grayscale: #9C9C9C. Windows color (decimal): -13900972 or 5563179. OLE color: 5563179.
HSL color Cylindrical-coordinate representation of color #2BE354: hue angle of 133.37º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE354 is Cyan = 0.81, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 43 | 227 | 84 | - |
| CMYK | 0.81 | 0 | 0.63 | 0.11 |
| HSL | 133.37º | 0.77% | 0.53% | - |
| HSV(B) | 133.37º | 0.81% | 0.89% | - |
| XYZ | 30.07 | 56.09 | 17.63 | - |
| YUV | 155.68 | 87.54 | 47.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 227 | 84 | 0.81 | 0 | 0.63 | 0.11 | 133.37 | 0.77 | 0.53 |
| Hex | 2B | E3 | 54 | 51 | 0 | 3F | B | 85 | 4D | 35 |
| Octal | 53 | 343 | 124 | 121 | 0 | 77 | 13 | 205 | 115 | 65 |
| Binary | 101011 | 11100011 | 1010100 | 1010001 | 0 | 111111 | 1011 | 10000101 | 1001101 | 110101 |
Color Harmonies of #2BE354
Complementary color
Monochromatic Colors of #2BE354
Black with #2BE354
Text Example
Text Example
White with #2BE354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE354; }
p { color: rgb(43,227,84); }
H1.HeaderClassName
{
color: #2BE354;
}
.AnyTagClassName
{
color: #2BE354;
}
</style>
background-color css
<style>
a { background-color: #2BE354; }
a { background-color: rgb(43,227,84); }
div.DivClassName
{
background-color: #2BE354;
}
.BgClassName
{
background-color: #2BE354;
}
</style>
border-color css
<style>
span { border-color: #2BE354; }
span { border-color: rgb(43,227,84); }
td.TdClassName
{
border-color: #2BE354;
}
.TagClassName
{
border-color: #2BE354;
}
</style>