Shades of Malachite #2CCB54
Tints of Malachite #2CCB54
RGB
CMYK
RGB Variations
Color information
#2CCB54 (or 0x2CCB54) is known color: Malachite. HEX triplet: 2C, CB and 54. RGB value is (44,203,84). Sum of RGB (Red+Green+Blue) = 44+203+84=331 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.29% from 331); Green value is 203 (79.69% from 255 or 61.33% from 331); Blue value is 84 (33.20% from 255 or 25.38% from 331); Max value from RGB is 203 - color contains mainly: green. Hex color #2CCB54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CCB54 is #D334AB. Grayscale: #8E8E8E. Windows color (decimal): -13841580 or 5557036. OLE color: 5557036.
HSL color Cylindrical-coordinate representation of color #2CCB54: hue angle of 135.09º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2CCB54 is Cyan = 0.78, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 44 | 203 | 84 | - |
| CMYK | 0.78 | 0 | 0.59 | 0.20 |
| HSL | 135.09º | 0.64% | 0.48% | - |
| HSV(B) | 135.09º | 0.78% | 0.8% | - |
| XYZ | 23.99 | 43.89 | 15.59 | - |
| YUV | 141.89 | 95.32 | 58.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 203 | 84 | 0.78 | 0 | 0.59 | 0.20 | 135.09 | 0.64 | 0.48 |
| Hex | 2C | CB | 54 | 4E | 0 | 3B | 14 | 87 | 40 | 30 |
| Octal | 54 | 313 | 124 | 116 | 0 | 73 | 24 | 207 | 100 | 60 |
| Binary | 101100 | 11001011 | 1010100 | 1001110 | 0 | 111011 | 10100 | 10000111 | 1000000 | 110000 |
Color Harmonies of #2CCB54
Complementary color
Monochromatic Colors of #2CCB54
Black with #2CCB54
Text Example
Text Example
White with #2CCB54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCB54; }
p { color: rgb(44,203,84); }
H1.HeaderClassName
{
color: #2CCB54;
}
.AnyTagClassName
{
color: #2CCB54;
}
</style>
background-color css
<style>
a { background-color: #2CCB54; }
a { background-color: rgb(44,203,84); }
div.DivClassName
{
background-color: #2CCB54;
}
.BgClassName
{
background-color: #2CCB54;
}
</style>
border-color css
<style>
span { border-color: #2CCB54; }
span { border-color: rgb(44,203,84); }
td.TdClassName
{
border-color: #2CCB54;
}
.TagClassName
{
border-color: #2CCB54;
}
</style>