Shades of Malachite #2CF062
Tints of Malachite #2CF062
RGB
CMYK
RGB Variations
Color information
#2CF062 (or 0x2CF062) is known color: Malachite. HEX triplet: 2C, F0 and 62. RGB value is (44,240,98). Sum of RGB (Red+Green+Blue) = 44+240+98=382 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.52% from 382); Green value is 240 (94.14% from 255 or 62.83% from 382); Blue value is 98 (38.67% from 255 or 25.65% from 382); Max value from RGB is 240 - color contains mainly: green. Hex color #2CF062 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CF062 is #D30F9D. Grayscale: #A5A5A5. Windows color (decimal): -13832094 or 6484012. OLE color: 6484012.
HSL color Cylindrical-coordinate representation of color #2CF062: hue angle of 136.53º 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 #2CF062 is Cyan = 0.82, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 44 | 240 | 98 | - |
| CMYK | 0.82 | 0 | 0.59 | 0.06 |
| HSL | 136.53º | 0.87% | 0.56% | - |
| HSV(B) | 136.53º | 0.82% | 0.94% | - |
| XYZ | 34.4 | 63.74 | 22.04 | - |
| YUV | 165.21 | 90.07 | 41.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 240 | 98 | 0.82 | 0 | 0.59 | 0.06 | 136.53 | 0.87 | 0.56 |
| Hex | 2C | F0 | 62 | 52 | 0 | 3B | 6 | 89 | 57 | 38 |
| Octal | 54 | 360 | 142 | 122 | 0 | 73 | 6 | 211 | 127 | 70 |
| Binary | 101100 | 11110000 | 1100010 | 1010010 | 0 | 111011 | 110 | 10001001 | 1010111 | 111000 |
Color Harmonies of #2CF062
Complementary color
Monochromatic Colors of #2CF062
Black with #2CF062
Text Example
Text Example
White with #2CF062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF062; }
p { color: rgb(44,240,98); }
H1.HeaderClassName
{
color: #2CF062;
}
.AnyTagClassName
{
color: #2CF062;
}
</style>
background-color css
<style>
a { background-color: #2CF062; }
a { background-color: rgb(44,240,98); }
div.DivClassName
{
background-color: #2CF062;
}
.BgClassName
{
background-color: #2CF062;
}
</style>
border-color css
<style>
span { border-color: #2CF062; }
span { border-color: rgb(44,240,98); }
td.TdClassName
{
border-color: #2CF062;
}
.TagClassName
{
border-color: #2CF062;
}
</style>