Shades of Malachite #2CEC52
Tints of Malachite #2CEC52
RGB
CMYK
RGB Variations
Color information
#2CEC52 (or 0x2CEC52) is known color: Malachite. HEX triplet: 2C, EC and 52. RGB value is (44,236,82). Sum of RGB (Red+Green+Blue) = 44+236+82=362 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.15% from 362); Green value is 236 (92.58% from 255 or 65.19% from 362); Blue value is 82 (32.42% from 255 or 22.65% from 362); Max value from RGB is 236 - color contains mainly: green. Hex color #2CEC52 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CEC52 is #D313AD. Grayscale: #A1A1A1. Windows color (decimal): -13833134 or 5434412. OLE color: 5434412.
HSL color Cylindrical-coordinate representation of color #2CEC52: hue angle of 131.88º 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 #2CEC52 is Cyan = 0.81, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 44 | 236 | 82 | - |
| CMYK | 0.81 | 0 | 0.65 | 0.07 |
| HSL | 131.88º | 0.83% | 0.55% | - |
| HSV(B) | 131.88º | 0.81% | 0.93% | - |
| XYZ | 32.56 | 61.14 | 18.07 | - |
| YUV | 161.04 | 83.39 | 44.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 236 | 82 | 0.81 | 0 | 0.65 | 0.07 | 131.88 | 0.83 | 0.55 |
| Hex | 2C | EC | 52 | 51 | 0 | 41 | 7 | 84 | 53 | 37 |
| Octal | 54 | 354 | 122 | 121 | 0 | 101 | 7 | 204 | 123 | 67 |
| Binary | 101100 | 11101100 | 1010010 | 1010001 | 0 | 1000001 | 111 | 10000100 | 1010011 | 110111 |
Color Harmonies of #2CEC52
Complementary color
Monochromatic Colors of #2CEC52
Black with #2CEC52
Text Example
Text Example
White with #2CEC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEC52; }
p { color: rgb(44,236,82); }
H1.HeaderClassName
{
color: #2CEC52;
}
.AnyTagClassName
{
color: #2CEC52;
}
</style>
background-color css
<style>
a { background-color: #2CEC52; }
a { background-color: rgb(44,236,82); }
div.DivClassName
{
background-color: #2CEC52;
}
.BgClassName
{
background-color: #2CEC52;
}
</style>
border-color css
<style>
span { border-color: #2CEC52; }
span { border-color: rgb(44,236,82); }
td.TdClassName
{
border-color: #2CEC52;
}
.TagClassName
{
border-color: #2CEC52;
}
</style>