Shades of Malachite #2CFA46
Tints of Malachite #2CFA46
RGB
CMYK
RGB Variations
Color information
#2CFA46 (or 0x2CFA46) is known color: Malachite. HEX triplet: 2C, FA and 46. RGB value is (44,250,70). Sum of RGB (Red+Green+Blue) = 44+250+70=364 (48% of max value = 765). Red value is 44 (17.58% from 255 or 12.09% from 364); Green value is 250 (98.05% from 255 or 68.68% from 364); Blue value is 70 (27.73% from 255 or 19.23% from 364); Max value from RGB is 250 - color contains mainly: green. Hex color #2CFA46 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CFA46 is #D305B9. Grayscale: #A8A8A8. Windows color (decimal): -13829562 or 4651564. OLE color: 4651564.
HSL color Cylindrical-coordinate representation of color #2CFA46: hue angle of 127.57º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CFA46 is Cyan = 0.82, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 44 | 250 | 70 | - |
| CMYK | 0.82 | 0 | 0.72 | 0.02 |
| HSL | 127.57º | 0.95% | 0.58% | - |
| HSV(B) | 127.57º | 0.82% | 0.98% | - |
| XYZ | 36.33 | 69.35 | 17.27 | - |
| YUV | 167.89 | 72.75 | 39.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 250 | 70 | 0.82 | 0 | 0.72 | 0.02 | 127.57 | 0.95 | 0.58 |
| Hex | 2C | FA | 46 | 52 | 0 | 48 | 2 | 80 | 5F | 3A |
| Octal | 54 | 372 | 106 | 122 | 0 | 110 | 2 | 200 | 137 | 72 |
| Binary | 101100 | 11111010 | 1000110 | 1010010 | 0 | 1001000 | 10 | 10000000 | 1011111 | 111010 |
Color Harmonies of #2CFA46
Complementary color
Monochromatic Colors of #2CFA46
Black with #2CFA46
Text Example
Text Example
White with #2CFA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFA46; }
p { color: rgb(44,250,70); }
H1.HeaderClassName
{
color: #2CFA46;
}
.AnyTagClassName
{
color: #2CFA46;
}
</style>
background-color css
<style>
a { background-color: #2CFA46; }
a { background-color: rgb(44,250,70); }
div.DivClassName
{
background-color: #2CFA46;
}
.BgClassName
{
background-color: #2CFA46;
}
</style>
border-color css
<style>
span { border-color: #2CFA46; }
span { border-color: rgb(44,250,70); }
td.TdClassName
{
border-color: #2CFA46;
}
.TagClassName
{
border-color: #2CFA46;
}
</style>