Shades of Malachite #2CE05E
Tints of Malachite #2CE05E
RGB
CMYK
RGB Variations
Color information
#2CE05E (or 0x2CE05E) is known color: Malachite. HEX triplet: 2C, E0 and 5E. RGB value is (44,224,94). Sum of RGB (Red+Green+Blue) = 44+224+94=362 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.15% from 362); Green value is 224 (87.89% from 255 or 61.88% from 362); Blue value is 94 (37.11% from 255 or 25.97% from 362); Max value from RGB is 224 - color contains mainly: green. Hex color #2CE05E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CE05E is #D31FA1. Grayscale: #9B9B9B. Windows color (decimal): -13836194 or 6217772. OLE color: 6217772.
HSL color Cylindrical-coordinate representation of color #2CE05E: hue angle of 136.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 #2CE05E is Cyan = 0.80, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 44 | 224 | 94 | - |
| CMYK | 0.80 | 0 | 0.58 | 0.12 |
| HSL | 136.67º | 0.74% | 0.53% | - |
| HSV(B) | 136.67º | 0.8% | 0.88% | - |
| XYZ | 29.71 | 54.65 | 19.57 | - |
| YUV | 155.36 | 93.37 | 48.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 224 | 94 | 0.80 | 0 | 0.58 | 0.12 | 136.67 | 0.74 | 0.53 |
| Hex | 2C | E0 | 5E | 50 | 0 | 3A | C | 89 | 4A | 35 |
| Octal | 54 | 340 | 136 | 120 | 0 | 72 | 14 | 211 | 112 | 65 |
| Binary | 101100 | 11100000 | 1011110 | 1010000 | 0 | 111010 | 1100 | 10001001 | 1001010 | 110101 |
Color Harmonies of #2CE05E
Complementary color
Monochromatic Colors of #2CE05E
Black with #2CE05E
Text Example
Text Example
White with #2CE05E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE05E; }
p { color: rgb(44,224,94); }
H1.HeaderClassName
{
color: #2CE05E;
}
.AnyTagClassName
{
color: #2CE05E;
}
</style>
background-color css
<style>
a { background-color: #2CE05E; }
a { background-color: rgb(44,224,94); }
div.DivClassName
{
background-color: #2CE05E;
}
.BgClassName
{
background-color: #2CE05E;
}
</style>
border-color css
<style>
span { border-color: #2CE05E; }
span { border-color: rgb(44,224,94); }
td.TdClassName
{
border-color: #2CE05E;
}
.TagClassName
{
border-color: #2CE05E;
}
</style>