Shades of Malachite #2CF95E
Tints of Malachite #2CF95E
RGB
CMYK
RGB Variations
Color information
#2CF95E (or 0x2CF95E) is known color: Malachite. HEX triplet: 2C, F9 and 5E. RGB value is (44,249,94). Sum of RGB (Red+Green+Blue) = 44+249+94=387 (51% of max value = 765). Red value is 44 (17.58% from 255 or 11.37% from 387); Green value is 249 (97.66% from 255 or 64.34% from 387); Blue value is 94 (37.11% from 255 or 24.29% from 387); Max value from RGB is 249 - color contains mainly: green. Hex color #2CF95E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CF95E is #D306A1. Grayscale: #AAAAAA. Windows color (decimal): -13829794 or 6224172. OLE color: 6224172.
HSL color Cylindrical-coordinate representation of color #2CF95E: hue angle of 134.63º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CF95E is Cyan = 0.82, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 44 | 249 | 94 | - |
| CMYK | 0.82 | 0 | 0.62 | 0.02 |
| HSL | 134.63º | 0.94% | 0.57% | - |
| HSV(B) | 134.63º | 0.82% | 0.98% | - |
| XYZ | 36.93 | 69.09 | 21.98 | - |
| YUV | 170.04 | 85.08 | 38.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 249 | 94 | 0.82 | 0 | 0.62 | 0.02 | 134.63 | 0.94 | 0.57 |
| Hex | 2C | F9 | 5E | 52 | 0 | 3E | 2 | 87 | 5E | 39 |
| Octal | 54 | 371 | 136 | 122 | 0 | 76 | 2 | 207 | 136 | 71 |
| Binary | 101100 | 11111001 | 1011110 | 1010010 | 0 | 111110 | 10 | 10000111 | 1011110 | 111001 |
Color Harmonies of #2CF95E
Complementary color
Monochromatic Colors of #2CF95E
Black with #2CF95E
Text Example
Text Example
White with #2CF95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF95E; }
p { color: rgb(44,249,94); }
H1.HeaderClassName
{
color: #2CF95E;
}
.AnyTagClassName
{
color: #2CF95E;
}
</style>
background-color css
<style>
a { background-color: #2CF95E; }
a { background-color: rgb(44,249,94); }
div.DivClassName
{
background-color: #2CF95E;
}
.BgClassName
{
background-color: #2CF95E;
}
</style>
border-color css
<style>
span { border-color: #2CF95E; }
span { border-color: rgb(44,249,94); }
td.TdClassName
{
border-color: #2CF95E;
}
.TagClassName
{
border-color: #2CF95E;
}
</style>