Shades of Malachite #2CE94F
Tints of Malachite #2CE94F
RGB
CMYK
RGB Variations
Color information
#2CE94F (or 0x2CE94F) is known color: Malachite. HEX triplet: 2C, E9 and 4F. RGB value is (44,233,79). Sum of RGB (Red+Green+Blue) = 44+233+79=356 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.36% from 356); Green value is 233 (91.41% from 255 or 65.45% from 356); Blue value is 79 (31.25% from 255 or 22.19% from 356); Max value from RGB is 233 - color contains mainly: green. Hex color #2CE94F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CE94F is #D316B0. Grayscale: #9F9F9F. Windows color (decimal): -13833905 or 5237036. OLE color: 5237036.
HSL color Cylindrical-coordinate representation of color #2CE94F: hue angle of 131.11º degrees, saturation: 0.81, 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 #2CE94F is Cyan = 0.81, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 44 | 233 | 79 | - |
| CMYK | 0.81 | 0 | 0.66 | 0.09 |
| HSL | 131.11º | 0.81% | 0.54% | - |
| HSV(B) | 131.11º | 0.81% | 0.91% | - |
| XYZ | 31.59 | 59.38 | 17.19 | - |
| YUV | 158.93 | 82.88 | 46.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 233 | 79 | 0.81 | 0 | 0.66 | 0.09 | 131.11 | 0.81 | 0.54 |
| Hex | 2C | E9 | 4F | 51 | 0 | 42 | 9 | 83 | 51 | 36 |
| Octal | 54 | 351 | 117 | 121 | 0 | 102 | 11 | 203 | 121 | 66 |
| Binary | 101100 | 11101001 | 1001111 | 1010001 | 0 | 1000010 | 1001 | 10000011 | 1010001 | 110110 |
Color Harmonies of #2CE94F
Complementary color
Monochromatic Colors of #2CE94F
Black with #2CE94F
Text Example
Text Example
White with #2CE94F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE94F; }
p { color: rgb(44,233,79); }
H1.HeaderClassName
{
color: #2CE94F;
}
.AnyTagClassName
{
color: #2CE94F;
}
</style>
background-color css
<style>
a { background-color: #2CE94F; }
a { background-color: rgb(44,233,79); }
div.DivClassName
{
background-color: #2CE94F;
}
.BgClassName
{
background-color: #2CE94F;
}
</style>
border-color css
<style>
span { border-color: #2CE94F; }
span { border-color: rgb(44,233,79); }
td.TdClassName
{
border-color: #2CE94F;
}
.TagClassName
{
border-color: #2CE94F;
}
</style>