Shades of Malachite #2BE94C
Tints of Malachite #2BE94C
RGB
CMYK
RGB Variations
Color information
#2BE94C (or 0x2BE94C) is known color: Malachite. HEX triplet: 2B, E9 and 4C. RGB value is (43,233,76). Sum of RGB (Red+Green+Blue) = 43+233+76=352 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.22% from 352); Green value is 233 (91.41% from 255 or 66.19% from 352); Blue value is 76 (30.08% from 255 or 21.59% from 352); Max value from RGB is 233 - color contains mainly: green. Hex color #2BE94C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BE94C is #D416B3. Grayscale: #9E9E9E. Windows color (decimal): -13899444 or 5040427. OLE color: 5040427.
HSL color Cylindrical-coordinate representation of color #2BE94C: hue angle of 130.42º 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 #2BE94C is Cyan = 0.82, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 43 | 233 | 76 | - |
| CMYK | 0.82 | 0 | 0.67 | 0.09 |
| HSL | 130.42º | 0.81% | 0.54% | - |
| HSV(B) | 130.42º | 0.82% | 0.91% | - |
| XYZ | 31.44 | 59.31 | 16.63 | - |
| YUV | 158.29 | 81.55 | 45.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 233 | 76 | 0.82 | 0 | 0.67 | 0.09 | 130.42 | 0.81 | 0.54 |
| Hex | 2B | E9 | 4C | 52 | 0 | 43 | 9 | 82 | 51 | 36 |
| Octal | 53 | 351 | 114 | 122 | 0 | 103 | 11 | 202 | 121 | 66 |
| Binary | 101011 | 11101001 | 1001100 | 1010010 | 0 | 1000011 | 1001 | 10000010 | 1010001 | 110110 |
Color Harmonies of #2BE94C
Complementary color
Monochromatic Colors of #2BE94C
Black with #2BE94C
Text Example
Text Example
White with #2BE94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE94C; }
p { color: rgb(43,233,76); }
H1.HeaderClassName
{
color: #2BE94C;
}
.AnyTagClassName
{
color: #2BE94C;
}
</style>
background-color css
<style>
a { background-color: #2BE94C; }
a { background-color: rgb(43,233,76); }
div.DivClassName
{
background-color: #2BE94C;
}
.BgClassName
{
background-color: #2BE94C;
}
</style>
border-color css
<style>
span { border-color: #2BE94C; }
span { border-color: rgb(43,233,76); }
td.TdClassName
{
border-color: #2BE94C;
}
.TagClassName
{
border-color: #2BE94C;
}
</style>