Shades of Malachite #2CF46A
Tints of Malachite #2CF46A
RGB
CMYK
RGB Variations
Color information
#2CF46A (or 0x2CF46A) is known color: Malachite. HEX triplet: 2C, F4 and 6A. RGB value is (44,244,106). Sum of RGB (Red+Green+Blue) = 44+244+106=394 (52% of max value = 765). Red value is 44 (17.58% from 255 or 11.17% from 394); Green value is 244 (95.70% from 255 or 61.93% from 394); Blue value is 106 (41.80% from 255 or 26.90% from 394); Max value from RGB is 244 - color contains mainly: green. Hex color #2CF46A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CF46A is #D30B95. Grayscale: #A8A8A8. Windows color (decimal): -13831062 or 7009324. OLE color: 7009324.
HSL color Cylindrical-coordinate representation of color #2CF46A: hue angle of 138.6º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CF46A is Cyan = 0.82, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 44 | 244 | 106 | - |
| CMYK | 0.82 | 0 | 0.57 | 0.04 |
| HSL | 138.6º | 0.9% | 0.56% | - |
| HSV(B) | 138.6º | 0.82% | 0.96% | - |
| XYZ | 35.99 | 66.28 | 24.53 | - |
| YUV | 168.47 | 92.74 | 39.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 244 | 106 | 0.82 | 0 | 0.57 | 0.04 | 138.6 | 0.9 | 0.56 |
| Hex | 2C | F4 | 6A | 52 | 0 | 39 | 4 | 8B | 5A | 38 |
| Octal | 54 | 364 | 152 | 122 | 0 | 71 | 4 | 213 | 132 | 70 |
| Binary | 101100 | 11110100 | 1101010 | 1010010 | 0 | 111001 | 100 | 10001011 | 1011010 | 111000 |
Color Harmonies of #2CF46A
Complementary color
Monochromatic Colors of #2CF46A
Black with #2CF46A
Text Example
Text Example
White with #2CF46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF46A; }
p { color: rgb(44,244,106); }
H1.HeaderClassName
{
color: #2CF46A;
}
.AnyTagClassName
{
color: #2CF46A;
}
</style>
background-color css
<style>
a { background-color: #2CF46A; }
a { background-color: rgb(44,244,106); }
div.DivClassName
{
background-color: #2CF46A;
}
.BgClassName
{
background-color: #2CF46A;
}
</style>
border-color css
<style>
span { border-color: #2CF46A; }
span { border-color: rgb(44,244,106); }
td.TdClassName
{
border-color: #2CF46A;
}
.TagClassName
{
border-color: #2CF46A;
}
</style>