Shades of Emerald #2FEC76
Tints of Emerald #2FEC76
RGB
CMYK
RGB Variations
Color information
#2FEC76 (or 0x2FEC76) is known color: Emerald. HEX triplet: 2F, EC and 76. RGB value is (47,236,118). Sum of RGB (Red+Green+Blue) = 47+236+118=401 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.72% from 401); Green value is 236 (92.58% from 255 or 58.85% from 401); Blue value is 118 (46.48% from 255 or 29.43% from 401); Max value from RGB is 236 - color contains mainly: green. Hex color #2FEC76 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FEC76 is #D01389. Grayscale: #A6A6A6. Windows color (decimal): -13636490 or 7793711. OLE color: 7793711.
HSL color Cylindrical-coordinate representation of color #2FEC76: hue angle of 142.54º 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 #2FEC76 is Cyan = 0.80, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 236 | 118 | - |
| CMYK | 0.80 | 0 | 0.5 | 0.07 |
| HSL | 142.54º | 0.83% | 0.55% | - |
| HSV(B) | 142.54º | 0.8% | 0.93% | - |
| XYZ | 34.44 | 61.9 | 27.27 | - |
| YUV | 166.04 | 100.88 | 43.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 236 | 118 | 0.80 | 0 | 0.5 | 0.07 | 142.54 | 0.83 | 0.55 |
| Hex | 2F | EC | 76 | 50 | 0 | 32 | 7 | 8F | 53 | 37 |
| Octal | 57 | 354 | 166 | 120 | 0 | 62 | 7 | 217 | 123 | 67 |
| Binary | 101111 | 11101100 | 1110110 | 1010000 | 0 | 110010 | 111 | 10001111 | 1010011 | 110111 |
Color Harmonies of #2FEC76
Complementary color
Monochromatic Colors of #2FEC76
Black with #2FEC76
Text Example
Text Example
White with #2FEC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEC76; }
p { color: rgb(47,236,118); }
H1.HeaderClassName
{
color: #2FEC76;
}
.AnyTagClassName
{
color: #2FEC76;
}
</style>
background-color css
<style>
a { background-color: #2FEC76; }
a { background-color: rgb(47,236,118); }
div.DivClassName
{
background-color: #2FEC76;
}
.BgClassName
{
background-color: #2FEC76;
}
</style>
border-color css
<style>
span { border-color: #2FEC76; }
span { border-color: rgb(47,236,118); }
td.TdClassName
{
border-color: #2FEC76;
}
.TagClassName
{
border-color: #2FEC76;
}
</style>