Shades of Malachite #2CF14F
Tints of Malachite #2CF14F
RGB
CMYK
RGB Variations
Color information
#2CF14F (or 0x2CF14F) is known color: Malachite. HEX triplet: 2C, F1 and 4F. RGB value is (44,241,79). Sum of RGB (Red+Green+Blue) = 44+241+79=364 (48% of max value = 765). Red value is 44 (17.58% from 255 or 12.09% from 364); Green value is 241 (94.53% from 255 or 66.21% from 364); Blue value is 79 (31.25% from 255 or 21.70% from 364); Max value from RGB is 241 - color contains mainly: green. Hex color #2CF14F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CF14F is #D30EB0. Grayscale: #A4A4A4. Windows color (decimal): -13831857 or 5239084. OLE color: 5239084.
HSL color Cylindrical-coordinate representation of color #2CF14F: hue angle of 130.66º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CF14F is Cyan = 0.82, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 44 | 241 | 79 | - |
| CMYK | 0.82 | 0 | 0.67 | 0.05 |
| HSL | 130.66º | 0.88% | 0.56% | - |
| HSV(B) | 130.66º | 0.82% | 0.95% | - |
| XYZ | 33.91 | 64.01 | 17.97 | - |
| YUV | 163.63 | 80.23 | 42.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 241 | 79 | 0.82 | 0 | 0.67 | 0.05 | 130.66 | 0.88 | 0.56 |
| Hex | 2C | F1 | 4F | 52 | 0 | 43 | 5 | 83 | 58 | 38 |
| Octal | 54 | 361 | 117 | 122 | 0 | 103 | 5 | 203 | 130 | 70 |
| Binary | 101100 | 11110001 | 1001111 | 1010010 | 0 | 1000011 | 101 | 10000011 | 1011000 | 111000 |
Color Harmonies of #2CF14F
Complementary color
Monochromatic Colors of #2CF14F
Black with #2CF14F
Text Example
Text Example
White with #2CF14F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF14F; }
p { color: rgb(44,241,79); }
H1.HeaderClassName
{
color: #2CF14F;
}
.AnyTagClassName
{
color: #2CF14F;
}
</style>
background-color css
<style>
a { background-color: #2CF14F; }
a { background-color: rgb(44,241,79); }
div.DivClassName
{
background-color: #2CF14F;
}
.BgClassName
{
background-color: #2CF14F;
}
</style>
border-color css
<style>
span { border-color: #2CF14F; }
span { border-color: rgb(44,241,79); }
td.TdClassName
{
border-color: #2CF14F;
}
.TagClassName
{
border-color: #2CF14F;
}
</style>