Shades of Malachite #2CF05A
Tints of Malachite #2CF05A
RGB
CMYK
RGB Variations
Color information
#2CF05A (or 0x2CF05A) is known color: Malachite. HEX triplet: 2C, F0 and 5A. RGB value is (44,240,90). Sum of RGB (Red+Green+Blue) = 44+240+90=374 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.76% from 374); Green value is 240 (94.14% from 255 or 64.17% from 374); Blue value is 90 (35.55% from 255 or 24.06% from 374); Max value from RGB is 240 - color contains mainly: green. Hex color #2CF05A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CF05A is #D30FA5. Grayscale: #A4A4A4. Windows color (decimal): -13832102 or 5959724. OLE color: 5959724.
HSL color Cylindrical-coordinate representation of color #2CF05A: hue angle of 134.08º 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 #2CF05A is Cyan = 0.82, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 44 | 240 | 90 | - |
| CMYK | 0.82 | 0 | 0.62 | 0.06 |
| HSL | 134.08º | 0.87% | 0.56% | - |
| HSV(B) | 134.08º | 0.82% | 0.94% | - |
| XYZ | 34.04 | 63.59 | 20.15 | - |
| YUV | 164.3 | 86.07 | 42.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 240 | 90 | 0.82 | 0 | 0.62 | 0.06 | 134.08 | 0.87 | 0.56 |
| Hex | 2C | F0 | 5A | 52 | 0 | 3E | 6 | 86 | 57 | 38 |
| Octal | 54 | 360 | 132 | 122 | 0 | 76 | 6 | 206 | 127 | 70 |
| Binary | 101100 | 11110000 | 1011010 | 1010010 | 0 | 111110 | 110 | 10000110 | 1010111 | 111000 |
Color Harmonies of #2CF05A
Complementary color
Monochromatic Colors of #2CF05A
Black with #2CF05A
Text Example
Text Example
White with #2CF05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF05A; }
p { color: rgb(44,240,90); }
H1.HeaderClassName
{
color: #2CF05A;
}
.AnyTagClassName
{
color: #2CF05A;
}
</style>
background-color css
<style>
a { background-color: #2CF05A; }
a { background-color: rgb(44,240,90); }
div.DivClassName
{
background-color: #2CF05A;
}
.BgClassName
{
background-color: #2CF05A;
}
</style>
border-color css
<style>
span { border-color: #2CF05A; }
span { border-color: rgb(44,240,90); }
td.TdClassName
{
border-color: #2CF05A;
}
.TagClassName
{
border-color: #2CF05A;
}
</style>