Shades of Malachite #2FF84B
Tints of Malachite #2FF84B
RGB
CMYK
RGB Variations
Color information
#2FF84B (or 0x2FF84B) is known color: Malachite. HEX triplet: 2F, F8 and 4B. RGB value is (47,248,75). Sum of RGB (Red+Green+Blue) = 47+248+75=370 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.70% from 370); Green value is 248 (97.27% from 255 or 67.03% from 370); Blue value is 75 (29.69% from 255 or 20.27% from 370); Max value from RGB is 248 - color contains mainly: green. Hex color #2FF84B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FF84B is #D007B4. Grayscale: #A8A8A8. Windows color (decimal): -13633461 or 4978735. OLE color: 4978735.
HSL color Cylindrical-coordinate representation of color #2FF84B: hue angle of 128.36º 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 #2FF84B is Cyan = 0.81, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 47 | 248 | 75 | - |
| CMYK | 0.81 | 0 | 0.70 | 0.03 |
| HSL | 128.36º | 0.93% | 0.58% | - |
| HSV(B) | 128.36º | 0.81% | 0.97% | - |
| XYZ | 36.01 | 68.25 | 17.93 | - |
| YUV | 168.18 | 75.41 | 41.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 248 | 75 | 0.81 | 0 | 0.70 | 0.03 | 128.36 | 0.93 | 0.58 |
| Hex | 2F | F8 | 4B | 51 | 0 | 46 | 3 | 80 | 5D | 3A |
| Octal | 57 | 370 | 113 | 121 | 0 | 106 | 3 | 200 | 135 | 72 |
| Binary | 101111 | 11111000 | 1001011 | 1010001 | 0 | 1000110 | 11 | 10000000 | 1011101 | 111010 |
Color Harmonies of #2FF84B
Complementary color
Monochromatic Colors of #2FF84B
Black with #2FF84B
Text Example
Text Example
White with #2FF84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF84B; }
p { color: rgb(47,248,75); }
H1.HeaderClassName
{
color: #2FF84B;
}
.AnyTagClassName
{
color: #2FF84B;
}
</style>
background-color css
<style>
a { background-color: #2FF84B; }
a { background-color: rgb(47,248,75); }
div.DivClassName
{
background-color: #2FF84B;
}
.BgClassName
{
background-color: #2FF84B;
}
</style>
border-color css
<style>
span { border-color: #2FF84B; }
span { border-color: rgb(47,248,75); }
td.TdClassName
{
border-color: #2FF84B;
}
.TagClassName
{
border-color: #2FF84B;
}
</style>