Shades of Malachite #2CEC70
Tints of Malachite #2CEC70
RGB
CMYK
RGB Variations
Color information
#2CEC70 (or 0x2CEC70) is known color: Malachite. HEX triplet: 2C, EC and 70. RGB value is (44,236,112). Sum of RGB (Red+Green+Blue) = 44+236+112=392 (51% of max value = 765). Red value is 44 (17.58% from 255 or 11.22% from 392); Green value is 236 (92.58% from 255 or 60.20% from 392); Blue value is 112 (44.14% from 255 or 28.57% from 392); Max value from RGB is 236 - color contains mainly: green. Hex color #2CEC70 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CEC70 is #D3138F. Grayscale: #A4A4A4. Windows color (decimal): -13833104 or 7400492. OLE color: 7400492.
HSL color Cylindrical-coordinate representation of color #2CEC70: hue angle of 141.25º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CEC70 is Cyan = 0.81, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 44 | 236 | 112 | - |
| CMYK | 0.81 | 0 | 0.53 | 0.07 |
| HSL | 141.25º | 0.83% | 0.55% | - |
| HSV(B) | 141.25º | 0.81% | 0.93% | - |
| XYZ | 33.96 | 61.7 | 25.45 | - |
| YUV | 164.46 | 98.39 | 42.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 236 | 112 | 0.81 | 0 | 0.53 | 0.07 | 141.25 | 0.83 | 0.55 |
| Hex | 2C | EC | 70 | 51 | 0 | 35 | 7 | 8D | 53 | 37 |
| Octal | 54 | 354 | 160 | 121 | 0 | 65 | 7 | 215 | 123 | 67 |
| Binary | 101100 | 11101100 | 1110000 | 1010001 | 0 | 110101 | 111 | 10001101 | 1010011 | 110111 |
Color Harmonies of #2CEC70
Complementary color
Monochromatic Colors of #2CEC70
Black with #2CEC70
Text Example
Text Example
White with #2CEC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEC70; }
p { color: rgb(44,236,112); }
H1.HeaderClassName
{
color: #2CEC70;
}
.AnyTagClassName
{
color: #2CEC70;
}
</style>
background-color css
<style>
a { background-color: #2CEC70; }
a { background-color: rgb(44,236,112); }
div.DivClassName
{
background-color: #2CEC70;
}
.BgClassName
{
background-color: #2CEC70;
}
</style>
border-color css
<style>
span { border-color: #2CEC70; }
span { border-color: rgb(44,236,112); }
td.TdClassName
{
border-color: #2CEC70;
}
.TagClassName
{
border-color: #2CEC70;
}
</style>