Shades of Malachite #2FFB4E
Tints of Malachite #2FFB4E
RGB
CMYK
RGB Variations
Color information
#2FFB4E (or 0x2FFB4E) is known color: Malachite. HEX triplet: 2F, FB and 4E. RGB value is (47,251,78). Sum of RGB (Red+Green+Blue) = 47+251+78=376 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.5% from 376); Green value is 251 (98.44% from 255 or 66.76% from 376); Blue value is 78 (30.86% from 255 or 20.74% from 376); Max value from RGB is 251 - color contains mainly: green. Hex color #2FFB4E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FFB4E is #D004B1. Grayscale: #AAAAAA. Windows color (decimal): -13632690 or 5176111. OLE color: 5176111.
HSL color Cylindrical-coordinate representation of color #2FFB4E: hue angle of 129.12º degrees, saturation: 0.96, 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 #2FFB4E is Cyan = 0.81, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 251 | 78 | - |
| CMYK | 0.81 | 0 | 0.69 | 0.02 |
| HSL | 129.12º | 0.96% | 0.58% | - |
| HSV(B) | 129.12º | 0.81% | 0.98% | - |
| XYZ | 37.04 | 70.15 | 18.8 | - |
| YUV | 170.28 | 75.91 | 40.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 251 | 78 | 0.81 | 0 | 0.69 | 0.02 | 129.12 | 0.96 | 0.58 |
| Hex | 2F | FB | 4E | 51 | 0 | 45 | 2 | 81 | 60 | 3A |
| Octal | 57 | 373 | 116 | 121 | 0 | 105 | 2 | 201 | 140 | 72 |
| Binary | 101111 | 11111011 | 1001110 | 1010001 | 0 | 1000101 | 10 | 10000001 | 1100000 | 111010 |
Color Harmonies of #2FFB4E
Complementary color
Monochromatic Colors of #2FFB4E
Black with #2FFB4E
Text Example
Text Example
White with #2FFB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFB4E; }
p { color: rgb(47,251,78); }
H1.HeaderClassName
{
color: #2FFB4E;
}
.AnyTagClassName
{
color: #2FFB4E;
}
</style>
background-color css
<style>
a { background-color: #2FFB4E; }
a { background-color: rgb(47,251,78); }
div.DivClassName
{
background-color: #2FFB4E;
}
.BgClassName
{
background-color: #2FFB4E;
}
</style>
border-color css
<style>
span { border-color: #2FFB4E; }
span { border-color: rgb(47,251,78); }
td.TdClassName
{
border-color: #2FFB4E;
}
.TagClassName
{
border-color: #2FFB4E;
}
</style>