Shades of Malachite #2CEA57
Tints of Malachite #2CEA57
RGB
CMYK
RGB Variations
Color information
#2CEA57 (or 0x2CEA57) is known color: Malachite. HEX triplet: 2C, EA and 57. RGB value is (44,234,87). Sum of RGB (Red+Green+Blue) = 44+234+87=365 (48% of max value = 765). Red value is 44 (17.58% from 255 or 12.05% from 365); Green value is 234 (91.80% from 255 or 64.11% from 365); Blue value is 87 (34.38% from 255 or 23.84% from 365); Max value from RGB is 234 - color contains mainly: green. Hex color #2CEA57 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CEA57 is #D315A8. Grayscale: #A0A0A0. Windows color (decimal): -13833641 or 5761580. OLE color: 5761580.
HSL color Cylindrical-coordinate representation of color #2CEA57: hue angle of 133.58º 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 #2CEA57 is Cyan = 0.81, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 44 | 234 | 87 | - |
| CMYK | 0.81 | 0 | 0.63 | 0.08 |
| HSL | 133.58º | 0.82% | 0.55% | - |
| HSV(B) | 133.58º | 0.81% | 0.92% | - |
| XYZ | 32.18 | 60.07 | 18.92 | - |
| YUV | 160.43 | 86.55 | 44.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 234 | 87 | 0.81 | 0 | 0.63 | 0.08 | 133.58 | 0.82 | 0.55 |
| Hex | 2C | EA | 57 | 51 | 0 | 3F | 8 | 86 | 52 | 37 |
| Octal | 54 | 352 | 127 | 121 | 0 | 77 | 10 | 206 | 122 | 67 |
| Binary | 101100 | 11101010 | 1010111 | 1010001 | 0 | 111111 | 1000 | 10000110 | 1010010 | 110111 |
Color Harmonies of #2CEA57
Complementary color
Monochromatic Colors of #2CEA57
Black with #2CEA57
Text Example
Text Example
White with #2CEA57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEA57; }
p { color: rgb(44,234,87); }
H1.HeaderClassName
{
color: #2CEA57;
}
.AnyTagClassName
{
color: #2CEA57;
}
</style>
background-color css
<style>
a { background-color: #2CEA57; }
a { background-color: rgb(44,234,87); }
div.DivClassName
{
background-color: #2CEA57;
}
.BgClassName
{
background-color: #2CEA57;
}
</style>
border-color css
<style>
span { border-color: #2CEA57; }
span { border-color: rgb(44,234,87); }
td.TdClassName
{
border-color: #2CEA57;
}
.TagClassName
{
border-color: #2CEA57;
}
</style>