Shades of Malachite #2CE952
Tints of Malachite #2CE952
RGB
CMYK
RGB Variations
Color information
#2CE952 (or 0x2CE952) is known color: Malachite. HEX triplet: 2C, E9 and 52. RGB value is (44,233,82). Sum of RGB (Red+Green+Blue) = 44+233+82=359 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.26% from 359); Green value is 233 (91.41% from 255 or 64.90% from 359); Blue value is 82 (32.42% from 255 or 22.84% from 359); Max value from RGB is 233 - color contains mainly: green. Hex color #2CE952 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CE952 is #D316AD. Grayscale: #9F9F9F. Windows color (decimal): -13833902 or 5433644. OLE color: 5433644.
HSL color Cylindrical-coordinate representation of color #2CE952: hue angle of 132.06º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CE952 is Cyan = 0.81, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 44 | 233 | 82 | - |
| CMYK | 0.81 | 0 | 0.65 | 0.09 |
| HSL | 132.06º | 0.81% | 0.54% | - |
| HSV(B) | 132.06º | 0.81% | 0.91% | - |
| XYZ | 31.7 | 59.42 | 17.78 | - |
| YUV | 159.28 | 84.38 | 45.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 233 | 82 | 0.81 | 0 | 0.65 | 0.09 | 132.06 | 0.81 | 0.54 |
| Hex | 2C | E9 | 52 | 51 | 0 | 41 | 9 | 84 | 51 | 36 |
| Octal | 54 | 351 | 122 | 121 | 0 | 101 | 11 | 204 | 121 | 66 |
| Binary | 101100 | 11101001 | 1010010 | 1010001 | 0 | 1000001 | 1001 | 10000100 | 1010001 | 110110 |
Color Harmonies of #2CE952
Complementary color
Monochromatic Colors of #2CE952
Black with #2CE952
Text Example
Text Example
White with #2CE952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE952; }
p { color: rgb(44,233,82); }
H1.HeaderClassName
{
color: #2CE952;
}
.AnyTagClassName
{
color: #2CE952;
}
</style>
background-color css
<style>
a { background-color: #2CE952; }
a { background-color: rgb(44,233,82); }
div.DivClassName
{
background-color: #2CE952;
}
.BgClassName
{
background-color: #2CE952;
}
</style>
border-color css
<style>
span { border-color: #2CE952; }
span { border-color: rgb(44,233,82); }
td.TdClassName
{
border-color: #2CE952;
}
.TagClassName
{
border-color: #2CE952;
}
</style>