Shades of Malachite #2CE15F
Tints of Malachite #2CE15F
RGB
CMYK
RGB Variations
Color information
#2CE15F (or 0x2CE15F) is known color: Malachite. HEX triplet: 2C, E1 and 5F. RGB value is (44,225,95). Sum of RGB (Red+Green+Blue) = 44+225+95=364 (48% of max value = 765). Red value is 44 (17.58% from 255 or 12.09% from 364); Green value is 225 (88.28% from 255 or 61.81% from 364); Blue value is 95 (37.5% from 255 or 26.10% from 364); Max value from RGB is 225 - color contains mainly: green. Hex color #2CE15F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CE15F is #D31EA0. Grayscale: #9C9C9C. Windows color (decimal): -13835937 or 6283564. OLE color: 6283564.
HSL color Cylindrical-coordinate representation of color #2CE15F: hue angle of 136.91º degrees, saturation: 0.75, 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 #2CE15F is Cyan = 0.80, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 44 | 225 | 95 | - |
| CMYK | 0.80 | 0 | 0.58 | 0.12 |
| HSL | 136.91º | 0.75% | 0.53% | - |
| HSV(B) | 136.91º | 0.8% | 0.88% | - |
| XYZ | 30.03 | 55.21 | 19.9 | - |
| YUV | 156.06 | 93.53 | 48.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 225 | 95 | 0.80 | 0 | 0.58 | 0.12 | 136.91 | 0.75 | 0.53 |
| Hex | 2C | E1 | 5F | 50 | 0 | 3A | C | 89 | 4B | 35 |
| Octal | 54 | 341 | 137 | 120 | 0 | 72 | 14 | 211 | 113 | 65 |
| Binary | 101100 | 11100001 | 1011111 | 1010000 | 0 | 111010 | 1100 | 10001001 | 1001011 | 110101 |
Color Harmonies of #2CE15F
Complementary color
Monochromatic Colors of #2CE15F
Black with #2CE15F
Text Example
Text Example
White with #2CE15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE15F; }
p { color: rgb(44,225,95); }
H1.HeaderClassName
{
color: #2CE15F;
}
.AnyTagClassName
{
color: #2CE15F;
}
</style>
background-color css
<style>
a { background-color: #2CE15F; }
a { background-color: rgb(44,225,95); }
div.DivClassName
{
background-color: #2CE15F;
}
.BgClassName
{
background-color: #2CE15F;
}
</style>
border-color css
<style>
span { border-color: #2CE15F; }
span { border-color: rgb(44,225,95); }
td.TdClassName
{
border-color: #2CE15F;
}
.TagClassName
{
border-color: #2CE15F;
}
</style>