Shades of Malachite #2BE06F
Tints of Malachite #2BE06F
RGB
CMYK
RGB Variations
Color information
#2BE06F (or 0x2BE06F) is known color: Malachite. HEX triplet: 2B, E0 and 6F. RGB value is (43,224,111). Sum of RGB (Red+Green+Blue) = 43+224+111=378 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.38% from 378); Green value is 224 (87.89% from 255 or 59.26% from 378); Blue value is 111 (43.75% from 255 or 29.37% from 378); Max value from RGB is 224 - color contains mainly: green. Hex color #2BE06F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BE06F is #D41F90. Grayscale: #9D9D9D. Windows color (decimal): -13901713 or 7331883. OLE color: 7331883.
HSL color Cylindrical-coordinate representation of color #2BE06F: hue angle of 142.54º 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 #2BE06F is Cyan = 0.81, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 43 | 224 | 111 | - |
| CMYK | 0.81 | 0 | 0.50 | 0.12 |
| HSL | 142.54º | 0.74% | 0.52% | - |
| HSV(B) | 142.54º | 0.81% | 0.88% | - |
| XYZ | 30.52 | 54.97 | 24.04 | - |
| YUV | 157 | 102.03 | 46.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 224 | 111 | 0.81 | 0 | 0.50 | 0.12 | 142.54 | 0.74 | 0.52 |
| Hex | 2B | E0 | 6F | 51 | 0 | 32 | C | 8F | 4A | 34 |
| Octal | 53 | 340 | 157 | 121 | 0 | 62 | 14 | 217 | 112 | 64 |
| Binary | 101011 | 11100000 | 1101111 | 1010001 | 0 | 110010 | 1100 | 10001111 | 1001010 | 110100 |
Color Harmonies of #2BE06F
Complementary color
Monochromatic Colors of #2BE06F
Black with #2BE06F
Text Example
Text Example
White with #2BE06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE06F; }
p { color: rgb(43,224,111); }
H1.HeaderClassName
{
color: #2BE06F;
}
.AnyTagClassName
{
color: #2BE06F;
}
</style>
background-color css
<style>
a { background-color: #2BE06F; }
a { background-color: rgb(43,224,111); }
div.DivClassName
{
background-color: #2BE06F;
}
.BgClassName
{
background-color: #2BE06F;
}
</style>
border-color css
<style>
span { border-color: #2BE06F; }
span { border-color: rgb(43,224,111); }
td.TdClassName
{
border-color: #2BE06F;
}
.TagClassName
{
border-color: #2BE06F;
}
</style>