Shades of Malachite #2BE76C
Tints of Malachite #2BE76C
RGB
CMYK
RGB Variations
Color information
#2BE76C (or 0x2BE76C) is known color: Malachite. HEX triplet: 2B, E7 and 6C. RGB value is (43,231,108). Sum of RGB (Red+Green+Blue) = 43+231+108=382 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.26% from 382); Green value is 231 (90.62% from 255 or 60.47% from 382); Blue value is 108 (42.58% from 255 or 28.27% from 382); Max value from RGB is 231 - color contains mainly: green. Hex color #2BE76C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BE76C is #D41893. Grayscale: #A1A1A1. Windows color (decimal): -13899924 or 7137067. OLE color: 7137067.
HSL color Cylindrical-coordinate representation of color #2BE76C: hue angle of 140.74º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE76C is Cyan = 0.81, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 43 | 231 | 108 | - |
| CMYK | 0.81 | 0 | 0.53 | 0.09 |
| HSL | 140.74º | 0.8% | 0.54% | - |
| HSV(B) | 140.74º | 0.81% | 0.91% | - |
| XYZ | 32.28 | 58.75 | 23.83 | - |
| YUV | 160.77 | 98.22 | 44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 231 | 108 | 0.81 | 0 | 0.53 | 0.09 | 140.74 | 0.8 | 0.54 |
| Hex | 2B | E7 | 6C | 51 | 0 | 35 | 9 | 8D | 50 | 36 |
| Octal | 53 | 347 | 154 | 121 | 0 | 65 | 11 | 215 | 120 | 66 |
| Binary | 101011 | 11100111 | 1101100 | 1010001 | 0 | 110101 | 1001 | 10001101 | 1010000 | 110110 |
Color Harmonies of #2BE76C
Complementary color
Monochromatic Colors of #2BE76C
Black with #2BE76C
Text Example
Text Example
White with #2BE76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE76C; }
p { color: rgb(43,231,108); }
H1.HeaderClassName
{
color: #2BE76C;
}
.AnyTagClassName
{
color: #2BE76C;
}
</style>
background-color css
<style>
a { background-color: #2BE76C; }
a { background-color: rgb(43,231,108); }
div.DivClassName
{
background-color: #2BE76C;
}
.BgClassName
{
background-color: #2BE76C;
}
</style>
border-color css
<style>
span { border-color: #2BE76C; }
span { border-color: rgb(43,231,108); }
td.TdClassName
{
border-color: #2BE76C;
}
.TagClassName
{
border-color: #2BE76C;
}
</style>