Shades of Malachite #2BE94A
Tints of Malachite #2BE94A
RGB
CMYK
RGB Variations
Color information
#2BE94A (or 0x2BE94A) is known color: Malachite. HEX triplet: 2B, E9 and 4A. RGB value is (43,233,74). Sum of RGB (Red+Green+Blue) = 43+233+74=350 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.29% from 350); Green value is 233 (91.41% from 255 or 66.57% from 350); Blue value is 74 (29.30% from 255 or 21.14% from 350); Max value from RGB is 233 - color contains mainly: green. Hex color #2BE94A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BE94A is #D416B5. Grayscale: #9E9E9E. Windows color (decimal): -13899446 or 4909355. OLE color: 4909355.
HSL color Cylindrical-coordinate representation of color #2BE94A: hue angle of 129.79º 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 #2BE94A is Cyan = 0.82, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 43 | 233 | 74 | - |
| CMYK | 0.82 | 0 | 0.68 | 0.09 |
| HSL | 129.79º | 0.81% | 0.54% | - |
| HSV(B) | 129.79º | 0.82% | 0.91% | - |
| XYZ | 31.37 | 59.29 | 16.27 | - |
| YUV | 158.06 | 80.55 | 45.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 233 | 74 | 0.82 | 0 | 0.68 | 0.09 | 129.79 | 0.81 | 0.54 |
| Hex | 2B | E9 | 4A | 52 | 0 | 44 | 9 | 82 | 51 | 36 |
| Octal | 53 | 351 | 112 | 122 | 0 | 104 | 11 | 202 | 121 | 66 |
| Binary | 101011 | 11101001 | 1001010 | 1010010 | 0 | 1000100 | 1001 | 10000010 | 1010001 | 110110 |
Color Harmonies of #2BE94A
Complementary color
Monochromatic Colors of #2BE94A
Black with #2BE94A
Text Example
Text Example
White with #2BE94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE94A; }
p { color: rgb(43,233,74); }
H1.HeaderClassName
{
color: #2BE94A;
}
.AnyTagClassName
{
color: #2BE94A;
}
</style>
background-color css
<style>
a { background-color: #2BE94A; }
a { background-color: rgb(43,233,74); }
div.DivClassName
{
background-color: #2BE94A;
}
.BgClassName
{
background-color: #2BE94A;
}
</style>
border-color css
<style>
span { border-color: #2BE94A; }
span { border-color: rgb(43,233,74); }
td.TdClassName
{
border-color: #2BE94A;
}
.TagClassName
{
border-color: #2BE94A;
}
</style>