Shades of Malachite #2CFF48
Tints of Malachite #2CFF48
RGB
CMYK
RGB Variations
Color information
#2CFF48 (or 0x2CFF48) is known color: Malachite. HEX triplet: 2C, FF and 48. RGB value is (44,255,72). Sum of RGB (Red+Green+Blue) = 44+255+72=371 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.86% from 371); Green value is 255 (100% from 255 or 68.73% from 371); Blue value is 72 (28.52% from 255 or 19.41% from 371); Max value from RGB is 255 - color contains mainly: green. Hex color #2CFF48 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CFF48 is #D300B7. Grayscale: #ABABAB. Windows color (decimal): -13828280 or 4783916. OLE color: 4783916.
HSL color Cylindrical-coordinate representation of color #2CFF48: hue angle of 127.96º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2CFF48 is Cyan = 0.83, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 44 | 255 | 72 | - |
| CMYK | 0.83 | 0 | 0.72 | 0 |
| HSL | 127.96º | 1% | 0.59% | - |
| HSV(B) | 127.96º | 0.83% | 1% | - |
| XYZ | 37.97 | 72.52 | 18.13 | - |
| YUV | 171.05 | 72.1 | 37.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 255 | 72 | 0.83 | 0 | 0.72 | 0 | 127.96 | 1 | 0.59 |
| Hex | 2C | FF | 48 | 53 | 0 | 48 | 0 | 80 | 64 | 3B |
| Octal | 54 | 377 | 110 | 123 | 0 | 110 | 0 | 200 | 144 | 73 |
| Binary | 101100 | 11111111 | 1001000 | 1010011 | 0 | 1001000 | 0 | 10000000 | 1100100 | 111011 |
Color Harmonies of #2CFF48
Complementary color
Monochromatic Colors of #2CFF48
Black with #2CFF48
Text Example
Text Example
White with #2CFF48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFF48; }
p { color: rgb(44,255,72); }
H1.HeaderClassName
{
color: #2CFF48;
}
.AnyTagClassName
{
color: #2CFF48;
}
</style>
background-color css
<style>
a { background-color: #2CFF48; }
a { background-color: rgb(44,255,72); }
div.DivClassName
{
background-color: #2CFF48;
}
.BgClassName
{
background-color: #2CFF48;
}
</style>
border-color css
<style>
span { border-color: #2CFF48; }
span { border-color: rgb(44,255,72); }
td.TdClassName
{
border-color: #2CFF48;
}
.TagClassName
{
border-color: #2CFF48;
}
</style>