Shades of Emerald #2FE16E
Tints of Emerald #2FE16E
RGB
CMYK
RGB Variations
Color information
#2FE16E (or 0x2FE16E) is known color: Emerald. HEX triplet: 2F, E1 and 6E. RGB value is (47,225,110). Sum of RGB (Red+Green+Blue) = 47+225+110=382 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.30% from 382); Green value is 225 (88.28% from 255 or 58.90% from 382); Blue value is 110 (43.36% from 255 or 28.80% from 382); Max value from RGB is 225 - color contains mainly: green. Hex color #2FE16E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FE16E is #D01E91. Grayscale: #9E9E9E. Windows color (decimal): -13639314 or 7266607. OLE color: 7266607.
HSL color Cylindrical-coordinate representation of color #2FE16E: hue angle of 141.24º 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 #2FE16E is Cyan = 0.79, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 47 | 225 | 110 | - |
| CMYK | 0.79 | 0 | 0.51 | 0.12 |
| HSL | 141.24º | 0.75% | 0.53% | - |
| HSV(B) | 141.24º | 0.79% | 0.88% | - |
| XYZ | 30.91 | 55.58 | 23.85 | - |
| YUV | 158.67 | 100.53 | 48.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 225 | 110 | 0.79 | 0 | 0.51 | 0.12 | 141.24 | 0.75 | 0.53 |
| Hex | 2F | E1 | 6E | 4F | 0 | 33 | C | 8D | 4B | 35 |
| Octal | 57 | 341 | 156 | 117 | 0 | 63 | 14 | 215 | 113 | 65 |
| Binary | 101111 | 11100001 | 1101110 | 1001111 | 0 | 110011 | 1100 | 10001101 | 1001011 | 110101 |
Color Harmonies of #2FE16E
Complementary color
Monochromatic Colors of #2FE16E
Black with #2FE16E
Text Example
Text Example
White with #2FE16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE16E; }
p { color: rgb(47,225,110); }
H1.HeaderClassName
{
color: #2FE16E;
}
.AnyTagClassName
{
color: #2FE16E;
}
</style>
background-color css
<style>
a { background-color: #2FE16E; }
a { background-color: rgb(47,225,110); }
div.DivClassName
{
background-color: #2FE16E;
}
.BgClassName
{
background-color: #2FE16E;
}
</style>
border-color css
<style>
span { border-color: #2FE16E; }
span { border-color: rgb(47,225,110); }
td.TdClassName
{
border-color: #2FE16E;
}
.TagClassName
{
border-color: #2FE16E;
}
</style>