Shades of Malachite #2CE054
Tints of Malachite #2CE054
RGB
CMYK
RGB Variations
Color information
#2CE054 (or 0x2CE054) is known color: Malachite. HEX triplet: 2C, E0 and 54. RGB value is (44,224,84). Sum of RGB (Red+Green+Blue) = 44+224+84=352 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.5% from 352); Green value is 224 (87.89% from 255 or 63.64% from 352); Blue value is 84 (33.20% from 255 or 23.86% from 352); Max value from RGB is 224 - color contains mainly: green. Hex color #2CE054 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CE054 is #D31FAB. Grayscale: #9A9A9A. Windows color (decimal): -13836204 or 5562412. OLE color: 5562412.
HSL color Cylindrical-coordinate representation of color #2CE054: hue angle of 133.33º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CE054 is Cyan = 0.80, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 44 | 224 | 84 | - |
| CMYK | 0.80 | 0 | 0.62 | 0.12 |
| HSL | 133.33º | 0.74% | 0.53% | - |
| HSV(B) | 133.33º | 0.8% | 0.88% | - |
| XYZ | 29.29 | 54.49 | 17.36 | - |
| YUV | 154.22 | 88.37 | 49.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 224 | 84 | 0.80 | 0 | 0.62 | 0.12 | 133.33 | 0.74 | 0.53 |
| Hex | 2C | E0 | 54 | 50 | 0 | 3E | C | 85 | 4A | 35 |
| Octal | 54 | 340 | 124 | 120 | 0 | 76 | 14 | 205 | 112 | 65 |
| Binary | 101100 | 11100000 | 1010100 | 1010000 | 0 | 111110 | 1100 | 10000101 | 1001010 | 110101 |
Color Harmonies of #2CE054
Complementary color
Monochromatic Colors of #2CE054
Black with #2CE054
Text Example
Text Example
White with #2CE054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE054; }
p { color: rgb(44,224,84); }
H1.HeaderClassName
{
color: #2CE054;
}
.AnyTagClassName
{
color: #2CE054;
}
</style>
background-color css
<style>
a { background-color: #2CE054; }
a { background-color: rgb(44,224,84); }
div.DivClassName
{
background-color: #2CE054;
}
.BgClassName
{
background-color: #2CE054;
}
</style>
border-color css
<style>
span { border-color: #2CE054; }
span { border-color: rgb(44,224,84); }
td.TdClassName
{
border-color: #2CE054;
}
.TagClassName
{
border-color: #2CE054;
}
</style>