Shades of Malachite #2CFF54
Tints of Malachite #2CFF54
RGB
CMYK
RGB Variations
Color information
#2CFF54 (or 0x2CFF54) is known color: Malachite. HEX triplet: 2C, FF and 54. RGB value is (44,255,84). Sum of RGB (Red+Green+Blue) = 44+255+84=383 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.49% from 383); Green value is 255 (100% from 255 or 66.58% from 383); Blue value is 84 (33.20% from 255 or 21.93% from 383); Max value from RGB is 255 - color contains mainly: green. Hex color #2CFF54 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CFF54 is #D300AB. Grayscale: #ACACAC. Windows color (decimal): -13828268 or 5570348. OLE color: 5570348.
HSL color Cylindrical-coordinate representation of color #2CFF54: hue angle of 131.37º 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 #2CFF54 is Cyan = 0.83, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 44 | 255 | 84 | - |
| CMYK | 0.83 | 0 | 0.67 | 0 |
| HSL | 131.37º | 1% | 0.59% | - |
| HSV(B) | 131.37º | 0.83% | 1% | - |
| XYZ | 38.4 | 72.7 | 20.4 | - |
| YUV | 172.42 | 78.1 | 36.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 255 | 84 | 0.83 | 0 | 0.67 | 0 | 131.37 | 1 | 0.59 |
| Hex | 2C | FF | 54 | 53 | 0 | 43 | 0 | 83 | 64 | 3B |
| Octal | 54 | 377 | 124 | 123 | 0 | 103 | 0 | 203 | 144 | 73 |
| Binary | 101100 | 11111111 | 1010100 | 1010011 | 0 | 1000011 | 0 | 10000011 | 1100100 | 111011 |
Color Harmonies of #2CFF54
Complementary color
Monochromatic Colors of #2CFF54
Black with #2CFF54
Text Example
Text Example
White with #2CFF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFF54; }
p { color: rgb(44,255,84); }
H1.HeaderClassName
{
color: #2CFF54;
}
.AnyTagClassName
{
color: #2CFF54;
}
</style>
background-color css
<style>
a { background-color: #2CFF54; }
a { background-color: rgb(44,255,84); }
div.DivClassName
{
background-color: #2CFF54;
}
.BgClassName
{
background-color: #2CFF54;
}
</style>
border-color css
<style>
span { border-color: #2CFF54; }
span { border-color: rgb(44,255,84); }
td.TdClassName
{
border-color: #2CFF54;
}
.TagClassName
{
border-color: #2CFF54;
}
</style>