Shades of Malachite #2FEC6C
Tints of Malachite #2FEC6C
RGB
CMYK
RGB Variations
Color information
#2FEC6C (or 0x2FEC6C) is known color: Malachite. HEX triplet: 2F, EC and 6C. RGB value is (47,236,108). Sum of RGB (Red+Green+Blue) = 47+236+108=391 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.02% from 391); Green value is 236 (92.58% from 255 or 60.36% from 391); Blue value is 108 (42.58% from 255 or 27.62% from 391); Max value from RGB is 236 - color contains mainly: green. Hex color #2FEC6C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FEC6C is #D01393. Grayscale: #A5A5A5. Windows color (decimal): -13636500 or 7138351. OLE color: 7138351.
HSL color Cylindrical-coordinate representation of color #2FEC6C: hue angle of 139.37º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FEC6C is Cyan = 0.80, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 236 | 108 | - |
| CMYK | 0.80 | 0 | 0.54 | 0.07 |
| HSL | 139.37º | 0.83% | 0.55% | - |
| HSV(B) | 139.37º | 0.8% | 0.93% | - |
| XYZ | 33.87 | 61.68 | 24.31 | - |
| YUV | 164.9 | 95.88 | 43.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 236 | 108 | 0.80 | 0 | 0.54 | 0.07 | 139.37 | 0.83 | 0.55 |
| Hex | 2F | EC | 6C | 50 | 0 | 36 | 7 | 8B | 53 | 37 |
| Octal | 57 | 354 | 154 | 120 | 0 | 66 | 7 | 213 | 123 | 67 |
| Binary | 101111 | 11101100 | 1101100 | 1010000 | 0 | 110110 | 111 | 10001011 | 1010011 | 110111 |
Color Harmonies of #2FEC6C
Complementary color
Monochromatic Colors of #2FEC6C
Black with #2FEC6C
Text Example
Text Example
White with #2FEC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEC6C; }
p { color: rgb(47,236,108); }
H1.HeaderClassName
{
color: #2FEC6C;
}
.AnyTagClassName
{
color: #2FEC6C;
}
</style>
background-color css
<style>
a { background-color: #2FEC6C; }
a { background-color: rgb(47,236,108); }
div.DivClassName
{
background-color: #2FEC6C;
}
.BgClassName
{
background-color: #2FEC6C;
}
</style>
border-color css
<style>
span { border-color: #2FEC6C; }
span { border-color: rgb(47,236,108); }
td.TdClassName
{
border-color: #2FEC6C;
}
.TagClassName
{
border-color: #2FEC6C;
}
</style>