Shades of Malachite #2CF94E
Tints of Malachite #2CF94E
RGB
CMYK
RGB Variations
Color information
#2CF94E (or 0x2CF94E) is known color: Malachite. HEX triplet: 2C, F9 and 4E. RGB value is (44,249,78). Sum of RGB (Red+Green+Blue) = 44+249+78=371 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.86% from 371); Green value is 249 (97.66% from 255 or 67.12% from 371); Blue value is 78 (30.86% from 255 or 21.02% from 371); Max value from RGB is 249 - color contains mainly: green. Hex color #2CF94E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CF94E is #D306B1. Grayscale: #A8A8A8. Windows color (decimal): -13829810 or 5175596. OLE color: 5175596.
HSL color Cylindrical-coordinate representation of color #2CF94E: hue angle of 129.95º 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 #2CF94E is Cyan = 0.82, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 44 | 249 | 78 | - |
| CMYK | 0.82 | 0 | 0.69 | 0.02 |
| HSL | 129.95º | 0.94% | 0.57% | - |
| HSV(B) | 129.95º | 0.82% | 0.98% | - |
| XYZ | 36.29 | 68.84 | 18.58 | - |
| YUV | 168.21 | 77.08 | 39.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 249 | 78 | 0.82 | 0 | 0.69 | 0.02 | 129.95 | 0.94 | 0.57 |
| Hex | 2C | F9 | 4E | 52 | 0 | 45 | 2 | 82 | 5E | 39 |
| Octal | 54 | 371 | 116 | 122 | 0 | 105 | 2 | 202 | 136 | 71 |
| Binary | 101100 | 11111001 | 1001110 | 1010010 | 0 | 1000101 | 10 | 10000010 | 1011110 | 111001 |
Color Harmonies of #2CF94E
Complementary color
Monochromatic Colors of #2CF94E
Black with #2CF94E
Text Example
Text Example
White with #2CF94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF94E; }
p { color: rgb(44,249,78); }
H1.HeaderClassName
{
color: #2CF94E;
}
.AnyTagClassName
{
color: #2CF94E;
}
</style>
background-color css
<style>
a { background-color: #2CF94E; }
a { background-color: rgb(44,249,78); }
div.DivClassName
{
background-color: #2CF94E;
}
.BgClassName
{
background-color: #2CF94E;
}
</style>
border-color css
<style>
span { border-color: #2CF94E; }
span { border-color: rgb(44,249,78); }
td.TdClassName
{
border-color: #2CF94E;
}
.TagClassName
{
border-color: #2CF94E;
}
</style>