Shades of Malachite #2CE75E
Tints of Malachite #2CE75E
RGB
CMYK
RGB Variations
Color information
#2CE75E (or 0x2CE75E) is known color: Malachite. HEX triplet: 2C, E7 and 5E. RGB value is (44,231,94). Sum of RGB (Red+Green+Blue) = 44+231+94=369 (48% of max value = 765). Red value is 44 (17.58% from 255 or 11.92% from 369); Green value is 231 (90.62% from 255 or 62.60% from 369); Blue value is 94 (37.11% from 255 or 25.47% from 369); Max value from RGB is 231 - color contains mainly: green. Hex color #2CE75E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CE75E is #D318A1. Grayscale: #9F9F9F. Windows color (decimal): -13834402 or 6219564. OLE color: 6219564.
HSL color Cylindrical-coordinate representation of color #2CE75E: hue angle of 136.04º degrees, saturation: 0.8, 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 #2CE75E is Cyan = 0.81, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 44 | 231 | 94 | - |
| CMYK | 0.81 | 0 | 0.59 | 0.09 |
| HSL | 136.04º | 0.8% | 0.54% | - |
| HSV(B) | 136.04º | 0.81% | 0.91% | - |
| XYZ | 31.64 | 58.5 | 20.21 | - |
| YUV | 159.47 | 91.05 | 45.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 231 | 94 | 0.81 | 0 | 0.59 | 0.09 | 136.04 | 0.8 | 0.54 |
| Hex | 2C | E7 | 5E | 51 | 0 | 3B | 9 | 88 | 50 | 36 |
| Octal | 54 | 347 | 136 | 121 | 0 | 73 | 11 | 210 | 120 | 66 |
| Binary | 101100 | 11100111 | 1011110 | 1010001 | 0 | 111011 | 1001 | 10001000 | 1010000 | 110110 |
Color Harmonies of #2CE75E
Complementary color
Monochromatic Colors of #2CE75E
Black with #2CE75E
Text Example
Text Example
White with #2CE75E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE75E; }
p { color: rgb(44,231,94); }
H1.HeaderClassName
{
color: #2CE75E;
}
.AnyTagClassName
{
color: #2CE75E;
}
</style>
background-color css
<style>
a { background-color: #2CE75E; }
a { background-color: rgb(44,231,94); }
div.DivClassName
{
background-color: #2CE75E;
}
.BgClassName
{
background-color: #2CE75E;
}
</style>
border-color css
<style>
span { border-color: #2CE75E; }
span { border-color: rgb(44,231,94); }
td.TdClassName
{
border-color: #2CE75E;
}
.TagClassName
{
border-color: #2CE75E;
}
</style>