Shades of Malachite #2CE670
Tints of Malachite #2CE670
RGB
CMYK
RGB Variations
Color information
#2CE670 (or 0x2CE670) is known color: Malachite. HEX triplet: 2C, E6 and 70. RGB value is (44,230,112). Sum of RGB (Red+Green+Blue) = 44+230+112=386 (51% of max value = 765). Red value is 44 (17.58% from 255 or 11.40% from 386); Green value is 230 (90.23% from 255 or 59.59% from 386); Blue value is 112 (44.14% from 255 or 29.02% from 386); Max value from RGB is 230 - color contains mainly: green. Hex color #2CE670 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CE670 is #D3198F. Grayscale: #A1A1A1. Windows color (decimal): -13834640 or 7398956. OLE color: 7398956.
HSL color Cylindrical-coordinate representation of color #2CE670: hue angle of 141.94º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CE670 is Cyan = 0.81, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 44 | 230 | 112 | - |
| CMYK | 0.81 | 0 | 0.51 | 0.10 |
| HSL | 141.94º | 0.79% | 0.54% | - |
| HSV(B) | 141.94º | 0.81% | 0.9% | - |
| XYZ | 32.26 | 58.3 | 24.88 | - |
| YUV | 160.93 | 100.38 | 44.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 230 | 112 | 0.81 | 0 | 0.51 | 0.10 | 141.94 | 0.79 | 0.54 |
| Hex | 2C | E6 | 70 | 51 | 0 | 33 | A | 8E | 4F | 36 |
| Octal | 54 | 346 | 160 | 121 | 0 | 63 | 12 | 216 | 117 | 66 |
| Binary | 101100 | 11100110 | 1110000 | 1010001 | 0 | 110011 | 1010 | 10001110 | 1001111 | 110110 |
Color Harmonies of #2CE670
Complementary color
Monochromatic Colors of #2CE670
Black with #2CE670
Text Example
Text Example
White with #2CE670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE670; }
p { color: rgb(44,230,112); }
H1.HeaderClassName
{
color: #2CE670;
}
.AnyTagClassName
{
color: #2CE670;
}
</style>
background-color css
<style>
a { background-color: #2CE670; }
a { background-color: rgb(44,230,112); }
div.DivClassName
{
background-color: #2CE670;
}
.BgClassName
{
background-color: #2CE670;
}
</style>
border-color css
<style>
span { border-color: #2CE670; }
span { border-color: rgb(44,230,112); }
td.TdClassName
{
border-color: #2CE670;
}
.TagClassName
{
border-color: #2CE670;
}
</style>