Shades of Malachite #2FF84F
Tints of Malachite #2FF84F
RGB
CMYK
RGB Variations
Color information
#2FF84F (or 0x2FF84F) is known color: Malachite. HEX triplet: 2F, F8 and 4F. RGB value is (47,248,79). Sum of RGB (Red+Green+Blue) = 47+248+79=374 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.57% from 374); Green value is 248 (97.27% from 255 or 66.31% from 374); Blue value is 79 (31.25% from 255 or 21.12% from 374); Max value from RGB is 248 - color contains mainly: green. Hex color #2FF84F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FF84F is #D007B0. Grayscale: #A9A9A9. Windows color (decimal): -13633457 or 5240879. OLE color: 5240879.
HSL color Cylindrical-coordinate representation of color #2FF84F: hue angle of 129.55º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF84F is Cyan = 0.81, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 47 | 248 | 79 | - |
| CMYK | 0.81 | 0 | 0.68 | 0.03 |
| HSL | 129.55º | 0.93% | 0.58% | - |
| HSV(B) | 129.55º | 0.81% | 0.97% | - |
| XYZ | 36.15 | 68.3 | 18.68 | - |
| YUV | 168.64 | 77.41 | 41.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 248 | 79 | 0.81 | 0 | 0.68 | 0.03 | 129.55 | 0.93 | 0.58 |
| Hex | 2F | F8 | 4F | 51 | 0 | 44 | 3 | 82 | 5D | 3A |
| Octal | 57 | 370 | 117 | 121 | 0 | 104 | 3 | 202 | 135 | 72 |
| Binary | 101111 | 11111000 | 1001111 | 1010001 | 0 | 1000100 | 11 | 10000010 | 1011101 | 111010 |
Color Harmonies of #2FF84F
Complementary color
Monochromatic Colors of #2FF84F
Black with #2FF84F
Text Example
Text Example
White with #2FF84F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF84F; }
p { color: rgb(47,248,79); }
H1.HeaderClassName
{
color: #2FF84F;
}
.AnyTagClassName
{
color: #2FF84F;
}
</style>
background-color css
<style>
a { background-color: #2FF84F; }
a { background-color: rgb(47,248,79); }
div.DivClassName
{
background-color: #2FF84F;
}
.BgClassName
{
background-color: #2FF84F;
}
</style>
border-color css
<style>
span { border-color: #2FF84F; }
span { border-color: rgb(47,248,79); }
td.TdClassName
{
border-color: #2FF84F;
}
.TagClassName
{
border-color: #2FF84F;
}
</style>