Shades of Malachite #2CE750
Tints of Malachite #2CE750
RGB
CMYK
RGB Variations
Color information
#2CE750 (or 0x2CE750) is known color: Malachite. HEX triplet: 2C, E7 and 50. RGB value is (44,231,80). Sum of RGB (Red+Green+Blue) = 44+231+80=355 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.39% from 355); Green value is 231 (90.62% from 255 or 65.07% from 355); Blue value is 80 (31.64% from 255 or 22.54% from 355); Max value from RGB is 231 - color contains mainly: green. Hex color #2CE750 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CE750 is #D318AF. Grayscale: #9E9E9E. Windows color (decimal): -13834416 or 5302060. OLE color: 5302060.
HSL color Cylindrical-coordinate representation of color #2CE750: hue angle of 131.55º 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 #2CE750 is Cyan = 0.81, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 44 | 231 | 80 | - |
| CMYK | 0.81 | 0 | 0.65 | 0.09 |
| HSL | 131.55º | 0.8% | 0.54% | - |
| HSV(B) | 131.55º | 0.81% | 0.91% | - |
| XYZ | 31.06 | 58.27 | 17.2 | - |
| YUV | 157.87 | 84.05 | 46.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 231 | 80 | 0.81 | 0 | 0.65 | 0.09 | 131.55 | 0.8 | 0.54 |
| Hex | 2C | E7 | 50 | 51 | 0 | 41 | 9 | 84 | 50 | 36 |
| Octal | 54 | 347 | 120 | 121 | 0 | 101 | 11 | 204 | 120 | 66 |
| Binary | 101100 | 11100111 | 1010000 | 1010001 | 0 | 1000001 | 1001 | 10000100 | 1010000 | 110110 |
Color Harmonies of #2CE750
Complementary color
Monochromatic Colors of #2CE750
Black with #2CE750
Text Example
Text Example
White with #2CE750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE750; }
p { color: rgb(44,231,80); }
H1.HeaderClassName
{
color: #2CE750;
}
.AnyTagClassName
{
color: #2CE750;
}
</style>
background-color css
<style>
a { background-color: #2CE750; }
a { background-color: rgb(44,231,80); }
div.DivClassName
{
background-color: #2CE750;
}
.BgClassName
{
background-color: #2CE750;
}
</style>
border-color css
<style>
span { border-color: #2CE750; }
span { border-color: rgb(44,231,80); }
td.TdClassName
{
border-color: #2CE750;
}
.TagClassName
{
border-color: #2CE750;
}
</style>