Shades of Malachite #2BE069
Tints of Malachite #2BE069
RGB
CMYK
RGB Variations
Color information
#2BE069 (or 0x2BE069) is known color: Malachite. HEX triplet: 2B, E0 and 69. RGB value is (43,224,105). Sum of RGB (Red+Green+Blue) = 43+224+105=372 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.56% from 372); Green value is 224 (87.89% from 255 or 60.22% from 372); Blue value is 105 (41.41% from 255 or 28.23% from 372); Max value from RGB is 224 - color contains mainly: green. Hex color #2BE069 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BE069 is #D41F96. Grayscale: #9C9C9C. Windows color (decimal): -13901719 or 6938667. OLE color: 6938667.
HSL color Cylindrical-coordinate representation of color #2BE069: hue angle of 140.55º 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 #2BE069 is Cyan = 0.81, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 43 | 224 | 105 | - |
| CMYK | 0.81 | 0 | 0.53 | 0.12 |
| HSL | 140.55º | 0.74% | 0.52% | - |
| HSV(B) | 140.55º | 0.81% | 0.88% | - |
| XYZ | 30.2 | 54.84 | 22.36 | - |
| YUV | 156.32 | 99.03 | 47.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 224 | 105 | 0.81 | 0 | 0.53 | 0.12 | 140.55 | 0.74 | 0.52 |
| Hex | 2B | E0 | 69 | 51 | 0 | 35 | C | 8D | 4A | 34 |
| Octal | 53 | 340 | 151 | 121 | 0 | 65 | 14 | 215 | 112 | 64 |
| Binary | 101011 | 11100000 | 1101001 | 1010001 | 0 | 110101 | 1100 | 10001101 | 1001010 | 110100 |
Color Harmonies of #2BE069
Complementary color
Monochromatic Colors of #2BE069
Black with #2BE069
Text Example
Text Example
White with #2BE069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE069; }
p { color: rgb(43,224,105); }
H1.HeaderClassName
{
color: #2BE069;
}
.AnyTagClassName
{
color: #2BE069;
}
</style>
background-color css
<style>
a { background-color: #2BE069; }
a { background-color: rgb(43,224,105); }
div.DivClassName
{
background-color: #2BE069;
}
.BgClassName
{
background-color: #2BE069;
}
</style>
border-color css
<style>
span { border-color: #2BE069; }
span { border-color: rgb(43,224,105); }
td.TdClassName
{
border-color: #2BE069;
}
.TagClassName
{
border-color: #2BE069;
}
</style>