Shades of Malachite #2CE85F
Tints of Malachite #2CE85F
RGB
CMYK
RGB Variations
Color information
#2CE85F (or 0x2CE85F) is known color: Malachite. HEX triplet: 2C, E8 and 5F. RGB value is (44,232,95). Sum of RGB (Red+Green+Blue) = 44+232+95=371 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.86% from 371); Green value is 232 (91.02% from 255 or 62.53% from 371); Blue value is 95 (37.5% from 255 or 25.61% from 371); Max value from RGB is 232 - color contains mainly: green. Hex color #2CE85F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CE85F is #D317A0. Grayscale: #A0A0A0. Windows color (decimal): -13834145 or 6285356. OLE color: 6285356.
HSL color Cylindrical-coordinate representation of color #2CE85F: hue angle of 136.28º 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 #2CE85F is Cyan = 0.81, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 44 | 232 | 95 | - |
| CMYK | 0.81 | 0 | 0.59 | 0.09 |
| HSL | 136.28º | 0.8% | 0.54% | - |
| HSV(B) | 136.28º | 0.81% | 0.91% | - |
| XYZ | 31.96 | 59.07 | 20.54 | - |
| YUV | 160.17 | 91.22 | 45.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 232 | 95 | 0.81 | 0 | 0.59 | 0.09 | 136.28 | 0.8 | 0.54 |
| Hex | 2C | E8 | 5F | 51 | 0 | 3B | 9 | 88 | 50 | 36 |
| Octal | 54 | 350 | 137 | 121 | 0 | 73 | 11 | 210 | 120 | 66 |
| Binary | 101100 | 11101000 | 1011111 | 1010001 | 0 | 111011 | 1001 | 10001000 | 1010000 | 110110 |
Color Harmonies of #2CE85F
Complementary color
Monochromatic Colors of #2CE85F
Black with #2CE85F
Text Example
Text Example
White with #2CE85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE85F; }
p { color: rgb(44,232,95); }
H1.HeaderClassName
{
color: #2CE85F;
}
.AnyTagClassName
{
color: #2CE85F;
}
</style>
background-color css
<style>
a { background-color: #2CE85F; }
a { background-color: rgb(44,232,95); }
div.DivClassName
{
background-color: #2CE85F;
}
.BgClassName
{
background-color: #2CE85F;
}
</style>
border-color css
<style>
span { border-color: #2CE85F; }
span { border-color: rgb(44,232,95); }
td.TdClassName
{
border-color: #2CE85F;
}
.TagClassName
{
border-color: #2CE85F;
}
</style>