Shades of Malachite #2FFE49
Tints of Malachite #2FFE49
RGB
CMYK
RGB Variations
Color information
#2FFE49 (or 0x2FFE49) is known color: Malachite. HEX triplet: 2F, FE and 49. RGB value is (47,254,73). Sum of RGB (Red+Green+Blue) = 47+254+73=374 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.57% from 374); Green value is 254 (99.61% from 255 or 67.91% from 374); Blue value is 73 (28.91% from 255 or 19.52% from 374); Max value from RGB is 254 - color contains mainly: green. Hex color #2FFE49 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FFE49 is #D001B6. Grayscale: #ABABAB. Windows color (decimal): -13631927 or 4849199. OLE color: 4849199.
HSL color Cylindrical-coordinate representation of color #2FFE49: hue angle of 127.54º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFE49 is Cyan = 0.81, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 47 | 254 | 73 | - |
| CMYK | 0.81 | 0 | 0.71 | 0.00 |
| HSL | 127.54º | 0.99% | 0.59% | - |
| HSV(B) | 127.54º | 0.81% | 1% | - |
| XYZ | 37.82 | 71.97 | 18.2 | - |
| YUV | 171.47 | 72.42 | 39.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 254 | 73 | 0.81 | 0 | 0.71 | 0.00 | 127.54 | 0.99 | 0.59 |
| Hex | 2F | FE | 49 | 51 | 0 | 47 | 0 | 80 | 63 | 3B |
| Octal | 57 | 376 | 111 | 121 | 0 | 107 | 0 | 200 | 143 | 73 |
| Binary | 101111 | 11111110 | 1001001 | 1010001 | 0 | 1000111 | 0 | 10000000 | 1100011 | 111011 |
Color Harmonies of #2FFE49
Complementary color
Monochromatic Colors of #2FFE49
Black with #2FFE49
Text Example
Text Example
White with #2FFE49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFE49; }
p { color: rgb(47,254,73); }
H1.HeaderClassName
{
color: #2FFE49;
}
.AnyTagClassName
{
color: #2FFE49;
}
</style>
background-color css
<style>
a { background-color: #2FFE49; }
a { background-color: rgb(47,254,73); }
div.DivClassName
{
background-color: #2FFE49;
}
.BgClassName
{
background-color: #2FFE49;
}
</style>
border-color css
<style>
span { border-color: #2FFE49; }
span { border-color: rgb(47,254,73); }
td.TdClassName
{
border-color: #2FFE49;
}
.TagClassName
{
border-color: #2FFE49;
}
</style>