Shades of Malachite #2FDF58
Tints of Malachite #2FDF58
RGB
CMYK
RGB Variations
Color information
#2FDF58 (or 0x2FDF58) is known color: Malachite. HEX triplet: 2F, DF and 58. RGB value is (47,223,88). Sum of RGB (Red+Green+Blue) = 47+223+88=358 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.13% from 358); Green value is 223 (87.5% from 255 or 62.29% from 358); Blue value is 88 (34.77% from 255 or 24.58% from 358); Max value from RGB is 223 - color contains mainly: green. Hex color #2FDF58 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FDF58 is #D020A7. Grayscale: #9B9B9B. Windows color (decimal): -13639848 or 5824303. OLE color: 5824303.
HSL color Cylindrical-coordinate representation of color #2FDF58: hue angle of 133.98º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FDF58 is Cyan = 0.79, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 223 | 88 | - |
| CMYK | 0.79 | 0 | 0.61 | 0.13 |
| HSL | 133.98º | 0.73% | 0.53% | - |
| HSV(B) | 133.98º | 0.79% | 0.87% | - |
| XYZ | 29.32 | 54.08 | 18.13 | - |
| YUV | 154.99 | 90.19 | 50.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 223 | 88 | 0.79 | 0 | 0.61 | 0.13 | 133.98 | 0.73 | 0.53 |
| Hex | 2F | DF | 58 | 4F | 0 | 3D | D | 86 | 49 | 35 |
| Octal | 57 | 337 | 130 | 117 | 0 | 75 | 15 | 206 | 111 | 65 |
| Binary | 101111 | 11011111 | 1011000 | 1001111 | 0 | 111101 | 1101 | 10000110 | 1001001 | 110101 |
Color Harmonies of #2FDF58
Complementary color
Monochromatic Colors of #2FDF58
Black with #2FDF58
Text Example
Text Example
White with #2FDF58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDF58; }
p { color: rgb(47,223,88); }
H1.HeaderClassName
{
color: #2FDF58;
}
.AnyTagClassName
{
color: #2FDF58;
}
</style>
background-color css
<style>
a { background-color: #2FDF58; }
a { background-color: rgb(47,223,88); }
div.DivClassName
{
background-color: #2FDF58;
}
.BgClassName
{
background-color: #2FDF58;
}
</style>
border-color css
<style>
span { border-color: #2FDF58; }
span { border-color: rgb(47,223,88); }
td.TdClassName
{
border-color: #2FDF58;
}
.TagClassName
{
border-color: #2FDF58;
}
</style>