Shades of Malachite #2FFB5E
Tints of Malachite #2FFB5E
RGB
CMYK
RGB Variations
Color information
#2FFB5E (or 0x2FFB5E) is known color: Malachite. HEX triplet: 2F, FB and 5E. RGB value is (47,251,94). Sum of RGB (Red+Green+Blue) = 47+251+94=392 (51% of max value = 765). Red value is 47 (18.75% from 255 or 11.99% from 392); Green value is 251 (98.44% from 255 or 64.03% from 392); Blue value is 94 (37.11% from 255 or 23.98% from 392); Max value from RGB is 251 - color contains mainly: green. Hex color #2FFB5E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FFB5E is #D004A1. Grayscale: #ACACAC. Windows color (decimal): -13632674 or 6224687. OLE color: 6224687.
HSL color Cylindrical-coordinate representation of color #2FFB5E: hue angle of 133.82º 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 #2FFB5E is Cyan = 0.81, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 251 | 94 | - |
| CMYK | 0.81 | 0 | 0.63 | 0.02 |
| HSL | 133.82º | 0.96% | 0.58% | - |
| HSV(B) | 133.82º | 0.81% | 0.98% | - |
| XYZ | 37.69 | 70.41 | 22.19 | - |
| YUV | 172.11 | 83.91 | 38.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 251 | 94 | 0.81 | 0 | 0.63 | 0.02 | 133.82 | 0.96 | 0.58 |
| Hex | 2F | FB | 5E | 51 | 0 | 3F | 2 | 86 | 60 | 3A |
| Octal | 57 | 373 | 136 | 121 | 0 | 77 | 2 | 206 | 140 | 72 |
| Binary | 101111 | 11111011 | 1011110 | 1010001 | 0 | 111111 | 10 | 10000110 | 1100000 | 111010 |
Color Harmonies of #2FFB5E
Complementary color
Monochromatic Colors of #2FFB5E
Black with #2FFB5E
Text Example
Text Example
White with #2FFB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFB5E; }
p { color: rgb(47,251,94); }
H1.HeaderClassName
{
color: #2FFB5E;
}
.AnyTagClassName
{
color: #2FFB5E;
}
</style>
background-color css
<style>
a { background-color: #2FFB5E; }
a { background-color: rgb(47,251,94); }
div.DivClassName
{
background-color: #2FFB5E;
}
.BgClassName
{
background-color: #2FFB5E;
}
</style>
border-color css
<style>
span { border-color: #2FFB5E; }
span { border-color: rgb(47,251,94); }
td.TdClassName
{
border-color: #2FFB5E;
}
.TagClassName
{
border-color: #2FFB5E;
}
</style>