Shades of Malachite #2BE46C
Tints of Malachite #2BE46C
RGB
CMYK
RGB Variations
Color information
#2BE46C (or 0x2BE46C) is known color: Malachite. HEX triplet: 2B, E4 and 6C. RGB value is (43,228,108). Sum of RGB (Red+Green+Blue) = 43+228+108=379 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.35% from 379); Green value is 228 (89.45% from 255 or 60.16% from 379); Blue value is 108 (42.58% from 255 or 28.50% from 379); Max value from RGB is 228 - color contains mainly: green. Hex color #2BE46C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BE46C is #D41B93. Grayscale: #9F9F9F. Windows color (decimal): -13900692 or 7136299. OLE color: 7136299.
HSL color Cylindrical-coordinate representation of color #2BE46C: hue angle of 141.08º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE46C is Cyan = 0.81, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 43 | 228 | 108 | - |
| CMYK | 0.81 | 0 | 0.53 | 0.11 |
| HSL | 141.08º | 0.77% | 0.53% | - |
| HSV(B) | 141.08º | 0.81% | 0.89% | - |
| XYZ | 31.45 | 57.08 | 23.55 | - |
| YUV | 159.01 | 99.21 | 45.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 228 | 108 | 0.81 | 0 | 0.53 | 0.11 | 141.08 | 0.77 | 0.53 |
| Hex | 2B | E4 | 6C | 51 | 0 | 35 | B | 8D | 4D | 35 |
| Octal | 53 | 344 | 154 | 121 | 0 | 65 | 13 | 215 | 115 | 65 |
| Binary | 101011 | 11100100 | 1101100 | 1010001 | 0 | 110101 | 1011 | 10001101 | 1001101 | 110101 |
Color Harmonies of #2BE46C
Complementary color
Monochromatic Colors of #2BE46C
Black with #2BE46C
Text Example
Text Example
White with #2BE46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE46C; }
p { color: rgb(43,228,108); }
H1.HeaderClassName
{
color: #2BE46C;
}
.AnyTagClassName
{
color: #2BE46C;
}
</style>
background-color css
<style>
a { background-color: #2BE46C; }
a { background-color: rgb(43,228,108); }
div.DivClassName
{
background-color: #2BE46C;
}
.BgClassName
{
background-color: #2BE46C;
}
</style>
border-color css
<style>
span { border-color: #2BE46C; }
span { border-color: rgb(43,228,108); }
td.TdClassName
{
border-color: #2BE46C;
}
.TagClassName
{
border-color: #2BE46C;
}
</style>