Shades of Malachite #2BE050
Tints of Malachite #2BE050
RGB
CMYK
RGB Variations
Color information
#2BE050 (or 0x2BE050) is known color: Malachite. HEX triplet: 2B, E0 and 50. RGB value is (43,224,80). Sum of RGB (Red+Green+Blue) = 43+224+80=347 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.39% from 347); Green value is 224 (87.89% from 255 or 64.55% from 347); Blue value is 80 (31.64% from 255 or 23.05% from 347); Max value from RGB is 224 - color contains mainly: green. Hex color #2BE050 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BE050 is #D41FAF. Grayscale: #999999. Windows color (decimal): -13901744 or 5300267. OLE color: 5300267.
HSL color Cylindrical-coordinate representation of color #2BE050: hue angle of 132.27º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE050 is Cyan = 0.81, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 43 | 224 | 80 | - |
| CMYK | 0.81 | 0 | 0.64 | 0.12 |
| HSL | 132.27º | 0.74% | 0.52% | - |
| HSV(B) | 132.27º | 0.81% | 0.88% | - |
| XYZ | 29.1 | 54.4 | 16.56 | - |
| YUV | 153.47 | 86.53 | 49.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 224 | 80 | 0.81 | 0 | 0.64 | 0.12 | 132.27 | 0.74 | 0.52 |
| Hex | 2B | E0 | 50 | 51 | 0 | 40 | C | 84 | 4A | 34 |
| Octal | 53 | 340 | 120 | 121 | 0 | 100 | 14 | 204 | 112 | 64 |
| Binary | 101011 | 11100000 | 1010000 | 1010001 | 0 | 1000000 | 1100 | 10000100 | 1001010 | 110100 |
Color Harmonies of #2BE050
Complementary color
Monochromatic Colors of #2BE050
Black with #2BE050
Text Example
Text Example
White with #2BE050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE050; }
p { color: rgb(43,224,80); }
H1.HeaderClassName
{
color: #2BE050;
}
.AnyTagClassName
{
color: #2BE050;
}
</style>
background-color css
<style>
a { background-color: #2BE050; }
a { background-color: rgb(43,224,80); }
div.DivClassName
{
background-color: #2BE050;
}
.BgClassName
{
background-color: #2BE050;
}
</style>
border-color css
<style>
span { border-color: #2BE050; }
span { border-color: rgb(43,224,80); }
td.TdClassName
{
border-color: #2BE050;
}
.TagClassName
{
border-color: #2BE050;
}
</style>