Shades of Malachite #2CE568
Tints of Malachite #2CE568
RGB
CMYK
RGB Variations
Color information
#2CE568 (or 0x2CE568) is known color: Malachite. HEX triplet: 2C, E5 and 68. RGB value is (44,229,104). Sum of RGB (Red+Green+Blue) = 44+229+104=377 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.67% from 377); Green value is 229 (89.84% from 255 or 60.74% from 377); Blue value is 104 (41.02% from 255 or 27.59% from 377); Max value from RGB is 229 - color contains mainly: green. Hex color #2CE568 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CE568 is #D31A97. Grayscale: #9F9F9F. Windows color (decimal): -13834904 or 6874412. OLE color: 6874412.
HSL color Cylindrical-coordinate representation of color #2CE568: hue angle of 139.46º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CE568 is Cyan = 0.81, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 44 | 229 | 104 | - |
| CMYK | 0.81 | 0 | 0.55 | 0.10 |
| HSL | 139.46º | 0.78% | 0.54% | - |
| HSV(B) | 139.46º | 0.81% | 0.9% | - |
| XYZ | 31.56 | 57.57 | 22.55 | - |
| YUV | 159.44 | 96.71 | 45.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 229 | 104 | 0.81 | 0 | 0.55 | 0.10 | 139.46 | 0.78 | 0.54 |
| Hex | 2C | E5 | 68 | 51 | 0 | 37 | A | 8B | 4E | 36 |
| Octal | 54 | 345 | 150 | 121 | 0 | 67 | 12 | 213 | 116 | 66 |
| Binary | 101100 | 11100101 | 1101000 | 1010001 | 0 | 110111 | 1010 | 10001011 | 1001110 | 110110 |
Color Harmonies of #2CE568
Complementary color
Monochromatic Colors of #2CE568
Black with #2CE568
Text Example
Text Example
White with #2CE568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE568; }
p { color: rgb(44,229,104); }
H1.HeaderClassName
{
color: #2CE568;
}
.AnyTagClassName
{
color: #2CE568;
}
</style>
background-color css
<style>
a { background-color: #2CE568; }
a { background-color: rgb(44,229,104); }
div.DivClassName
{
background-color: #2CE568;
}
.BgClassName
{
background-color: #2CE568;
}
</style>
border-color css
<style>
span { border-color: #2CE568; }
span { border-color: rgb(44,229,104); }
td.TdClassName
{
border-color: #2CE568;
}
.TagClassName
{
border-color: #2CE568;
}
</style>