Shades of Malachite #2CE36A
Tints of Malachite #2CE36A
RGB
CMYK
RGB Variations
Color information
#2CE36A (or 0x2CE36A) is known color: Malachite. HEX triplet: 2C, E3 and 6A. RGB value is (44,227,106). Sum of RGB (Red+Green+Blue) = 44+227+106=377 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.67% from 377); Green value is 227 (89.06% from 255 or 60.21% from 377); Blue value is 106 (41.80% from 255 or 28.12% from 377); Max value from RGB is 227 - color contains mainly: green. Hex color #2CE36A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CE36A is #D31C95. Grayscale: #9E9E9E. Windows color (decimal): -13835414 or 7004972. OLE color: 7004972.
HSL color Cylindrical-coordinate representation of color #2CE36A: hue angle of 140.33º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CE36A is Cyan = 0.81, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 44 | 227 | 106 | - |
| CMYK | 0.81 | 0 | 0.53 | 0.11 |
| HSL | 140.33º | 0.77% | 0.53% | - |
| HSV(B) | 140.33º | 0.81% | 0.89% | - |
| XYZ | 31.11 | 56.51 | 22.9 | - |
| YUV | 158.49 | 98.37 | 46.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 227 | 106 | 0.81 | 0 | 0.53 | 0.11 | 140.33 | 0.77 | 0.53 |
| Hex | 2C | E3 | 6A | 51 | 0 | 35 | B | 8C | 4D | 35 |
| Octal | 54 | 343 | 152 | 121 | 0 | 65 | 13 | 214 | 115 | 65 |
| Binary | 101100 | 11100011 | 1101010 | 1010001 | 0 | 110101 | 1011 | 10001100 | 1001101 | 110101 |
Color Harmonies of #2CE36A
Complementary color
Monochromatic Colors of #2CE36A
Black with #2CE36A
Text Example
Text Example
White with #2CE36A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE36A; }
p { color: rgb(44,227,106); }
H1.HeaderClassName
{
color: #2CE36A;
}
.AnyTagClassName
{
color: #2CE36A;
}
</style>
background-color css
<style>
a { background-color: #2CE36A; }
a { background-color: rgb(44,227,106); }
div.DivClassName
{
background-color: #2CE36A;
}
.BgClassName
{
background-color: #2CE36A;
}
</style>
border-color css
<style>
span { border-color: #2CE36A; }
span { border-color: rgb(44,227,106); }
td.TdClassName
{
border-color: #2CE36A;
}
.TagClassName
{
border-color: #2CE36A;
}
</style>