Shades of Emerald #2FE173
Tints of Emerald #2FE173
RGB
CMYK
RGB Variations
Color information
#2FE173 (or 0x2FE173) is known color: Emerald. HEX triplet: 2F, E1 and 73. RGB value is (47,225,115). Sum of RGB (Red+Green+Blue) = 47+225+115=387 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.14% from 387); Green value is 225 (88.28% from 255 or 58.14% from 387); Blue value is 115 (45.31% from 255 or 29.72% from 387); Max value from RGB is 225 - color contains mainly: green. Hex color #2FE173 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FE173 is #D01E8C. Grayscale: #9F9F9F. Windows color (decimal): -13639309 or 7594287. OLE color: 7594287.
HSL color Cylindrical-coordinate representation of color #2FE173: hue angle of 142.92º 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 #2FE173 is Cyan = 0.79, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 47 | 225 | 115 | - |
| CMYK | 0.79 | 0 | 0.49 | 0.12 |
| HSL | 142.92º | 0.75% | 0.53% | - |
| HSV(B) | 142.92º | 0.79% | 0.88% | - |
| XYZ | 31.19 | 55.69 | 25.33 | - |
| YUV | 159.24 | 103.03 | 47.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 225 | 115 | 0.79 | 0 | 0.49 | 0.12 | 142.92 | 0.75 | 0.53 |
| Hex | 2F | E1 | 73 | 4F | 0 | 31 | C | 8F | 4B | 35 |
| Octal | 57 | 341 | 163 | 117 | 0 | 61 | 14 | 217 | 113 | 65 |
| Binary | 101111 | 11100001 | 1110011 | 1001111 | 0 | 110001 | 1100 | 10001111 | 1001011 | 110101 |
Color Harmonies of #2FE173
Complementary color
Monochromatic Colors of #2FE173
Black with #2FE173
Text Example
Text Example
White with #2FE173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE173; }
p { color: rgb(47,225,115); }
H1.HeaderClassName
{
color: #2FE173;
}
.AnyTagClassName
{
color: #2FE173;
}
</style>
background-color css
<style>
a { background-color: #2FE173; }
a { background-color: rgb(47,225,115); }
div.DivClassName
{
background-color: #2FE173;
}
.BgClassName
{
background-color: #2FE173;
}
</style>
border-color css
<style>
span { border-color: #2FE173; }
span { border-color: rgb(47,225,115); }
td.TdClassName
{
border-color: #2FE173;
}
.TagClassName
{
border-color: #2FE173;
}
</style>