Shades of Malachite #2FE057
Tints of Malachite #2FE057
RGB
CMYK
RGB Variations
Color information
#2FE057 (or 0x2FE057) is known color: Malachite. HEX triplet: 2F, E0 and 57. RGB value is (47,224,87). Sum of RGB (Red+Green+Blue) = 47+224+87=358 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.13% from 358); Green value is 224 (87.89% from 255 or 62.57% from 358); Blue value is 87 (34.38% from 255 or 24.30% from 358); Max value from RGB is 224 - color contains mainly: green. Hex color #2FE057 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FE057 is #D01FA8. Grayscale: #9B9B9B. Windows color (decimal): -13639593 or 5759023. OLE color: 5759023.
HSL color Cylindrical-coordinate representation of color #2FE057: hue angle of 133.56º 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 #2FE057 is Cyan = 0.79, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 47 | 224 | 87 | - |
| CMYK | 0.79 | 0 | 0.61 | 0.12 |
| HSL | 133.56º | 0.74% | 0.53% | - |
| HSV(B) | 133.56º | 0.79% | 0.88% | - |
| XYZ | 29.55 | 54.6 | 18 | - |
| YUV | 155.46 | 89.36 | 50.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 224 | 87 | 0.79 | 0 | 0.61 | 0.12 | 133.56 | 0.74 | 0.53 |
| Hex | 2F | E0 | 57 | 4F | 0 | 3D | C | 86 | 4A | 35 |
| Octal | 57 | 340 | 127 | 117 | 0 | 75 | 14 | 206 | 112 | 65 |
| Binary | 101111 | 11100000 | 1010111 | 1001111 | 0 | 111101 | 1100 | 10000110 | 1001010 | 110101 |
Color Harmonies of #2FE057
Complementary color
Monochromatic Colors of #2FE057
Black with #2FE057
Text Example
Text Example
White with #2FE057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE057; }
p { color: rgb(47,224,87); }
H1.HeaderClassName
{
color: #2FE057;
}
.AnyTagClassName
{
color: #2FE057;
}
</style>
background-color css
<style>
a { background-color: #2FE057; }
a { background-color: rgb(47,224,87); }
div.DivClassName
{
background-color: #2FE057;
}
.BgClassName
{
background-color: #2FE057;
}
</style>
border-color css
<style>
span { border-color: #2FE057; }
span { border-color: rgb(47,224,87); }
td.TdClassName
{
border-color: #2FE057;
}
.TagClassName
{
border-color: #2FE057;
}
</style>