Shades of Malachite #2CE45E
Tints of Malachite #2CE45E
RGB
CMYK
RGB Variations
Color information
#2CE45E (or 0x2CE45E) is known color: Malachite. HEX triplet: 2C, E4 and 5E. RGB value is (44,228,94). Sum of RGB (Red+Green+Blue) = 44+228+94=366 (48% of max value = 765). Red value is 44 (17.58% from 255 or 12.02% from 366); Green value is 228 (89.45% from 255 or 62.30% from 366); Blue value is 94 (37.11% from 255 or 25.68% from 366); Max value from RGB is 228 - color contains mainly: green. Hex color #2CE45E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CE45E is #D31BA1. Grayscale: #9E9E9E. Windows color (decimal): -13835170 or 6218796. OLE color: 6218796.
HSL color Cylindrical-coordinate representation of color #2CE45E: hue angle of 136.3º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CE45E is Cyan = 0.81, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 44 | 228 | 94 | - |
| CMYK | 0.81 | 0 | 0.59 | 0.11 |
| HSL | 136.3º | 0.77% | 0.53% | - |
| HSV(B) | 136.3º | 0.81% | 0.89% | - |
| XYZ | 30.8 | 56.83 | 19.94 | - |
| YUV | 157.71 | 92.04 | 46.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 228 | 94 | 0.81 | 0 | 0.59 | 0.11 | 136.3 | 0.77 | 0.53 |
| Hex | 2C | E4 | 5E | 51 | 0 | 3B | B | 88 | 4D | 35 |
| Octal | 54 | 344 | 136 | 121 | 0 | 73 | 13 | 210 | 115 | 65 |
| Binary | 101100 | 11100100 | 1011110 | 1010001 | 0 | 111011 | 1011 | 10001000 | 1001101 | 110101 |
Color Harmonies of #2CE45E
Complementary color
Monochromatic Colors of #2CE45E
Black with #2CE45E
Text Example
Text Example
White with #2CE45E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE45E; }
p { color: rgb(44,228,94); }
H1.HeaderClassName
{
color: #2CE45E;
}
.AnyTagClassName
{
color: #2CE45E;
}
</style>
background-color css
<style>
a { background-color: #2CE45E; }
a { background-color: rgb(44,228,94); }
div.DivClassName
{
background-color: #2CE45E;
}
.BgClassName
{
background-color: #2CE45E;
}
</style>
border-color css
<style>
span { border-color: #2CE45E; }
span { border-color: rgb(44,228,94); }
td.TdClassName
{
border-color: #2CE45E;
}
.TagClassName
{
border-color: #2CE45E;
}
</style>