Shades of Malachite #2CE056
Tints of Malachite #2CE056
RGB
CMYK
RGB Variations
Color information
#2CE056 (or 0x2CE056) is known color: Malachite. HEX triplet: 2C, E0 and 56. RGB value is (44,224,86). Sum of RGB (Red+Green+Blue) = 44+224+86=354 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.43% from 354); Green value is 224 (87.89% from 255 or 63.28% from 354); Blue value is 86 (33.98% from 255 or 24.29% from 354); Max value from RGB is 224 - color contains mainly: green. Hex color #2CE056 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CE056 is #D31FA9. Grayscale: #9A9A9A. Windows color (decimal): -13836202 or 5693484. OLE color: 5693484.
HSL color Cylindrical-coordinate representation of color #2CE056: hue angle of 134º 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 #2CE056 is Cyan = 0.80, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 44 | 224 | 86 | - |
| CMYK | 0.80 | 0 | 0.62 | 0.12 |
| HSL | 134º | 0.74% | 0.53% | - |
| HSV(B) | 134º | 0.8% | 0.88% | - |
| XYZ | 29.37 | 54.52 | 17.78 | - |
| YUV | 154.45 | 89.37 | 49.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 224 | 86 | 0.80 | 0 | 0.62 | 0.12 | 134 | 0.74 | 0.53 |
| Hex | 2C | E0 | 56 | 50 | 0 | 3E | C | 86 | 4A | 35 |
| Octal | 54 | 340 | 126 | 120 | 0 | 76 | 14 | 206 | 112 | 65 |
| Binary | 101100 | 11100000 | 1010110 | 1010000 | 0 | 111110 | 1100 | 10000110 | 1001010 | 110101 |
Color Harmonies of #2CE056
Complementary color
Monochromatic Colors of #2CE056
Black with #2CE056
Text Example
Text Example
White with #2CE056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE056; }
p { color: rgb(44,224,86); }
H1.HeaderClassName
{
color: #2CE056;
}
.AnyTagClassName
{
color: #2CE056;
}
</style>
background-color css
<style>
a { background-color: #2CE056; }
a { background-color: rgb(44,224,86); }
div.DivClassName
{
background-color: #2CE056;
}
.BgClassName
{
background-color: #2CE056;
}
</style>
border-color css
<style>
span { border-color: #2CE056; }
span { border-color: rgb(44,224,86); }
td.TdClassName
{
border-color: #2CE056;
}
.TagClassName
{
border-color: #2CE056;
}
</style>