Shades of Malachite #2CEA5B
Tints of Malachite #2CEA5B
RGB
CMYK
RGB Variations
Color information
#2CEA5B (or 0x2CEA5B) is known color: Malachite. HEX triplet: 2C, EA and 5B. RGB value is (44,234,91). Sum of RGB (Red+Green+Blue) = 44+234+91=369 (48% of max value = 765). Red value is 44 (17.58% from 255 or 11.92% from 369); Green value is 234 (91.80% from 255 or 63.41% from 369); Blue value is 91 (35.94% from 255 or 24.66% from 369); Max value from RGB is 234 - color contains mainly: green. Hex color #2CEA5B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CEA5B is #D315A4. Grayscale: #A1A1A1. Windows color (decimal): -13833637 or 6023724. OLE color: 6023724.
HSL color Cylindrical-coordinate representation of color #2CEA5B: hue angle of 134.84º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CEA5B is Cyan = 0.81, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 44 | 234 | 91 | - |
| CMYK | 0.81 | 0 | 0.61 | 0.08 |
| HSL | 134.84º | 0.82% | 0.55% | - |
| HSV(B) | 134.84º | 0.81% | 0.92% | - |
| XYZ | 32.35 | 60.14 | 19.8 | - |
| YUV | 160.89 | 88.55 | 44.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 234 | 91 | 0.81 | 0 | 0.61 | 0.08 | 134.84 | 0.82 | 0.55 |
| Hex | 2C | EA | 5B | 51 | 0 | 3D | 8 | 87 | 52 | 37 |
| Octal | 54 | 352 | 133 | 121 | 0 | 75 | 10 | 207 | 122 | 67 |
| Binary | 101100 | 11101010 | 1011011 | 1010001 | 0 | 111101 | 1000 | 10000111 | 1010010 | 110111 |
Color Harmonies of #2CEA5B
Complementary color
Monochromatic Colors of #2CEA5B
Black with #2CEA5B
Text Example
Text Example
White with #2CEA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEA5B; }
p { color: rgb(44,234,91); }
H1.HeaderClassName
{
color: #2CEA5B;
}
.AnyTagClassName
{
color: #2CEA5B;
}
</style>
background-color css
<style>
a { background-color: #2CEA5B; }
a { background-color: rgb(44,234,91); }
div.DivClassName
{
background-color: #2CEA5B;
}
.BgClassName
{
background-color: #2CEA5B;
}
</style>
border-color css
<style>
span { border-color: #2CEA5B; }
span { border-color: rgb(44,234,91); }
td.TdClassName
{
border-color: #2CEA5B;
}
.TagClassName
{
border-color: #2CEA5B;
}
</style>