Shades of Malachite #2CE05C
Tints of Malachite #2CE05C
RGB
CMYK
RGB Variations
Color information
#2CE05C (or 0x2CE05C) is known color: Malachite. HEX triplet: 2C, E0 and 5C. RGB value is (44,224,92). Sum of RGB (Red+Green+Blue) = 44+224+92=360 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.22% from 360); Green value is 224 (87.89% from 255 or 62.22% from 360); Blue value is 92 (36.33% from 255 or 25.56% from 360); Max value from RGB is 224 - color contains mainly: green. Hex color #2CE05C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CE05C is #D31FA3. Grayscale: #9B9B9B. Windows color (decimal): -13836196 or 6086700. OLE color: 6086700.
HSL color Cylindrical-coordinate representation of color #2CE05C: hue angle of 136º 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 #2CE05C is Cyan = 0.80, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 44 | 224 | 92 | - |
| CMYK | 0.80 | 0 | 0.59 | 0.12 |
| HSL | 136º | 0.74% | 0.53% | - |
| HSV(B) | 136º | 0.8% | 0.88% | - |
| XYZ | 29.63 | 54.62 | 19.11 | - |
| YUV | 155.13 | 92.37 | 48.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 224 | 92 | 0.80 | 0 | 0.59 | 0.12 | 136 | 0.74 | 0.53 |
| Hex | 2C | E0 | 5C | 50 | 0 | 3B | C | 88 | 4A | 35 |
| Octal | 54 | 340 | 134 | 120 | 0 | 73 | 14 | 210 | 112 | 65 |
| Binary | 101100 | 11100000 | 1011100 | 1010000 | 0 | 111011 | 1100 | 10001000 | 1001010 | 110101 |
Color Harmonies of #2CE05C
Complementary color
Monochromatic Colors of #2CE05C
Black with #2CE05C
Text Example
Text Example
White with #2CE05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE05C; }
p { color: rgb(44,224,92); }
H1.HeaderClassName
{
color: #2CE05C;
}
.AnyTagClassName
{
color: #2CE05C;
}
</style>
background-color css
<style>
a { background-color: #2CE05C; }
a { background-color: rgb(44,224,92); }
div.DivClassName
{
background-color: #2CE05C;
}
.BgClassName
{
background-color: #2CE05C;
}
</style>
border-color css
<style>
span { border-color: #2CE05C; }
span { border-color: rgb(44,224,92); }
td.TdClassName
{
border-color: #2CE05C;
}
.TagClassName
{
border-color: #2CE05C;
}
</style>