Shades of Malachite #2FFF48
Tints of Malachite #2FFF48
RGB
CMYK
RGB Variations
Color information
#2FFF48 (or 0x2FFF48) is known color: Malachite. HEX triplet: 2F, FF and 48. RGB value is (47,255,72). Sum of RGB (Red+Green+Blue) = 47+255+72=374 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.57% from 374); Green value is 255 (100% from 255 or 68.18% from 374); Blue value is 72 (28.52% from 255 or 19.25% from 374); Max value from RGB is 255 - color contains mainly: green. Hex color #2FFF48 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FFF48 is #D000B7. Grayscale: #ACACAC. Windows color (decimal): -13631672 or 4783919. OLE color: 4783919.
HSL color Cylindrical-coordinate representation of color #2FFF48: hue angle of 127.21º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2FFF48 is Cyan = 0.82, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 47 | 255 | 72 | - |
| CMYK | 0.82 | 0 | 0.72 | 0 |
| HSL | 127.21º | 1% | 0.59% | - |
| HSV(B) | 127.21º | 0.82% | 1% | - |
| XYZ | 38.1 | 72.59 | 18.13 | - |
| YUV | 171.95 | 71.59 | 38.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 255 | 72 | 0.82 | 0 | 0.72 | 0 | 127.21 | 1 | 0.59 |
| Hex | 2F | FF | 48 | 52 | 0 | 48 | 0 | 7F | 64 | 3B |
| Octal | 57 | 377 | 110 | 122 | 0 | 110 | 0 | 177 | 144 | 73 |
| Binary | 101111 | 11111111 | 1001000 | 1010010 | 0 | 1001000 | 0 | 1111111 | 1100100 | 111011 |
Color Harmonies of #2FFF48
Complementary color
Monochromatic Colors of #2FFF48
Black with #2FFF48
Text Example
Text Example
White with #2FFF48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFF48; }
p { color: rgb(47,255,72); }
H1.HeaderClassName
{
color: #2FFF48;
}
.AnyTagClassName
{
color: #2FFF48;
}
</style>
background-color css
<style>
a { background-color: #2FFF48; }
a { background-color: rgb(47,255,72); }
div.DivClassName
{
background-color: #2FFF48;
}
.BgClassName
{
background-color: #2FFF48;
}
</style>
border-color css
<style>
span { border-color: #2FFF48; }
span { border-color: rgb(47,255,72); }
td.TdClassName
{
border-color: #2FFF48;
}
.TagClassName
{
border-color: #2FFF48;
}
</style>