Shades of Malachite #2CFF57
Tints of Malachite #2CFF57
RGB
CMYK
RGB Variations
Color information
#2CFF57 (or 0x2CFF57) is known color: Malachite. HEX triplet: 2C, FF and 57. RGB value is (44,255,87). Sum of RGB (Red+Green+Blue) = 44+255+87=386 (51% of max value = 765). Red value is 44 (17.58% from 255 or 11.40% from 386); Green value is 255 (100% from 255 or 66.06% from 386); Blue value is 87 (34.38% from 255 or 22.54% from 386); Max value from RGB is 255 - color contains mainly: green. Hex color #2CFF57 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CFF57 is #D300A8. Grayscale: #ADADAD. Windows color (decimal): -13828265 or 5766956. OLE color: 5766956.
HSL color Cylindrical-coordinate representation of color #2CFF57: hue angle of 132.23º 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 #2CFF57 is Cyan = 0.83, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 44 | 255 | 87 | - |
| CMYK | 0.83 | 0 | 0.66 | 0 |
| HSL | 132.23º | 1% | 0.59% | - |
| HSV(B) | 132.23º | 0.83% | 1% | - |
| XYZ | 38.52 | 72.74 | 21.03 | - |
| YUV | 172.76 | 79.6 | 36.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 255 | 87 | 0.83 | 0 | 0.66 | 0 | 132.23 | 1 | 0.59 |
| Hex | 2C | FF | 57 | 53 | 0 | 42 | 0 | 84 | 64 | 3B |
| Octal | 54 | 377 | 127 | 123 | 0 | 102 | 0 | 204 | 144 | 73 |
| Binary | 101100 | 11111111 | 1010111 | 1010011 | 0 | 1000010 | 0 | 10000100 | 1100100 | 111011 |
Color Harmonies of #2CFF57
Complementary color
Monochromatic Colors of #2CFF57
Black with #2CFF57
Text Example
Text Example
White with #2CFF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFF57; }
p { color: rgb(44,255,87); }
H1.HeaderClassName
{
color: #2CFF57;
}
.AnyTagClassName
{
color: #2CFF57;
}
</style>
background-color css
<style>
a { background-color: #2CFF57; }
a { background-color: rgb(44,255,87); }
div.DivClassName
{
background-color: #2CFF57;
}
.BgClassName
{
background-color: #2CFF57;
}
</style>
border-color css
<style>
span { border-color: #2CFF57; }
span { border-color: rgb(44,255,87); }
td.TdClassName
{
border-color: #2CFF57;
}
.TagClassName
{
border-color: #2CFF57;
}
</style>