Shades of Malachite #2CE65F
Tints of Malachite #2CE65F
RGB
CMYK
RGB Variations
Color information
#2CE65F (or 0x2CE65F) is known color: Malachite. HEX triplet: 2C, E6 and 5F. RGB value is (44,230,95). Sum of RGB (Red+Green+Blue) = 44+230+95=369 (48% of max value = 765). Red value is 44 (17.58% from 255 or 11.92% from 369); Green value is 230 (90.23% from 255 or 62.33% from 369); Blue value is 95 (37.5% from 255 or 25.75% from 369); Max value from RGB is 230 - color contains mainly: green. Hex color #2CE65F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CE65F is #D319A0. Grayscale: #9F9F9F. Windows color (decimal): -13834657 or 6284844. OLE color: 6284844.
HSL color Cylindrical-coordinate representation of color #2CE65F: hue angle of 136.45º 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 #2CE65F is Cyan = 0.81, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 44 | 230 | 95 | - |
| CMYK | 0.81 | 0 | 0.59 | 0.10 |
| HSL | 136.45º | 0.79% | 0.54% | - |
| HSV(B) | 136.45º | 0.81% | 0.9% | - |
| XYZ | 31.4 | 57.96 | 20.36 | - |
| YUV | 159 | 91.88 | 45.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 230 | 95 | 0.81 | 0 | 0.59 | 0.10 | 136.45 | 0.79 | 0.54 |
| Hex | 2C | E6 | 5F | 51 | 0 | 3B | A | 88 | 4F | 36 |
| Octal | 54 | 346 | 137 | 121 | 0 | 73 | 12 | 210 | 117 | 66 |
| Binary | 101100 | 11100110 | 1011111 | 1010001 | 0 | 111011 | 1010 | 10001000 | 1001111 | 110110 |
Color Harmonies of #2CE65F
Complementary color
Monochromatic Colors of #2CE65F
Black with #2CE65F
Text Example
Text Example
White with #2CE65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE65F; }
p { color: rgb(44,230,95); }
H1.HeaderClassName
{
color: #2CE65F;
}
.AnyTagClassName
{
color: #2CE65F;
}
</style>
background-color css
<style>
a { background-color: #2CE65F; }
a { background-color: rgb(44,230,95); }
div.DivClassName
{
background-color: #2CE65F;
}
.BgClassName
{
background-color: #2CE65F;
}
</style>
border-color css
<style>
span { border-color: #2CE65F; }
span { border-color: rgb(44,230,95); }
td.TdClassName
{
border-color: #2CE65F;
}
.TagClassName
{
border-color: #2CE65F;
}
</style>