Shades of Malachite #2CEC5A
Tints of Malachite #2CEC5A
RGB
CMYK
RGB Variations
Color information
#2CEC5A (or 0x2CEC5A) is known color: Malachite. HEX triplet: 2C, EC and 5A. RGB value is (44,236,90). Sum of RGB (Red+Green+Blue) = 44+236+90=370 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.89% from 370); Green value is 236 (92.58% from 255 or 63.78% from 370); Blue value is 90 (35.55% from 255 or 24.32% from 370); Max value from RGB is 236 - color contains mainly: green. Hex color #2CEC5A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CEC5A is #D313A5. Grayscale: #A2A2A2. Windows color (decimal): -13833126 or 5958700. OLE color: 5958700.
HSL color Cylindrical-coordinate representation of color #2CEC5A: hue angle of 134.38º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CEC5A is Cyan = 0.81, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 44 | 236 | 90 | - |
| CMYK | 0.81 | 0 | 0.62 | 0.07 |
| HSL | 134.38º | 0.83% | 0.55% | - |
| HSV(B) | 134.38º | 0.81% | 0.93% | - |
| XYZ | 32.88 | 61.26 | 19.77 | - |
| YUV | 161.95 | 87.39 | 43.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 236 | 90 | 0.81 | 0 | 0.62 | 0.07 | 134.38 | 0.83 | 0.55 |
| Hex | 2C | EC | 5A | 51 | 0 | 3E | 7 | 86 | 53 | 37 |
| Octal | 54 | 354 | 132 | 121 | 0 | 76 | 7 | 206 | 123 | 67 |
| Binary | 101100 | 11101100 | 1011010 | 1010001 | 0 | 111110 | 111 | 10000110 | 1010011 | 110111 |
Color Harmonies of #2CEC5A
Complementary color
Monochromatic Colors of #2CEC5A
Black with #2CEC5A
Text Example
Text Example
White with #2CEC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEC5A; }
p { color: rgb(44,236,90); }
H1.HeaderClassName
{
color: #2CEC5A;
}
.AnyTagClassName
{
color: #2CEC5A;
}
</style>
background-color css
<style>
a { background-color: #2CEC5A; }
a { background-color: rgb(44,236,90); }
div.DivClassName
{
background-color: #2CEC5A;
}
.BgClassName
{
background-color: #2CEC5A;
}
</style>
border-color css
<style>
span { border-color: #2CEC5A; }
span { border-color: rgb(44,236,90); }
td.TdClassName
{
border-color: #2CEC5A;
}
.TagClassName
{
border-color: #2CEC5A;
}
</style>