Shades of Malachite #2CF054
Tints of Malachite #2CF054
RGB
CMYK
RGB Variations
Color information
#2CF054 (or 0x2CF054) is known color: Malachite. HEX triplet: 2C, F0 and 54. RGB value is (44,240,84). Sum of RGB (Red+Green+Blue) = 44+240+84=368 (48% of max value = 765). Red value is 44 (17.58% from 255 or 11.96% from 368); Green value is 240 (94.14% from 255 or 65.22% from 368); Blue value is 84 (33.20% from 255 or 22.83% from 368); Max value from RGB is 240 - color contains mainly: green. Hex color #2CF054 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CF054 is #D30FAB. Grayscale: #A4A4A4. Windows color (decimal): -13832108 or 5566508. OLE color: 5566508.
HSL color Cylindrical-coordinate representation of color #2CF054: hue angle of 132.24º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CF054 is Cyan = 0.82, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 44 | 240 | 84 | - |
| CMYK | 0.82 | 0 | 0.65 | 0.06 |
| HSL | 132.24º | 0.87% | 0.56% | - |
| HSV(B) | 132.24º | 0.82% | 0.94% | - |
| XYZ | 33.8 | 63.5 | 18.86 | - |
| YUV | 163.61 | 83.07 | 42.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 240 | 84 | 0.82 | 0 | 0.65 | 0.06 | 132.24 | 0.87 | 0.56 |
| Hex | 2C | F0 | 54 | 52 | 0 | 41 | 6 | 84 | 57 | 38 |
| Octal | 54 | 360 | 124 | 122 | 0 | 101 | 6 | 204 | 127 | 70 |
| Binary | 101100 | 11110000 | 1010100 | 1010010 | 0 | 1000001 | 110 | 10000100 | 1010111 | 111000 |
Color Harmonies of #2CF054
Complementary color
Monochromatic Colors of #2CF054
Black with #2CF054
Text Example
Text Example
White with #2CF054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF054; }
p { color: rgb(44,240,84); }
H1.HeaderClassName
{
color: #2CF054;
}
.AnyTagClassName
{
color: #2CF054;
}
</style>
background-color css
<style>
a { background-color: #2CF054; }
a { background-color: rgb(44,240,84); }
div.DivClassName
{
background-color: #2CF054;
}
.BgClassName
{
background-color: #2CF054;
}
</style>
border-color css
<style>
span { border-color: #2CF054; }
span { border-color: rgb(44,240,84); }
td.TdClassName
{
border-color: #2CF054;
}
.TagClassName
{
border-color: #2CF054;
}
</style>