Shades of Malachite #2CE06D
Tints of Malachite #2CE06D
RGB
CMYK
RGB Variations
Color information
#2CE06D (or 0x2CE06D) is known color: Malachite. HEX triplet: 2C, E0 and 6D. RGB value is (44,224,109). Sum of RGB (Red+Green+Blue) = 44+224+109=377 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.67% from 377); Green value is 224 (87.89% from 255 or 59.42% from 377); Blue value is 109 (42.97% from 255 or 28.91% from 377); Max value from RGB is 224 - color contains mainly: green. Hex color #2CE06D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CE06D is #D31F92. Grayscale: #9D9D9D. Windows color (decimal): -13836179 or 7200812. OLE color: 7200812.
HSL color Cylindrical-coordinate representation of color #2CE06D: hue angle of 141.67º 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 #2CE06D is Cyan = 0.80, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 44 | 224 | 109 | - |
| CMYK | 0.80 | 0 | 0.51 | 0.12 |
| HSL | 141.67º | 0.74% | 0.53% | - |
| HSV(B) | 141.67º | 0.8% | 0.88% | - |
| XYZ | 30.45 | 54.95 | 23.47 | - |
| YUV | 157.07 | 100.87 | 47.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 224 | 109 | 0.80 | 0 | 0.51 | 0.12 | 141.67 | 0.74 | 0.53 |
| Hex | 2C | E0 | 6D | 50 | 0 | 33 | C | 8E | 4A | 35 |
| Octal | 54 | 340 | 155 | 120 | 0 | 63 | 14 | 216 | 112 | 65 |
| Binary | 101100 | 11100000 | 1101101 | 1010000 | 0 | 110011 | 1100 | 10001110 | 1001010 | 110101 |
Color Harmonies of #2CE06D
Complementary color
Monochromatic Colors of #2CE06D
Black with #2CE06D
Text Example
Text Example
White with #2CE06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE06D; }
p { color: rgb(44,224,109); }
H1.HeaderClassName
{
color: #2CE06D;
}
.AnyTagClassName
{
color: #2CE06D;
}
</style>
background-color css
<style>
a { background-color: #2CE06D; }
a { background-color: rgb(44,224,109); }
div.DivClassName
{
background-color: #2CE06D;
}
.BgClassName
{
background-color: #2CE06D;
}
</style>
border-color css
<style>
span { border-color: #2CE06D; }
span { border-color: rgb(44,224,109); }
td.TdClassName
{
border-color: #2CE06D;
}
.TagClassName
{
border-color: #2CE06D;
}
</style>