Shades of Malachite #2BE270
Tints of Malachite #2BE270
RGB
CMYK
RGB Variations
Color information
#2BE270 (or 0x2BE270) is known color: Malachite. HEX triplet: 2B, E2 and 70. RGB value is (43,226,112). Sum of RGB (Red+Green+Blue) = 43+226+112=381 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.29% from 381); Green value is 226 (88.67% from 255 or 59.32% from 381); Blue value is 112 (44.14% from 255 or 29.40% from 381); Max value from RGB is 226 - color contains mainly: green. Hex color #2BE270 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BE270 is #D41D8F. Grayscale: #9E9E9E. Windows color (decimal): -13901200 or 7397931. OLE color: 7397931.
HSL color Cylindrical-coordinate representation of color #2BE270: hue angle of 142.62º 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 #2BE270 is Cyan = 0.81, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 43 | 226 | 112 | - |
| CMYK | 0.81 | 0 | 0.50 | 0.11 |
| HSL | 142.62º | 0.76% | 0.53% | - |
| HSV(B) | 142.62º | 0.81% | 0.89% | - |
| XYZ | 31.12 | 56.08 | 24.51 | - |
| YUV | 158.29 | 101.87 | 45.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 226 | 112 | 0.81 | 0 | 0.50 | 0.11 | 142.62 | 0.76 | 0.53 |
| Hex | 2B | E2 | 70 | 51 | 0 | 32 | B | 8F | 4C | 35 |
| Octal | 53 | 342 | 160 | 121 | 0 | 62 | 13 | 217 | 114 | 65 |
| Binary | 101011 | 11100010 | 1110000 | 1010001 | 0 | 110010 | 1011 | 10001111 | 1001100 | 110101 |
Color Harmonies of #2BE270
Complementary color
Monochromatic Colors of #2BE270
Black with #2BE270
Text Example
Text Example
White with #2BE270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE270; }
p { color: rgb(43,226,112); }
H1.HeaderClassName
{
color: #2BE270;
}
.AnyTagClassName
{
color: #2BE270;
}
</style>
background-color css
<style>
a { background-color: #2BE270; }
a { background-color: rgb(43,226,112); }
div.DivClassName
{
background-color: #2BE270;
}
.BgClassName
{
background-color: #2BE270;
}
</style>
border-color css
<style>
span { border-color: #2BE270; }
span { border-color: rgb(43,226,112); }
td.TdClassName
{
border-color: #2BE270;
}
.TagClassName
{
border-color: #2BE270;
}
</style>