Shades of Malachite #2CE058
Tints of Malachite #2CE058
RGB
CMYK
RGB Variations
Color information
#2CE058 (or 0x2CE058) is known color: Malachite. HEX triplet: 2C, E0 and 58. RGB value is (44,224,88). Sum of RGB (Red+Green+Blue) = 44+224+88=356 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.36% from 356); Green value is 224 (87.89% from 255 or 62.92% from 356); Blue value is 88 (34.77% from 255 or 24.72% from 356); Max value from RGB is 224 - color contains mainly: green. Hex color #2CE058 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CE058 is #D31FA7. Grayscale: #9B9B9B. Windows color (decimal): -13836200 or 5824556. OLE color: 5824556.
HSL color Cylindrical-coordinate representation of color #2CE058: hue angle of 134.67º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CE058 is Cyan = 0.80, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 44 | 224 | 88 | - |
| CMYK | 0.80 | 0 | 0.61 | 0.12 |
| HSL | 134.67º | 0.74% | 0.53% | - |
| HSV(B) | 134.67º | 0.8% | 0.88% | - |
| XYZ | 29.46 | 54.55 | 18.21 | - |
| YUV | 154.68 | 90.37 | 49.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 224 | 88 | 0.80 | 0 | 0.61 | 0.12 | 134.67 | 0.74 | 0.53 |
| Hex | 2C | E0 | 58 | 50 | 0 | 3D | C | 87 | 4A | 35 |
| Octal | 54 | 340 | 130 | 120 | 0 | 75 | 14 | 207 | 112 | 65 |
| Binary | 101100 | 11100000 | 1011000 | 1010000 | 0 | 111101 | 1100 | 10000111 | 1001010 | 110101 |
Color Harmonies of #2CE058
Complementary color
Monochromatic Colors of #2CE058
Black with #2CE058
Text Example
Text Example
White with #2CE058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE058; }
p { color: rgb(44,224,88); }
H1.HeaderClassName
{
color: #2CE058;
}
.AnyTagClassName
{
color: #2CE058;
}
</style>
background-color css
<style>
a { background-color: #2CE058; }
a { background-color: rgb(44,224,88); }
div.DivClassName
{
background-color: #2CE058;
}
.BgClassName
{
background-color: #2CE058;
}
</style>
border-color css
<style>
span { border-color: #2CE058; }
span { border-color: rgb(44,224,88); }
td.TdClassName
{
border-color: #2CE058;
}
.TagClassName
{
border-color: #2CE058;
}
</style>