Shades of Malachite #2FF460
Tints of Malachite #2FF460
RGB
CMYK
RGB Variations
Color information
#2FF460 (or 0x2FF460) is known color: Malachite. HEX triplet: 2F, F4 and 60. RGB value is (47,244,96). Sum of RGB (Red+Green+Blue) = 47+244+96=387 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.14% from 387); Green value is 244 (95.70% from 255 or 63.05% from 387); Blue value is 96 (37.89% from 255 or 24.81% from 387); Max value from RGB is 244 - color contains mainly: green. Hex color #2FF460 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FF460 is #D00B9F. Grayscale: #A8A8A8. Windows color (decimal): -13634464 or 6353967. OLE color: 6353967.
HSL color Cylindrical-coordinate representation of color #2FF460: hue angle of 134.92º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF460 is Cyan = 0.81, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 47 | 244 | 96 | - |
| CMYK | 0.81 | 0 | 0.61 | 0.04 |
| HSL | 134.92º | 0.9% | 0.57% | - |
| HSV(B) | 134.92º | 0.81% | 0.96% | - |
| XYZ | 35.63 | 66.15 | 21.96 | - |
| YUV | 168.23 | 87.23 | 41.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 244 | 96 | 0.81 | 0 | 0.61 | 0.04 | 134.92 | 0.9 | 0.57 |
| Hex | 2F | F4 | 60 | 51 | 0 | 3D | 4 | 87 | 5A | 39 |
| Octal | 57 | 364 | 140 | 121 | 0 | 75 | 4 | 207 | 132 | 71 |
| Binary | 101111 | 11110100 | 1100000 | 1010001 | 0 | 111101 | 100 | 10000111 | 1011010 | 111001 |
Color Harmonies of #2FF460
Complementary color
Monochromatic Colors of #2FF460
Black with #2FF460
Text Example
Text Example
White with #2FF460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF460; }
p { color: rgb(47,244,96); }
H1.HeaderClassName
{
color: #2FF460;
}
.AnyTagClassName
{
color: #2FF460;
}
</style>
background-color css
<style>
a { background-color: #2FF460; }
a { background-color: rgb(47,244,96); }
div.DivClassName
{
background-color: #2FF460;
}
.BgClassName
{
background-color: #2FF460;
}
</style>
border-color css
<style>
span { border-color: #2FF460; }
span { border-color: rgb(47,244,96); }
td.TdClassName
{
border-color: #2FF460;
}
.TagClassName
{
border-color: #2FF460;
}
</style>