Shades of Malachite #2FEB59
Tints of Malachite #2FEB59
RGB
CMYK
RGB Variations
Color information
#2FEB59 (or 0x2FEB59) is known color: Malachite. HEX triplet: 2F, EB and 59. RGB value is (47,235,89). Sum of RGB (Red+Green+Blue) = 47+235+89=371 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.67% from 371); Green value is 235 (92.19% from 255 or 63.34% from 371); Blue value is 89 (35.16% from 255 or 23.99% from 371); Max value from RGB is 235 - color contains mainly: green. Hex color #2FEB59 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FEB59 is #D014A6. Grayscale: #A2A2A2. Windows color (decimal): -13636775 or 5892911. OLE color: 5892911.
HSL color Cylindrical-coordinate representation of color #2FEB59: hue angle of 133.4º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FEB59 is Cyan = 0.8, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 47 | 235 | 89 | - |
| CMYK | 0.8 | 0 | 0.62 | 0.08 |
| HSL | 133.4º | 0.82% | 0.55% | - |
| HSV(B) | 133.4º | 0.8% | 0.92% | - |
| XYZ | 32.68 | 60.74 | 19.45 | - |
| YUV | 162.14 | 86.72 | 45.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 235 | 89 | 0.8 | 0 | 0.62 | 0.08 | 133.4 | 0.82 | 0.55 |
| Hex | 2F | EB | 59 | 50 | 0 | 3E | 8 | 85 | 52 | 37 |
| Octal | 57 | 353 | 131 | 120 | 0 | 76 | 10 | 205 | 122 | 67 |
| Binary | 101111 | 11101011 | 1011001 | 1010000 | 0 | 111110 | 1000 | 10000101 | 1010010 | 110111 |
Color Harmonies of #2FEB59
Complementary color
Monochromatic Colors of #2FEB59
Black with #2FEB59
Text Example
Text Example
White with #2FEB59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEB59; }
p { color: rgb(47,235,89); }
H1.HeaderClassName
{
color: #2FEB59;
}
.AnyTagClassName
{
color: #2FEB59;
}
</style>
background-color css
<style>
a { background-color: #2FEB59; }
a { background-color: rgb(47,235,89); }
div.DivClassName
{
background-color: #2FEB59;
}
.BgClassName
{
background-color: #2FEB59;
}
</style>
border-color css
<style>
span { border-color: #2FEB59; }
span { border-color: rgb(47,235,89); }
td.TdClassName
{
border-color: #2FEB59;
}
.TagClassName
{
border-color: #2FEB59;
}
</style>