Shades of Malachite #2FFA58
Tints of Malachite #2FFA58
RGB
CMYK
RGB Variations
Color information
#2FFA58 (or 0x2FFA58) is known color: Malachite. HEX triplet: 2F, FA and 58. RGB value is (47,250,88). Sum of RGB (Red+Green+Blue) = 47+250+88=385 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.21% from 385); Green value is 250 (98.05% from 255 or 64.94% from 385); Blue value is 88 (34.77% from 255 or 22.86% from 385); Max value from RGB is 250 - color contains mainly: green. Hex color #2FFA58 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FFA58 is #D005A7. Grayscale: #ABABAB. Windows color (decimal): -13632936 or 5831215. OLE color: 5831215.
HSL color Cylindrical-coordinate representation of color #2FFA58: hue angle of 132.12º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFA58 is Cyan = 0.81, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 250 | 88 | - |
| CMYK | 0.81 | 0 | 0.65 | 0.02 |
| HSL | 132.12º | 0.95% | 0.58% | - |
| HSV(B) | 132.12º | 0.81% | 0.98% | - |
| XYZ | 37.12 | 69.68 | 20.73 | - |
| YUV | 170.84 | 81.25 | 39.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 250 | 88 | 0.81 | 0 | 0.65 | 0.02 | 132.12 | 0.95 | 0.58 |
| Hex | 2F | FA | 58 | 51 | 0 | 41 | 2 | 84 | 5F | 3A |
| Octal | 57 | 372 | 130 | 121 | 0 | 101 | 2 | 204 | 137 | 72 |
| Binary | 101111 | 11111010 | 1011000 | 1010001 | 0 | 1000001 | 10 | 10000100 | 1011111 | 111010 |
Color Harmonies of #2FFA58
Complementary color
Monochromatic Colors of #2FFA58
Black with #2FFA58
Text Example
Text Example
White with #2FFA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFA58; }
p { color: rgb(47,250,88); }
H1.HeaderClassName
{
color: #2FFA58;
}
.AnyTagClassName
{
color: #2FFA58;
}
</style>
background-color css
<style>
a { background-color: #2FFA58; }
a { background-color: rgb(47,250,88); }
div.DivClassName
{
background-color: #2FFA58;
}
.BgClassName
{
background-color: #2FFA58;
}
</style>
border-color css
<style>
span { border-color: #2FFA58; }
span { border-color: rgb(47,250,88); }
td.TdClassName
{
border-color: #2FFA58;
}
.TagClassName
{
border-color: #2FFA58;
}
</style>