Shades of Malachite #2FE153
Tints of Malachite #2FE153
RGB
CMYK
RGB Variations
Color information
#2FE153 (or 0x2FE153) is known color: Malachite. HEX triplet: 2F, E1 and 53. RGB value is (47,225,83). Sum of RGB (Red+Green+Blue) = 47+225+83=355 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.24% from 355); Green value is 225 (88.28% from 255 or 63.38% from 355); Blue value is 83 (32.81% from 255 or 23.38% from 355); Max value from RGB is 225 - color contains mainly: green. Hex color #2FE153 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FE153 is #D01EAC. Grayscale: #9B9B9B. Windows color (decimal): -13639341 or 5497135. OLE color: 5497135.
HSL color Cylindrical-coordinate representation of color #2FE153: hue angle of 132.13º 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 #2FE153 is Cyan = 0.79, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 47 | 225 | 83 | - |
| CMYK | 0.79 | 0 | 0.63 | 0.12 |
| HSL | 132.13º | 0.75% | 0.53% | - |
| HSV(B) | 132.13º | 0.79% | 0.88% | - |
| XYZ | 29.66 | 55.08 | 17.25 | - |
| YUV | 155.59 | 87.03 | 50.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 225 | 83 | 0.79 | 0 | 0.63 | 0.12 | 132.13 | 0.75 | 0.53 |
| Hex | 2F | E1 | 53 | 4F | 0 | 3F | C | 84 | 4B | 35 |
| Octal | 57 | 341 | 123 | 117 | 0 | 77 | 14 | 204 | 113 | 65 |
| Binary | 101111 | 11100001 | 1010011 | 1001111 | 0 | 111111 | 1100 | 10000100 | 1001011 | 110101 |
Color Harmonies of #2FE153
Complementary color
Monochromatic Colors of #2FE153
Black with #2FE153
Text Example
Text Example
White with #2FE153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE153; }
p { color: rgb(47,225,83); }
H1.HeaderClassName
{
color: #2FE153;
}
.AnyTagClassName
{
color: #2FE153;
}
</style>
background-color css
<style>
a { background-color: #2FE153; }
a { background-color: rgb(47,225,83); }
div.DivClassName
{
background-color: #2FE153;
}
.BgClassName
{
background-color: #2FE153;
}
</style>
border-color css
<style>
span { border-color: #2FE153; }
span { border-color: rgb(47,225,83); }
td.TdClassName
{
border-color: #2FE153;
}
.TagClassName
{
border-color: #2FE153;
}
</style>