Shades of Malachite #2CE955
Tints of Malachite #2CE955
RGB
CMYK
RGB Variations
Color information
#2CE955 (or 0x2CE955) is known color: Malachite. HEX triplet: 2C, E9 and 55. RGB value is (44,233,85). Sum of RGB (Red+Green+Blue) = 44+233+85=362 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.15% from 362); Green value is 233 (91.41% from 255 or 64.36% from 362); Blue value is 85 (33.59% from 255 or 23.48% from 362); Max value from RGB is 233 - color contains mainly: green. Hex color #2CE955 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CE955 is #D316AA. Grayscale: #A0A0A0. Windows color (decimal): -13833899 or 5630252. OLE color: 5630252.
HSL color Cylindrical-coordinate representation of color #2CE955: hue angle of 133.02º 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 #2CE955 is Cyan = 0.81, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 44 | 233 | 85 | - |
| CMYK | 0.81 | 0 | 0.64 | 0.09 |
| HSL | 133.02º | 0.81% | 0.54% | - |
| HSV(B) | 133.02º | 0.81% | 0.91% | - |
| XYZ | 31.82 | 59.47 | 18.4 | - |
| YUV | 159.62 | 85.88 | 45.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 233 | 85 | 0.81 | 0 | 0.64 | 0.09 | 133.02 | 0.81 | 0.54 |
| Hex | 2C | E9 | 55 | 51 | 0 | 40 | 9 | 85 | 51 | 36 |
| Octal | 54 | 351 | 125 | 121 | 0 | 100 | 11 | 205 | 121 | 66 |
| Binary | 101100 | 11101001 | 1010101 | 1010001 | 0 | 1000000 | 1001 | 10000101 | 1010001 | 110110 |
Color Harmonies of #2CE955
Complementary color
Monochromatic Colors of #2CE955
Black with #2CE955
Text Example
Text Example
White with #2CE955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE955; }
p { color: rgb(44,233,85); }
H1.HeaderClassName
{
color: #2CE955;
}
.AnyTagClassName
{
color: #2CE955;
}
</style>
background-color css
<style>
a { background-color: #2CE955; }
a { background-color: rgb(44,233,85); }
div.DivClassName
{
background-color: #2CE955;
}
.BgClassName
{
background-color: #2CE955;
}
</style>
border-color css
<style>
span { border-color: #2CE955; }
span { border-color: rgb(44,233,85); }
td.TdClassName
{
border-color: #2CE955;
}
.TagClassName
{
border-color: #2CE955;
}
</style>