Shades of Malachite #2FDC59
Tints of Malachite #2FDC59
RGB
CMYK
RGB Variations
Color information
#2FDC59 (or 0x2FDC59) is known color: Malachite. HEX triplet: 2F, DC and 59. RGB value is (47,220,89). Sum of RGB (Red+Green+Blue) = 47+220+89=356 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.20% from 356); Green value is 220 (86.33% from 255 or 61.80% from 356); Blue value is 89 (35.16% from 255 or 25% from 356); Max value from RGB is 220 - color contains mainly: green. Hex color #2FDC59 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FDC59 is #D023A6. Grayscale: #999999. Windows color (decimal): -13640615 or 5889071. OLE color: 5889071.
HSL color Cylindrical-coordinate representation of color #2FDC59: hue angle of 134.57º 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 #2FDC59 is Cyan = 0.79, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 47 | 220 | 89 | - |
| CMYK | 0.79 | 0 | 0.60 | 0.14 |
| HSL | 134.57º | 0.71% | 0.52% | - |
| HSV(B) | 134.57º | 0.79% | 0.86% | - |
| XYZ | 28.57 | 52.51 | 18.08 | - |
| YUV | 153.34 | 91.69 | 52.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 220 | 89 | 0.79 | 0 | 0.60 | 0.14 | 134.57 | 0.71 | 0.52 |
| Hex | 2F | DC | 59 | 4F | 0 | 3C | E | 87 | 47 | 34 |
| Octal | 57 | 334 | 131 | 117 | 0 | 74 | 16 | 207 | 107 | 64 |
| Binary | 101111 | 11011100 | 1011001 | 1001111 | 0 | 111100 | 1110 | 10000111 | 1000111 | 110100 |
Color Harmonies of #2FDC59
Complementary color
Monochromatic Colors of #2FDC59
Black with #2FDC59
Text Example
Text Example
White with #2FDC59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDC59; }
p { color: rgb(47,220,89); }
H1.HeaderClassName
{
color: #2FDC59;
}
.AnyTagClassName
{
color: #2FDC59;
}
</style>
background-color css
<style>
a { background-color: #2FDC59; }
a { background-color: rgb(47,220,89); }
div.DivClassName
{
background-color: #2FDC59;
}
.BgClassName
{
background-color: #2FDC59;
}
</style>
border-color css
<style>
span { border-color: #2FDC59; }
span { border-color: rgb(47,220,89); }
td.TdClassName
{
border-color: #2FDC59;
}
.TagClassName
{
border-color: #2FDC59;
}
</style>