Shades of Malachite #2FE150
Tints of Malachite #2FE150
RGB
CMYK
RGB Variations
Color information
#2FE150 (or 0x2FE150) is known color: Malachite. HEX triplet: 2F, E1 and 50. RGB value is (47,225,80). Sum of RGB (Red+Green+Blue) = 47+225+80=352 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.35% from 352); Green value is 225 (88.28% from 255 or 63.92% from 352); Blue value is 80 (31.64% from 255 or 22.73% from 352); Max value from RGB is 225 - color contains mainly: green. Hex color #2FE150 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FE150 is #D01EAF. Grayscale: #9B9B9B. Windows color (decimal): -13639344 or 5300527. OLE color: 5300527.
HSL color Cylindrical-coordinate representation of color #2FE150: hue angle of 131.12º 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 #2FE150 is Cyan = 0.79, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 47 | 225 | 80 | - |
| CMYK | 0.79 | 0 | 0.64 | 0.12 |
| HSL | 131.12º | 0.75% | 0.53% | - |
| HSV(B) | 131.12º | 0.79% | 0.88% | - |
| XYZ | 29.55 | 55.03 | 16.65 | - |
| YUV | 155.25 | 85.53 | 50.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 225 | 80 | 0.79 | 0 | 0.64 | 0.12 | 131.12 | 0.75 | 0.53 |
| Hex | 2F | E1 | 50 | 4F | 0 | 40 | C | 83 | 4B | 35 |
| Octal | 57 | 341 | 120 | 117 | 0 | 100 | 14 | 203 | 113 | 65 |
| Binary | 101111 | 11100001 | 1010000 | 1001111 | 0 | 1000000 | 1100 | 10000011 | 1001011 | 110101 |
Color Harmonies of #2FE150
Complementary color
Monochromatic Colors of #2FE150
Black with #2FE150
Text Example
Text Example
White with #2FE150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE150; }
p { color: rgb(47,225,80); }
H1.HeaderClassName
{
color: #2FE150;
}
.AnyTagClassName
{
color: #2FE150;
}
</style>
background-color css
<style>
a { background-color: #2FE150; }
a { background-color: rgb(47,225,80); }
div.DivClassName
{
background-color: #2FE150;
}
.BgClassName
{
background-color: #2FE150;
}
</style>
border-color css
<style>
span { border-color: #2FE150; }
span { border-color: rgb(47,225,80); }
td.TdClassName
{
border-color: #2FE150;
}
.TagClassName
{
border-color: #2FE150;
}
</style>