Shades of Malachite #2FE160
Tints of Malachite #2FE160
RGB
CMYK
RGB Variations
Color information
#2FE160 (or 0x2FE160) is known color: Malachite. HEX triplet: 2F, E1 and 60. RGB value is (47,225,96). Sum of RGB (Red+Green+Blue) = 47+225+96=368 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.77% from 368); Green value is 225 (88.28% from 255 or 61.14% from 368); Blue value is 96 (37.89% from 255 or 26.09% from 368); Max value from RGB is 225 - color contains mainly: green. Hex color #2FE160 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FE160 is #D01E9F. Grayscale: #9D9D9D. Windows color (decimal): -13639328 or 6349103. OLE color: 6349103.
HSL color Cylindrical-coordinate representation of color #2FE160: hue angle of 136.52º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FE160 is Cyan = 0.79, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 47 | 225 | 96 | - |
| CMYK | 0.79 | 0 | 0.57 | 0.12 |
| HSL | 136.52º | 0.75% | 0.53% | - |
| HSV(B) | 136.52º | 0.79% | 0.88% | - |
| XYZ | 30.21 | 55.3 | 20.15 | - |
| YUV | 157.07 | 93.53 | 49.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 225 | 96 | 0.79 | 0 | 0.57 | 0.12 | 136.52 | 0.75 | 0.53 |
| Hex | 2F | E1 | 60 | 4F | 0 | 39 | C | 89 | 4B | 35 |
| Octal | 57 | 341 | 140 | 117 | 0 | 71 | 14 | 211 | 113 | 65 |
| Binary | 101111 | 11100001 | 1100000 | 1001111 | 0 | 111001 | 1100 | 10001001 | 1001011 | 110101 |
Color Harmonies of #2FE160
Complementary color
Monochromatic Colors of #2FE160
Black with #2FE160
Text Example
Text Example
White with #2FE160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE160; }
p { color: rgb(47,225,96); }
H1.HeaderClassName
{
color: #2FE160;
}
.AnyTagClassName
{
color: #2FE160;
}
</style>
background-color css
<style>
a { background-color: #2FE160; }
a { background-color: rgb(47,225,96); }
div.DivClassName
{
background-color: #2FE160;
}
.BgClassName
{
background-color: #2FE160;
}
</style>
border-color css
<style>
span { border-color: #2FE160; }
span { border-color: rgb(47,225,96); }
td.TdClassName
{
border-color: #2FE160;
}
.TagClassName
{
border-color: #2FE160;
}
</style>