Shades of Malachite #2FE063
Tints of Malachite #2FE063
RGB
CMYK
RGB Variations
Color information
#2FE063 (or 0x2FE063) is known color: Malachite. HEX triplet: 2F, E0 and 63. RGB value is (47,224,99). Sum of RGB (Red+Green+Blue) = 47+224+99=370 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.70% from 370); Green value is 224 (87.89% from 255 or 60.54% from 370); Blue value is 99 (39.06% from 255 or 26.76% from 370); Max value from RGB is 224 - color contains mainly: green. Hex color #2FE063 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FE063 is #D01F9C. Grayscale: #9D9D9D. Windows color (decimal): -13639581 or 6545455. OLE color: 6545455.
HSL color Cylindrical-coordinate representation of color #2FE063: hue angle of 137.63º 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 #2FE063 is Cyan = 0.79, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 47 | 224 | 99 | - |
| CMYK | 0.79 | 0 | 0.56 | 0.12 |
| HSL | 137.63º | 0.74% | 0.53% | - |
| HSV(B) | 137.63º | 0.79% | 0.88% | - |
| XYZ | 30.08 | 54.82 | 20.8 | - |
| YUV | 156.83 | 95.36 | 49.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 224 | 99 | 0.79 | 0 | 0.56 | 0.12 | 137.63 | 0.74 | 0.53 |
| Hex | 2F | E0 | 63 | 4F | 0 | 38 | C | 8A | 4A | 35 |
| Octal | 57 | 340 | 143 | 117 | 0 | 70 | 14 | 212 | 112 | 65 |
| Binary | 101111 | 11100000 | 1100011 | 1001111 | 0 | 111000 | 1100 | 10001010 | 1001010 | 110101 |
Color Harmonies of #2FE063
Complementary color
Monochromatic Colors of #2FE063
Black with #2FE063
Text Example
Text Example
White with #2FE063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE063; }
p { color: rgb(47,224,99); }
H1.HeaderClassName
{
color: #2FE063;
}
.AnyTagClassName
{
color: #2FE063;
}
</style>
background-color css
<style>
a { background-color: #2FE063; }
a { background-color: rgb(47,224,99); }
div.DivClassName
{
background-color: #2FE063;
}
.BgClassName
{
background-color: #2FE063;
}
</style>
border-color css
<style>
span { border-color: #2FE063; }
span { border-color: rgb(47,224,99); }
td.TdClassName
{
border-color: #2FE063;
}
.TagClassName
{
border-color: #2FE063;
}
</style>