Shades of Malachite #2CE258
Tints of Malachite #2CE258
RGB
CMYK
RGB Variations
Color information
#2CE258 (or 0x2CE258) is known color: Malachite. HEX triplet: 2C, E2 and 58. RGB value is (44,226,88). Sum of RGB (Red+Green+Blue) = 44+226+88=358 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.29% from 358); Green value is 226 (88.67% from 255 or 63.13% from 358); Blue value is 88 (34.77% from 255 or 24.58% from 358); Max value from RGB is 226 - color contains mainly: green. Hex color #2CE258 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CE258 is #D31DA7. Grayscale: #9C9C9C. Windows color (decimal): -13835688 or 5825068. OLE color: 5825068.
HSL color Cylindrical-coordinate representation of color #2CE258: hue angle of 134.51º degrees, saturation: 0.76, 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 #2CE258 is Cyan = 0.81, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 44 | 226 | 88 | - |
| CMYK | 0.81 | 0 | 0.61 | 0.11 |
| HSL | 134.51º | 0.76% | 0.53% | - |
| HSV(B) | 134.51º | 0.81% | 0.89% | - |
| XYZ | 30 | 55.63 | 18.39 | - |
| YUV | 155.85 | 89.7 | 48.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 226 | 88 | 0.81 | 0 | 0.61 | 0.11 | 134.51 | 0.76 | 0.53 |
| Hex | 2C | E2 | 58 | 51 | 0 | 3D | B | 87 | 4C | 35 |
| Octal | 54 | 342 | 130 | 121 | 0 | 75 | 13 | 207 | 114 | 65 |
| Binary | 101100 | 11100010 | 1011000 | 1010001 | 0 | 111101 | 1011 | 10000111 | 1001100 | 110101 |
Color Harmonies of #2CE258
Complementary color
Monochromatic Colors of #2CE258
Black with #2CE258
Text Example
Text Example
White with #2CE258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE258; }
p { color: rgb(44,226,88); }
H1.HeaderClassName
{
color: #2CE258;
}
.AnyTagClassName
{
color: #2CE258;
}
</style>
background-color css
<style>
a { background-color: #2CE258; }
a { background-color: rgb(44,226,88); }
div.DivClassName
{
background-color: #2CE258;
}
.BgClassName
{
background-color: #2CE258;
}
</style>
border-color css
<style>
span { border-color: #2CE258; }
span { border-color: rgb(44,226,88); }
td.TdClassName
{
border-color: #2CE258;
}
.TagClassName
{
border-color: #2CE258;
}
</style>