Shades of Malachite #2CE85D
Tints of Malachite #2CE85D
RGB
CMYK
RGB Variations
Color information
#2CE85D (or 0x2CE85D) is known color: Malachite. HEX triplet: 2C, E8 and 5D. RGB value is (44,232,93). Sum of RGB (Red+Green+Blue) = 44+232+93=369 (48% of max value = 765). Red value is 44 (17.58% from 255 or 11.92% from 369); Green value is 232 (91.02% from 255 or 62.87% from 369); Blue value is 93 (36.72% from 255 or 25.20% from 369); Max value from RGB is 232 - color contains mainly: green. Hex color #2CE85D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CE85D is #D317A2. Grayscale: #A0A0A0. Windows color (decimal): -13834147 or 6154284. OLE color: 6154284.
HSL color Cylindrical-coordinate representation of color #2CE85D: hue angle of 135.64º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CE85D is Cyan = 0.81, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 44 | 232 | 93 | - |
| CMYK | 0.81 | 0 | 0.60 | 0.09 |
| HSL | 135.64º | 0.8% | 0.54% | - |
| HSV(B) | 135.64º | 0.81% | 0.91% | - |
| XYZ | 31.87 | 59.04 | 20.07 | - |
| YUV | 159.94 | 90.22 | 45.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 232 | 93 | 0.81 | 0 | 0.60 | 0.09 | 135.64 | 0.8 | 0.54 |
| Hex | 2C | E8 | 5D | 51 | 0 | 3C | 9 | 88 | 50 | 36 |
| Octal | 54 | 350 | 135 | 121 | 0 | 74 | 11 | 210 | 120 | 66 |
| Binary | 101100 | 11101000 | 1011101 | 1010001 | 0 | 111100 | 1001 | 10001000 | 1010000 | 110110 |
Color Harmonies of #2CE85D
Complementary color
Monochromatic Colors of #2CE85D
Black with #2CE85D
Text Example
Text Example
White with #2CE85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE85D; }
p { color: rgb(44,232,93); }
H1.HeaderClassName
{
color: #2CE85D;
}
.AnyTagClassName
{
color: #2CE85D;
}
</style>
background-color css
<style>
a { background-color: #2CE85D; }
a { background-color: rgb(44,232,93); }
div.DivClassName
{
background-color: #2CE85D;
}
.BgClassName
{
background-color: #2CE85D;
}
</style>
border-color css
<style>
span { border-color: #2CE85D; }
span { border-color: rgb(44,232,93); }
td.TdClassName
{
border-color: #2CE85D;
}
.TagClassName
{
border-color: #2CE85D;
}
</style>