Shades of Malachite #2CEA4C
Tints of Malachite #2CEA4C
RGB
CMYK
RGB Variations
Color information
#2CEA4C (or 0x2CEA4C) is known color: Malachite. HEX triplet: 2C, EA and 4C. RGB value is (44,234,76). Sum of RGB (Red+Green+Blue) = 44+234+76=354 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.43% from 354); Green value is 234 (91.80% from 255 or 66.10% from 354); Blue value is 76 (30.08% from 255 or 21.47% from 354); Max value from RGB is 234 - color contains mainly: green. Hex color #2CEA4C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CEA4C is #D315B3. Grayscale: #9F9F9F. Windows color (decimal): -13833652 or 5040684. OLE color: 5040684.
HSL color Cylindrical-coordinate representation of color #2CEA4C: hue angle of 130.11º 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 #2CEA4C is Cyan = 0.81, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 44 | 234 | 76 | - |
| CMYK | 0.81 | 0 | 0.68 | 0.08 |
| HSL | 130.11º | 0.82% | 0.55% | - |
| HSV(B) | 130.11º | 0.81% | 0.92% | - |
| XYZ | 31.77 | 59.9 | 16.73 | - |
| YUV | 159.18 | 81.05 | 45.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 234 | 76 | 0.81 | 0 | 0.68 | 0.08 | 130.11 | 0.82 | 0.55 |
| Hex | 2C | EA | 4C | 51 | 0 | 44 | 8 | 82 | 52 | 37 |
| Octal | 54 | 352 | 114 | 121 | 0 | 104 | 10 | 202 | 122 | 67 |
| Binary | 101100 | 11101010 | 1001100 | 1010001 | 0 | 1000100 | 1000 | 10000010 | 1010010 | 110111 |
Color Harmonies of #2CEA4C
Complementary color
Monochromatic Colors of #2CEA4C
Black with #2CEA4C
Text Example
Text Example
White with #2CEA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEA4C; }
p { color: rgb(44,234,76); }
H1.HeaderClassName
{
color: #2CEA4C;
}
.AnyTagClassName
{
color: #2CEA4C;
}
</style>
background-color css
<style>
a { background-color: #2CEA4C; }
a { background-color: rgb(44,234,76); }
div.DivClassName
{
background-color: #2CEA4C;
}
.BgClassName
{
background-color: #2CEA4C;
}
</style>
border-color css
<style>
span { border-color: #2CEA4C; }
span { border-color: rgb(44,234,76); }
td.TdClassName
{
border-color: #2CEA4C;
}
.TagClassName
{
border-color: #2CEA4C;
}
</style>