Shades of Malachite #2CEB5C
Tints of Malachite #2CEB5C
RGB
CMYK
RGB Variations
Color information
#2CEB5C (or 0x2CEB5C) is known color: Malachite. HEX triplet: 2C, EB and 5C. RGB value is (44,235,92). Sum of RGB (Red+Green+Blue) = 44+235+92=371 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.86% from 371); Green value is 235 (92.19% from 255 or 63.34% from 371); Blue value is 92 (36.33% from 255 or 24.80% from 371); Max value from RGB is 235 - color contains mainly: green. Hex color #2CEB5C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CEB5C is #D314A3. Grayscale: #A1A1A1. Windows color (decimal): -13833380 or 6089516. OLE color: 6089516.
HSL color Cylindrical-coordinate representation of color #2CEB5C: hue angle of 135.08º degrees, saturation: 0.83, 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 #2CEB5C is Cyan = 0.81, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 44 | 235 | 92 | - |
| CMYK | 0.81 | 0 | 0.61 | 0.08 |
| HSL | 135.08º | 0.83% | 0.55% | - |
| HSV(B) | 135.08º | 0.81% | 0.92% | - |
| XYZ | 32.68 | 60.72 | 20.12 | - |
| YUV | 161.59 | 88.72 | 44.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 235 | 92 | 0.81 | 0 | 0.61 | 0.08 | 135.08 | 0.83 | 0.55 |
| Hex | 2C | EB | 5C | 51 | 0 | 3D | 8 | 87 | 53 | 37 |
| Octal | 54 | 353 | 134 | 121 | 0 | 75 | 10 | 207 | 123 | 67 |
| Binary | 101100 | 11101011 | 1011100 | 1010001 | 0 | 111101 | 1000 | 10000111 | 1010011 | 110111 |
Color Harmonies of #2CEB5C
Complementary color
Monochromatic Colors of #2CEB5C
Black with #2CEB5C
Text Example
Text Example
White with #2CEB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEB5C; }
p { color: rgb(44,235,92); }
H1.HeaderClassName
{
color: #2CEB5C;
}
.AnyTagClassName
{
color: #2CEB5C;
}
</style>
background-color css
<style>
a { background-color: #2CEB5C; }
a { background-color: rgb(44,235,92); }
div.DivClassName
{
background-color: #2CEB5C;
}
.BgClassName
{
background-color: #2CEB5C;
}
</style>
border-color css
<style>
span { border-color: #2CEB5C; }
span { border-color: rgb(44,235,92); }
td.TdClassName
{
border-color: #2CEB5C;
}
.TagClassName
{
border-color: #2CEB5C;
}
</style>