Shades of Malachite #2CEB5E
Tints of Malachite #2CEB5E
RGB
CMYK
RGB Variations
Color information
#2CEB5E (or 0x2CEB5E) is known color: Malachite. HEX triplet: 2C, EB and 5E. RGB value is (44,235,94). Sum of RGB (Red+Green+Blue) = 44+235+94=373 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.80% from 373); Green value is 235 (92.19% from 255 or 63.00% from 373); Blue value is 94 (37.11% from 255 or 25.20% from 373); Max value from RGB is 235 - color contains mainly: green. Hex color #2CEB5E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CEB5E is #D314A1. Grayscale: #A2A2A2. Windows color (decimal): -13833378 or 6220588. OLE color: 6220588.
HSL color Cylindrical-coordinate representation of color #2CEB5E: hue angle of 135.71º 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 #2CEB5E is Cyan = 0.81, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 44 | 235 | 94 | - |
| CMYK | 0.81 | 0 | 0.6 | 0.08 |
| HSL | 135.71º | 0.83% | 0.55% | - |
| HSV(B) | 135.71º | 0.81% | 0.92% | - |
| XYZ | 32.77 | 60.76 | 20.59 | - |
| YUV | 161.82 | 89.72 | 43.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 235 | 94 | 0.81 | 0 | 0.6 | 0.08 | 135.71 | 0.83 | 0.55 |
| Hex | 2C | EB | 5E | 51 | 0 | 3C | 8 | 88 | 53 | 37 |
| Octal | 54 | 353 | 136 | 121 | 0 | 74 | 10 | 210 | 123 | 67 |
| Binary | 101100 | 11101011 | 1011110 | 1010001 | 0 | 111100 | 1000 | 10001000 | 1010011 | 110111 |
Color Harmonies of #2CEB5E
Complementary color
Monochromatic Colors of #2CEB5E
Black with #2CEB5E
Text Example
Text Example
White with #2CEB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEB5E; }
p { color: rgb(44,235,94); }
H1.HeaderClassName
{
color: #2CEB5E;
}
.AnyTagClassName
{
color: #2CEB5E;
}
</style>
background-color css
<style>
a { background-color: #2CEB5E; }
a { background-color: rgb(44,235,94); }
div.DivClassName
{
background-color: #2CEB5E;
}
.BgClassName
{
background-color: #2CEB5E;
}
</style>
border-color css
<style>
span { border-color: #2CEB5E; }
span { border-color: rgb(44,235,94); }
td.TdClassName
{
border-color: #2CEB5E;
}
.TagClassName
{
border-color: #2CEB5E;
}
</style>