Shades of Malachite #2CE15A
Tints of Malachite #2CE15A
RGB
CMYK
RGB Variations
Color information
#2CE15A (or 0x2CE15A) is known color: Malachite. HEX triplet: 2C, E1 and 5A. RGB value is (44,225,90). Sum of RGB (Red+Green+Blue) = 44+225+90=359 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.26% from 359); Green value is 225 (88.28% from 255 or 62.67% from 359); Blue value is 90 (35.55% from 255 or 25.07% from 359); Max value from RGB is 225 - color contains mainly: green. Hex color #2CE15A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CE15A is #D31EA5. Grayscale: #9B9B9B. Windows color (decimal): -13835942 or 5955884. OLE color: 5955884.
HSL color Cylindrical-coordinate representation of color #2CE15A: hue angle of 135.25º 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 #2CE15A is Cyan = 0.80, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 44 | 225 | 90 | - |
| CMYK | 0.80 | 0 | 0.60 | 0.12 |
| HSL | 135.25º | 0.75% | 0.53% | - |
| HSV(B) | 135.25º | 0.8% | 0.88% | - |
| XYZ | 29.81 | 55.12 | 18.74 | - |
| YUV | 155.49 | 91.03 | 48.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 225 | 90 | 0.80 | 0 | 0.60 | 0.12 | 135.25 | 0.75 | 0.53 |
| Hex | 2C | E1 | 5A | 50 | 0 | 3C | C | 87 | 4B | 35 |
| Octal | 54 | 341 | 132 | 120 | 0 | 74 | 14 | 207 | 113 | 65 |
| Binary | 101100 | 11100001 | 1011010 | 1010000 | 0 | 111100 | 1100 | 10000111 | 1001011 | 110101 |
Color Harmonies of #2CE15A
Complementary color
Monochromatic Colors of #2CE15A
Black with #2CE15A
Text Example
Text Example
White with #2CE15A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE15A; }
p { color: rgb(44,225,90); }
H1.HeaderClassName
{
color: #2CE15A;
}
.AnyTagClassName
{
color: #2CE15A;
}
</style>
background-color css
<style>
a { background-color: #2CE15A; }
a { background-color: rgb(44,225,90); }
div.DivClassName
{
background-color: #2CE15A;
}
.BgClassName
{
background-color: #2CE15A;
}
</style>
border-color css
<style>
span { border-color: #2CE15A; }
span { border-color: rgb(44,225,90); }
td.TdClassName
{
border-color: #2CE15A;
}
.TagClassName
{
border-color: #2CE15A;
}
</style>