Shades of Malachite #2BE94D
Tints of Malachite #2BE94D
RGB
CMYK
RGB Variations
Color information
#2BE94D (or 0x2BE94D) is known color: Malachite. HEX triplet: 2B, E9 and 4D. RGB value is (43,233,77). Sum of RGB (Red+Green+Blue) = 43+233+77=353 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.18% from 353); Green value is 233 (91.41% from 255 or 66.01% from 353); Blue value is 77 (30.47% from 255 or 21.81% from 353); Max value from RGB is 233 - color contains mainly: green. Hex color #2BE94D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BE94D is #D416B2. Grayscale: #9E9E9E. Windows color (decimal): -13899443 or 5105963. OLE color: 5105963.
HSL color Cylindrical-coordinate representation of color #2BE94D: hue angle of 130.74º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BE94D is Cyan = 0.82, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 43 | 233 | 77 | - |
| CMYK | 0.82 | 0 | 0.67 | 0.09 |
| HSL | 130.74º | 0.81% | 0.54% | - |
| HSV(B) | 130.74º | 0.82% | 0.91% | - |
| XYZ | 31.47 | 59.33 | 16.81 | - |
| YUV | 158.41 | 82.05 | 45.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 233 | 77 | 0.82 | 0 | 0.67 | 0.09 | 130.74 | 0.81 | 0.54 |
| Hex | 2B | E9 | 4D | 52 | 0 | 43 | 9 | 83 | 51 | 36 |
| Octal | 53 | 351 | 115 | 122 | 0 | 103 | 11 | 203 | 121 | 66 |
| Binary | 101011 | 11101001 | 1001101 | 1010010 | 0 | 1000011 | 1001 | 10000011 | 1010001 | 110110 |
Color Harmonies of #2BE94D
Complementary color
Monochromatic Colors of #2BE94D
Black with #2BE94D
Text Example
Text Example
White with #2BE94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE94D; }
p { color: rgb(43,233,77); }
H1.HeaderClassName
{
color: #2BE94D;
}
.AnyTagClassName
{
color: #2BE94D;
}
</style>
background-color css
<style>
a { background-color: #2BE94D; }
a { background-color: rgb(43,233,77); }
div.DivClassName
{
background-color: #2BE94D;
}
.BgClassName
{
background-color: #2BE94D;
}
</style>
border-color css
<style>
span { border-color: #2BE94D; }
span { border-color: rgb(43,233,77); }
td.TdClassName
{
border-color: #2BE94D;
}
.TagClassName
{
border-color: #2BE94D;
}
</style>