Shades of Malachite #2FE064
Tints of Malachite #2FE064
RGB
CMYK
RGB Variations
Color information
#2FE064 (or 0x2FE064) is known color: Malachite. HEX triplet: 2F, E0 and 64. RGB value is (47,224,100). Sum of RGB (Red+Green+Blue) = 47+224+100=371 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.67% from 371); Green value is 224 (87.89% from 255 or 60.38% from 371); Blue value is 100 (39.45% from 255 or 26.95% from 371); Max value from RGB is 224 - color contains mainly: green. Hex color #2FE064 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FE064 is #D01F9B. Grayscale: #9D9D9D. Windows color (decimal): -13639580 or 6610991. OLE color: 6610991.
HSL color Cylindrical-coordinate representation of color #2FE064: hue angle of 137.97º degrees, saturation: 0.74, 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 #2FE064 is Cyan = 0.79, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 47 | 224 | 100 | - |
| CMYK | 0.79 | 0 | 0.55 | 0.12 |
| HSL | 137.97º | 0.74% | 0.53% | - |
| HSV(B) | 137.97º | 0.79% | 0.88% | - |
| XYZ | 30.13 | 54.84 | 21.05 | - |
| YUV | 156.94 | 95.86 | 49.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 224 | 100 | 0.79 | 0 | 0.55 | 0.12 | 137.97 | 0.74 | 0.53 |
| Hex | 2F | E0 | 64 | 4F | 0 | 37 | C | 8A | 4A | 35 |
| Octal | 57 | 340 | 144 | 117 | 0 | 67 | 14 | 212 | 112 | 65 |
| Binary | 101111 | 11100000 | 1100100 | 1001111 | 0 | 110111 | 1100 | 10001010 | 1001010 | 110101 |
Color Harmonies of #2FE064
Complementary color
Monochromatic Colors of #2FE064
Black with #2FE064
Text Example
Text Example
White with #2FE064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE064; }
p { color: rgb(47,224,100); }
H1.HeaderClassName
{
color: #2FE064;
}
.AnyTagClassName
{
color: #2FE064;
}
</style>
background-color css
<style>
a { background-color: #2FE064; }
a { background-color: rgb(47,224,100); }
div.DivClassName
{
background-color: #2FE064;
}
.BgClassName
{
background-color: #2FE064;
}
</style>
border-color css
<style>
span { border-color: #2FE064; }
span { border-color: rgb(47,224,100); }
td.TdClassName
{
border-color: #2FE064;
}
.TagClassName
{
border-color: #2FE064;
}
</style>