Shades of Malachite #2CE972
Tints of Malachite #2CE972
RGB
CMYK
RGB Variations
Color information
#2CE972 (or 0x2CE972) is known color: Malachite. HEX triplet: 2C, E9 and 72. RGB value is (44,233,114). Sum of RGB (Red+Green+Blue) = 44+233+114=391 (51% of max value = 765). Red value is 44 (17.58% from 255 or 11.25% from 391); Green value is 233 (91.41% from 255 or 59.59% from 391); Blue value is 114 (44.92% from 255 or 29.16% from 391); Max value from RGB is 233 - color contains mainly: green. Hex color #2CE972 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CE972 is #D3168D. Grayscale: #A3A3A3. Windows color (decimal): -13833870 or 7530796. OLE color: 7530796.
HSL color Cylindrical-coordinate representation of color #2CE972: hue angle of 142.22º degrees, saturation: 0.81, 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 #2CE972 is Cyan = 0.81, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 44 | 233 | 114 | - |
| CMYK | 0.81 | 0 | 0.51 | 0.09 |
| HSL | 142.22º | 0.81% | 0.54% | - |
| HSV(B) | 142.22º | 0.81% | 0.91% | - |
| XYZ | 33.21 | 60.03 | 25.76 | - |
| YUV | 162.92 | 100.38 | 43.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 233 | 114 | 0.81 | 0 | 0.51 | 0.09 | 142.22 | 0.81 | 0.54 |
| Hex | 2C | E9 | 72 | 51 | 0 | 33 | 9 | 8E | 51 | 36 |
| Octal | 54 | 351 | 162 | 121 | 0 | 63 | 11 | 216 | 121 | 66 |
| Binary | 101100 | 11101001 | 1110010 | 1010001 | 0 | 110011 | 1001 | 10001110 | 1010001 | 110110 |
Color Harmonies of #2CE972
Complementary color
Monochromatic Colors of #2CE972
Black with #2CE972
Text Example
Text Example
White with #2CE972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE972; }
p { color: rgb(44,233,114); }
H1.HeaderClassName
{
color: #2CE972;
}
.AnyTagClassName
{
color: #2CE972;
}
</style>
background-color css
<style>
a { background-color: #2CE972; }
a { background-color: rgb(44,233,114); }
div.DivClassName
{
background-color: #2CE972;
}
.BgClassName
{
background-color: #2CE972;
}
</style>
border-color css
<style>
span { border-color: #2CE972; }
span { border-color: rgb(44,233,114); }
td.TdClassName
{
border-color: #2CE972;
}
.TagClassName
{
border-color: #2CE972;
}
</style>