Shades of Malachite #2CE65E
Tints of Malachite #2CE65E
RGB
CMYK
RGB Variations
Color information
#2CE65E (or 0x2CE65E) is known color: Malachite. HEX triplet: 2C, E6 and 5E. RGB value is (44,230,94). Sum of RGB (Red+Green+Blue) = 44+230+94=368 (48% of max value = 765). Red value is 44 (17.58% from 255 or 11.96% from 368); Green value is 230 (90.23% from 255 or 62.5% from 368); Blue value is 94 (37.11% from 255 or 25.54% from 368); Max value from RGB is 230 - color contains mainly: green. Hex color #2CE65E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CE65E is #D319A1. Grayscale: #9F9F9F. Windows color (decimal): -13834658 or 6219308. OLE color: 6219308.
HSL color Cylindrical-coordinate representation of color #2CE65E: hue angle of 136.13º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CE65E is Cyan = 0.81, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 44 | 230 | 94 | - |
| CMYK | 0.81 | 0 | 0.59 | 0.10 |
| HSL | 136.13º | 0.79% | 0.54% | - |
| HSV(B) | 136.13º | 0.81% | 0.9% | - |
| XYZ | 31.36 | 57.94 | 20.12 | - |
| YUV | 158.88 | 91.38 | 46.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 230 | 94 | 0.81 | 0 | 0.59 | 0.10 | 136.13 | 0.79 | 0.54 |
| Hex | 2C | E6 | 5E | 51 | 0 | 3B | A | 88 | 4F | 36 |
| Octal | 54 | 346 | 136 | 121 | 0 | 73 | 12 | 210 | 117 | 66 |
| Binary | 101100 | 11100110 | 1011110 | 1010001 | 0 | 111011 | 1010 | 10001000 | 1001111 | 110110 |
Color Harmonies of #2CE65E
Complementary color
Monochromatic Colors of #2CE65E
Black with #2CE65E
Text Example
Text Example
White with #2CE65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE65E; }
p { color: rgb(44,230,94); }
H1.HeaderClassName
{
color: #2CE65E;
}
.AnyTagClassName
{
color: #2CE65E;
}
</style>
background-color css
<style>
a { background-color: #2CE65E; }
a { background-color: rgb(44,230,94); }
div.DivClassName
{
background-color: #2CE65E;
}
.BgClassName
{
background-color: #2CE65E;
}
</style>
border-color css
<style>
span { border-color: #2CE65E; }
span { border-color: rgb(44,230,94); }
td.TdClassName
{
border-color: #2CE65E;
}
.TagClassName
{
border-color: #2CE65E;
}
</style>