Shades of Malachite #2CE55C
Tints of Malachite #2CE55C
RGB
CMYK
RGB Variations
Color information
#2CE55C (or 0x2CE55C) is known color: Malachite. HEX triplet: 2C, E5 and 5C. RGB value is (44,229,92). Sum of RGB (Red+Green+Blue) = 44+229+92=365 (48% of max value = 765). Red value is 44 (17.58% from 255 or 12.05% from 365); Green value is 229 (89.84% from 255 or 62.74% from 365); Blue value is 92 (36.33% from 255 or 25.21% from 365); Max value from RGB is 229 - color contains mainly: green. Hex color #2CE55C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CE55C is #D31AA3. Grayscale: #9E9E9E. Windows color (decimal): -13834916 or 6087980. OLE color: 6087980.
HSL color Cylindrical-coordinate representation of color #2CE55C: hue angle of 135.57º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CE55C is Cyan = 0.81, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 44 | 229 | 92 | - |
| CMYK | 0.81 | 0 | 0.60 | 0.10 |
| HSL | 135.57º | 0.78% | 0.54% | - |
| HSV(B) | 135.57º | 0.81% | 0.9% | - |
| XYZ | 30.99 | 57.35 | 19.56 | - |
| YUV | 158.07 | 90.71 | 46.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 229 | 92 | 0.81 | 0 | 0.60 | 0.10 | 135.57 | 0.78 | 0.54 |
| Hex | 2C | E5 | 5C | 51 | 0 | 3C | A | 88 | 4E | 36 |
| Octal | 54 | 345 | 134 | 121 | 0 | 74 | 12 | 210 | 116 | 66 |
| Binary | 101100 | 11100101 | 1011100 | 1010001 | 0 | 111100 | 1010 | 10001000 | 1001110 | 110110 |
Color Harmonies of #2CE55C
Complementary color
Monochromatic Colors of #2CE55C
Black with #2CE55C
Text Example
Text Example
White with #2CE55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE55C; }
p { color: rgb(44,229,92); }
H1.HeaderClassName
{
color: #2CE55C;
}
.AnyTagClassName
{
color: #2CE55C;
}
</style>
background-color css
<style>
a { background-color: #2CE55C; }
a { background-color: rgb(44,229,92); }
div.DivClassName
{
background-color: #2CE55C;
}
.BgClassName
{
background-color: #2CE55C;
}
</style>
border-color css
<style>
span { border-color: #2CE55C; }
span { border-color: rgb(44,229,92); }
td.TdClassName
{
border-color: #2CE55C;
}
.TagClassName
{
border-color: #2CE55C;
}
</style>