Shades of Malachite #2FDC55
Tints of Malachite #2FDC55
RGB
CMYK
RGB Variations
Color information
#2FDC55 (or 0x2FDC55) is known color: Malachite. HEX triplet: 2F, DC and 55. RGB value is (47,220,85). Sum of RGB (Red+Green+Blue) = 47+220+85=352 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.35% from 352); Green value is 220 (86.33% from 255 or 62.5% from 352); Blue value is 85 (33.59% from 255 or 24.15% from 352); Max value from RGB is 220 - color contains mainly: green. Hex color #2FDC55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FDC55 is #D023AA. Grayscale: #999999. Windows color (decimal): -13640619 or 5626927. OLE color: 5626927.
HSL color Cylindrical-coordinate representation of color #2FDC55: hue angle of 133.18º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FDC55 is Cyan = 0.79, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 47 | 220 | 85 | - |
| CMYK | 0.79 | 0 | 0.61 | 0.14 |
| HSL | 133.18º | 0.71% | 0.52% | - |
| HSV(B) | 133.18º | 0.79% | 0.86% | - |
| XYZ | 28.41 | 52.45 | 17.22 | - |
| YUV | 152.88 | 89.69 | 52.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 220 | 85 | 0.79 | 0 | 0.61 | 0.14 | 133.18 | 0.71 | 0.52 |
| Hex | 2F | DC | 55 | 4F | 0 | 3D | E | 85 | 47 | 34 |
| Octal | 57 | 334 | 125 | 117 | 0 | 75 | 16 | 205 | 107 | 64 |
| Binary | 101111 | 11011100 | 1010101 | 1001111 | 0 | 111101 | 1110 | 10000101 | 1000111 | 110100 |
Color Harmonies of #2FDC55
Complementary color
Monochromatic Colors of #2FDC55
Black with #2FDC55
Text Example
Text Example
White with #2FDC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDC55; }
p { color: rgb(47,220,85); }
H1.HeaderClassName
{
color: #2FDC55;
}
.AnyTagClassName
{
color: #2FDC55;
}
</style>
background-color css
<style>
a { background-color: #2FDC55; }
a { background-color: rgb(47,220,85); }
div.DivClassName
{
background-color: #2FDC55;
}
.BgClassName
{
background-color: #2FDC55;
}
</style>
border-color css
<style>
span { border-color: #2FDC55; }
span { border-color: rgb(47,220,85); }
td.TdClassName
{
border-color: #2FDC55;
}
.TagClassName
{
border-color: #2FDC55;
}
</style>