Shades of Malachite #2BE06D
Tints of Malachite #2BE06D
RGB
CMYK
RGB Variations
Color information
#2BE06D (or 0x2BE06D) is known color: Malachite. HEX triplet: 2B, E0 and 6D. RGB value is (43,224,109). Sum of RGB (Red+Green+Blue) = 43+224+109=376 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.44% from 376); Green value is 224 (87.89% from 255 or 59.57% from 376); Blue value is 109 (42.97% from 255 or 28.99% from 376); Max value from RGB is 224 - color contains mainly: green. Hex color #2BE06D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BE06D is #D41F92. Grayscale: #9D9D9D. Windows color (decimal): -13901715 or 7200811. OLE color: 7200811.
HSL color Cylindrical-coordinate representation of color #2BE06D: hue angle of 141.88º 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 #2BE06D is Cyan = 0.81, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 43 | 224 | 109 | - |
| CMYK | 0.81 | 0 | 0.51 | 0.12 |
| HSL | 141.88º | 0.74% | 0.52% | - |
| HSV(B) | 141.88º | 0.81% | 0.88% | - |
| XYZ | 30.41 | 54.93 | 23.47 | - |
| YUV | 156.77 | 101.03 | 46.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 224 | 109 | 0.81 | 0 | 0.51 | 0.12 | 141.88 | 0.74 | 0.52 |
| Hex | 2B | E0 | 6D | 51 | 0 | 33 | C | 8E | 4A | 34 |
| Octal | 53 | 340 | 155 | 121 | 0 | 63 | 14 | 216 | 112 | 64 |
| Binary | 101011 | 11100000 | 1101101 | 1010001 | 0 | 110011 | 1100 | 10001110 | 1001010 | 110100 |
Color Harmonies of #2BE06D
Complementary color
Monochromatic Colors of #2BE06D
Black with #2BE06D
Text Example
Text Example
White with #2BE06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE06D; }
p { color: rgb(43,224,109); }
H1.HeaderClassName
{
color: #2BE06D;
}
.AnyTagClassName
{
color: #2BE06D;
}
</style>
background-color css
<style>
a { background-color: #2BE06D; }
a { background-color: rgb(43,224,109); }
div.DivClassName
{
background-color: #2BE06D;
}
.BgClassName
{
background-color: #2BE06D;
}
</style>
border-color css
<style>
span { border-color: #2BE06D; }
span { border-color: rgb(43,224,109); }
td.TdClassName
{
border-color: #2BE06D;
}
.TagClassName
{
border-color: #2BE06D;
}
</style>