Shades of Malachite #2CE25D
Tints of Malachite #2CE25D
RGB
CMYK
RGB Variations
Color information
#2CE25D (or 0x2CE25D) is known color: Malachite. HEX triplet: 2C, E2 and 5D. RGB value is (44,226,93). Sum of RGB (Red+Green+Blue) = 44+226+93=363 (48% of max value = 765). Red value is 44 (17.58% from 255 or 12.12% from 363); Green value is 226 (88.67% from 255 or 62.26% from 363); Blue value is 93 (36.72% from 255 or 25.62% from 363); Max value from RGB is 226 - color contains mainly: green. Hex color #2CE25D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CE25D is #D31DA2. Grayscale: #9C9C9C. Windows color (decimal): -13835683 or 6152748. OLE color: 6152748.
HSL color Cylindrical-coordinate representation of color #2CE25D: hue angle of 136.15º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CE25D is Cyan = 0.81, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 44 | 226 | 93 | - |
| CMYK | 0.81 | 0 | 0.59 | 0.11 |
| HSL | 136.15º | 0.76% | 0.53% | - |
| HSV(B) | 136.15º | 0.81% | 0.89% | - |
| XYZ | 30.21 | 55.72 | 19.52 | - |
| YUV | 156.42 | 92.2 | 47.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 226 | 93 | 0.81 | 0 | 0.59 | 0.11 | 136.15 | 0.76 | 0.53 |
| Hex | 2C | E2 | 5D | 51 | 0 | 3B | B | 88 | 4C | 35 |
| Octal | 54 | 342 | 135 | 121 | 0 | 73 | 13 | 210 | 114 | 65 |
| Binary | 101100 | 11100010 | 1011101 | 1010001 | 0 | 111011 | 1011 | 10001000 | 1001100 | 110101 |
Color Harmonies of #2CE25D
Complementary color
Monochromatic Colors of #2CE25D
Black with #2CE25D
Text Example
Text Example
White with #2CE25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE25D; }
p { color: rgb(44,226,93); }
H1.HeaderClassName
{
color: #2CE25D;
}
.AnyTagClassName
{
color: #2CE25D;
}
</style>
background-color css
<style>
a { background-color: #2CE25D; }
a { background-color: rgb(44,226,93); }
div.DivClassName
{
background-color: #2CE25D;
}
.BgClassName
{
background-color: #2CE25D;
}
</style>
border-color css
<style>
span { border-color: #2CE25D; }
span { border-color: rgb(44,226,93); }
td.TdClassName
{
border-color: #2CE25D;
}
.TagClassName
{
border-color: #2CE25D;
}
</style>