Shades of Malachite #2BE251
Tints of Malachite #2BE251
RGB
CMYK
RGB Variations
Color information
#2BE251 (or 0x2BE251) is known color: Malachite. HEX triplet: 2B, E2 and 51. RGB value is (43,226,81). Sum of RGB (Red+Green+Blue) = 43+226+81=350 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.29% from 350); Green value is 226 (88.67% from 255 or 64.57% from 350); Blue value is 81 (32.03% from 255 or 23.14% from 350); Max value from RGB is 226 - color contains mainly: green. Hex color #2BE251 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BE251 is #D41DAE. Grayscale: #9B9B9B. Windows color (decimal): -13901231 or 5366315. OLE color: 5366315.
HSL color Cylindrical-coordinate representation of color #2BE251: hue angle of 132.46º degrees, saturation: 0.76, 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 #2BE251 is Cyan = 0.81, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 43 | 226 | 81 | - |
| CMYK | 0.81 | 0 | 0.64 | 0.11 |
| HSL | 132.46º | 0.76% | 0.53% | - |
| HSV(B) | 132.46º | 0.81% | 0.89% | - |
| XYZ | 29.68 | 55.5 | 16.93 | - |
| YUV | 154.75 | 86.37 | 48.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 226 | 81 | 0.81 | 0 | 0.64 | 0.11 | 132.46 | 0.76 | 0.53 |
| Hex | 2B | E2 | 51 | 51 | 0 | 40 | B | 84 | 4C | 35 |
| Octal | 53 | 342 | 121 | 121 | 0 | 100 | 13 | 204 | 114 | 65 |
| Binary | 101011 | 11100010 | 1010001 | 1010001 | 0 | 1000000 | 1011 | 10000100 | 1001100 | 110101 |
Color Harmonies of #2BE251
Complementary color
Monochromatic Colors of #2BE251
Black with #2BE251
Text Example
Text Example
White with #2BE251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE251; }
p { color: rgb(43,226,81); }
H1.HeaderClassName
{
color: #2BE251;
}
.AnyTagClassName
{
color: #2BE251;
}
</style>
background-color css
<style>
a { background-color: #2BE251; }
a { background-color: rgb(43,226,81); }
div.DivClassName
{
background-color: #2BE251;
}
.BgClassName
{
background-color: #2BE251;
}
</style>
border-color css
<style>
span { border-color: #2BE251; }
span { border-color: rgb(43,226,81); }
td.TdClassName
{
border-color: #2BE251;
}
.TagClassName
{
border-color: #2BE251;
}
</style>