Shades of Malachite #2BCE54
Tints of Malachite #2BCE54
RGB
CMYK
RGB Variations
Color information
#2BCE54 (or 0x2BCE54) is known color: Malachite. HEX triplet: 2B, CE and 54. RGB value is (43,206,84). Sum of RGB (Red+Green+Blue) = 43+206+84=333 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.91% from 333); Green value is 206 (80.86% from 255 or 61.86% from 333); Blue value is 84 (33.20% from 255 or 25.23% from 333); Max value from RGB is 206 - color contains mainly: green. Hex color #2BCE54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BCE54 is #D431AB. Grayscale: #8F8F8F. Windows color (decimal): -13906348 or 5557803. OLE color: 5557803.
HSL color Cylindrical-coordinate representation of color #2BCE54: hue angle of 135.09º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BCE54 is Cyan = 0.79, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 43 | 206 | 84 | - |
| CMYK | 0.79 | 0 | 0.59 | 0.19 |
| HSL | 135.09º | 0.65% | 0.49% | - |
| HSV(B) | 135.09º | 0.79% | 0.81% | - |
| XYZ | 24.67 | 45.3 | 15.83 | - |
| YUV | 143.36 | 94.5 | 56.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 206 | 84 | 0.79 | 0 | 0.59 | 0.19 | 135.09 | 0.65 | 0.49 |
| Hex | 2B | CE | 54 | 4F | 0 | 3B | 13 | 87 | 41 | 31 |
| Octal | 53 | 316 | 124 | 117 | 0 | 73 | 23 | 207 | 101 | 61 |
| Binary | 101011 | 11001110 | 1010100 | 1001111 | 0 | 111011 | 10011 | 10000111 | 1000001 | 110001 |
Color Harmonies of #2BCE54
Complementary color
Monochromatic Colors of #2BCE54
Black with #2BCE54
Text Example
Text Example
White with #2BCE54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCE54; }
p { color: rgb(43,206,84); }
H1.HeaderClassName
{
color: #2BCE54;
}
.AnyTagClassName
{
color: #2BCE54;
}
</style>
background-color css
<style>
a { background-color: #2BCE54; }
a { background-color: rgb(43,206,84); }
div.DivClassName
{
background-color: #2BCE54;
}
.BgClassName
{
background-color: #2BCE54;
}
</style>
border-color css
<style>
span { border-color: #2BCE54; }
span { border-color: rgb(43,206,84); }
td.TdClassName
{
border-color: #2BCE54;
}
.TagClassName
{
border-color: #2BCE54;
}
</style>