Shades of Malachite #2FEC66
Tints of Malachite #2FEC66
RGB
CMYK
RGB Variations
Color information
#2FEC66 (or 0x2FEC66) is known color: Malachite. HEX triplet: 2F, EC and 66. RGB value is (47,236,102). Sum of RGB (Red+Green+Blue) = 47+236+102=385 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.21% from 385); Green value is 236 (92.58% from 255 or 61.30% from 385); Blue value is 102 (40.23% from 255 or 26.49% from 385); Max value from RGB is 236 - color contains mainly: green. Hex color #2FEC66 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FEC66 is #D01399. Grayscale: #A4A4A4. Windows color (decimal): -13636506 or 6745135. OLE color: 6745135.
HSL color Cylindrical-coordinate representation of color #2FEC66: hue angle of 137.46º 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 #2FEC66 is Cyan = 0.80, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 236 | 102 | - |
| CMYK | 0.80 | 0 | 0.57 | 0.07 |
| HSL | 137.46º | 0.83% | 0.55% | - |
| HSV(B) | 137.46º | 0.8% | 0.93% | - |
| XYZ | 33.57 | 61.55 | 22.68 | - |
| YUV | 164.21 | 92.88 | 44.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 236 | 102 | 0.80 | 0 | 0.57 | 0.07 | 137.46 | 0.83 | 0.55 |
| Hex | 2F | EC | 66 | 50 | 0 | 39 | 7 | 89 | 53 | 37 |
| Octal | 57 | 354 | 146 | 120 | 0 | 71 | 7 | 211 | 123 | 67 |
| Binary | 101111 | 11101100 | 1100110 | 1010000 | 0 | 111001 | 111 | 10001001 | 1010011 | 110111 |
Color Harmonies of #2FEC66
Complementary color
Monochromatic Colors of #2FEC66
Black with #2FEC66
Text Example
Text Example
White with #2FEC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEC66; }
p { color: rgb(47,236,102); }
H1.HeaderClassName
{
color: #2FEC66;
}
.AnyTagClassName
{
color: #2FEC66;
}
</style>
background-color css
<style>
a { background-color: #2FEC66; }
a { background-color: rgb(47,236,102); }
div.DivClassName
{
background-color: #2FEC66;
}
.BgClassName
{
background-color: #2FEC66;
}
</style>
border-color css
<style>
span { border-color: #2FEC66; }
span { border-color: rgb(47,236,102); }
td.TdClassName
{
border-color: #2FEC66;
}
.TagClassName
{
border-color: #2FEC66;
}
</style>