Shades of Malachite #2CEC6B
Tints of Malachite #2CEC6B
RGB
CMYK
RGB Variations
Color information
#2CEC6B (or 0x2CEC6B) is known color: Malachite. HEX triplet: 2C, EC and 6B. RGB value is (44,236,107). Sum of RGB (Red+Green+Blue) = 44+236+107=387 (51% of max value = 765). Red value is 44 (17.58% from 255 or 11.37% from 387); Green value is 236 (92.58% from 255 or 60.98% from 387); Blue value is 107 (42.19% from 255 or 27.65% from 387); Max value from RGB is 236 - color contains mainly: green. Hex color #2CEC6B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CEC6B is #D31394. Grayscale: #A4A4A4. Windows color (decimal): -13833109 or 7072812. OLE color: 7072812.
HSL color Cylindrical-coordinate representation of color #2CEC6B: hue angle of 139.69º 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 #2CEC6B is Cyan = 0.81, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 44 | 236 | 107 | - |
| CMYK | 0.81 | 0 | 0.55 | 0.07 |
| HSL | 139.69º | 0.83% | 0.55% | - |
| HSV(B) | 139.69º | 0.81% | 0.93% | - |
| XYZ | 33.69 | 61.59 | 24.02 | - |
| YUV | 163.89 | 95.89 | 42.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 236 | 107 | 0.81 | 0 | 0.55 | 0.07 | 139.69 | 0.83 | 0.55 |
| Hex | 2C | EC | 6B | 51 | 0 | 37 | 7 | 8C | 53 | 37 |
| Octal | 54 | 354 | 153 | 121 | 0 | 67 | 7 | 214 | 123 | 67 |
| Binary | 101100 | 11101100 | 1101011 | 1010001 | 0 | 110111 | 111 | 10001100 | 1010011 | 110111 |
Color Harmonies of #2CEC6B
Complementary color
Monochromatic Colors of #2CEC6B
Black with #2CEC6B
Text Example
Text Example
White with #2CEC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEC6B; }
p { color: rgb(44,236,107); }
H1.HeaderClassName
{
color: #2CEC6B;
}
.AnyTagClassName
{
color: #2CEC6B;
}
</style>
background-color css
<style>
a { background-color: #2CEC6B; }
a { background-color: rgb(44,236,107); }
div.DivClassName
{
background-color: #2CEC6B;
}
.BgClassName
{
background-color: #2CEC6B;
}
</style>
border-color css
<style>
span { border-color: #2CEC6B; }
span { border-color: rgb(44,236,107); }
td.TdClassName
{
border-color: #2CEC6B;
}
.TagClassName
{
border-color: #2CEC6B;
}
</style>