Shades of Malachite #2CE154
Tints of Malachite #2CE154
RGB
CMYK
RGB Variations
Color information
#2CE154 (or 0x2CE154) is known color: Malachite. HEX triplet: 2C, E1 and 54. RGB value is (44,225,84). Sum of RGB (Red+Green+Blue) = 44+225+84=353 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.46% from 353); Green value is 225 (88.28% from 255 or 63.74% from 353); Blue value is 84 (33.20% from 255 or 23.80% from 353); Max value from RGB is 225 - color contains mainly: green. Hex color #2CE154 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CE154 is #D31EAB. Grayscale: #9B9B9B. Windows color (decimal): -13835948 or 5562668. OLE color: 5562668.
HSL color Cylindrical-coordinate representation of color #2CE154: hue angle of 133.26º degrees, saturation: 0.75, 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 #2CE154 is Cyan = 0.80, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 44 | 225 | 84 | - |
| CMYK | 0.80 | 0 | 0.63 | 0.12 |
| HSL | 133.26º | 0.75% | 0.53% | - |
| HSV(B) | 133.26º | 0.8% | 0.88% | - |
| XYZ | 29.56 | 55.03 | 17.45 | - |
| YUV | 154.81 | 88.03 | 48.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 225 | 84 | 0.80 | 0 | 0.63 | 0.12 | 133.26 | 0.75 | 0.53 |
| Hex | 2C | E1 | 54 | 50 | 0 | 3F | C | 85 | 4B | 35 |
| Octal | 54 | 341 | 124 | 120 | 0 | 77 | 14 | 205 | 113 | 65 |
| Binary | 101100 | 11100001 | 1010100 | 1010000 | 0 | 111111 | 1100 | 10000101 | 1001011 | 110101 |
Color Harmonies of #2CE154
Complementary color
Monochromatic Colors of #2CE154
Black with #2CE154
Text Example
Text Example
White with #2CE154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE154; }
p { color: rgb(44,225,84); }
H1.HeaderClassName
{
color: #2CE154;
}
.AnyTagClassName
{
color: #2CE154;
}
</style>
background-color css
<style>
a { background-color: #2CE154; }
a { background-color: rgb(44,225,84); }
div.DivClassName
{
background-color: #2CE154;
}
.BgClassName
{
background-color: #2CE154;
}
</style>
border-color css
<style>
span { border-color: #2CE154; }
span { border-color: rgb(44,225,84); }
td.TdClassName
{
border-color: #2CE154;
}
.TagClassName
{
border-color: #2CE154;
}
</style>