Shades of Malachite #2CE860
Tints of Malachite #2CE860
RGB
CMYK
RGB Variations
Color information
#2CE860 (or 0x2CE860) is known color: Malachite. HEX triplet: 2C, E8 and 60. RGB value is (44,232,96). Sum of RGB (Red+Green+Blue) = 44+232+96=372 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.83% from 372); Green value is 232 (91.02% from 255 or 62.37% from 372); Blue value is 96 (37.89% from 255 or 25.81% from 372); Max value from RGB is 232 - color contains mainly: green. Hex color #2CE860 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CE860 is #D3179F. Grayscale: #A0A0A0. Windows color (decimal): -13834144 or 6350892. OLE color: 6350892.
HSL color Cylindrical-coordinate representation of color #2CE860: hue angle of 136.6º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CE860 is Cyan = 0.81, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 44 | 232 | 96 | - |
| CMYK | 0.81 | 0 | 0.59 | 0.09 |
| HSL | 136.6º | 0.8% | 0.54% | - |
| HSV(B) | 136.6º | 0.81% | 0.91% | - |
| XYZ | 32.01 | 59.09 | 20.79 | - |
| YUV | 160.28 | 91.72 | 45.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 232 | 96 | 0.81 | 0 | 0.59 | 0.09 | 136.6 | 0.8 | 0.54 |
| Hex | 2C | E8 | 60 | 51 | 0 | 3B | 9 | 89 | 50 | 36 |
| Octal | 54 | 350 | 140 | 121 | 0 | 73 | 11 | 211 | 120 | 66 |
| Binary | 101100 | 11101000 | 1100000 | 1010001 | 0 | 111011 | 1001 | 10001001 | 1010000 | 110110 |
Color Harmonies of #2CE860
Complementary color
Monochromatic Colors of #2CE860
Black with #2CE860
Text Example
Text Example
White with #2CE860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE860; }
p { color: rgb(44,232,96); }
H1.HeaderClassName
{
color: #2CE860;
}
.AnyTagClassName
{
color: #2CE860;
}
</style>
background-color css
<style>
a { background-color: #2CE860; }
a { background-color: rgb(44,232,96); }
div.DivClassName
{
background-color: #2CE860;
}
.BgClassName
{
background-color: #2CE860;
}
</style>
border-color css
<style>
span { border-color: #2CE860; }
span { border-color: rgb(44,232,96); }
td.TdClassName
{
border-color: #2CE860;
}
.TagClassName
{
border-color: #2CE860;
}
</style>