Shades of Emerald #2FE175
Tints of Emerald #2FE175
RGB
CMYK
RGB Variations
Color information
#2FE175 (or 0x2FE175) is known color: Emerald. HEX triplet: 2F, E1 and 75. RGB value is (47,225,117). Sum of RGB (Red+Green+Blue) = 47+225+117=389 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.08% from 389); Green value is 225 (88.28% from 255 or 57.84% from 389); Blue value is 117 (46.09% from 255 or 30.08% from 389); Max value from RGB is 225 - color contains mainly: green. Hex color #2FE175 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FE175 is #D01E8A. Grayscale: #9F9F9F. Windows color (decimal): -13639307 or 7725359. OLE color: 7725359.
HSL color Cylindrical-coordinate representation of color #2FE175: hue angle of 143.6º 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 #2FE175 is Cyan = 0.79, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 47 | 225 | 117 | - |
| CMYK | 0.79 | 0 | 0.48 | 0.12 |
| HSL | 143.6º | 0.75% | 0.53% | - |
| HSV(B) | 143.6º | 0.79% | 0.88% | - |
| XYZ | 31.31 | 55.74 | 25.94 | - |
| YUV | 159.47 | 104.03 | 47.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 225 | 117 | 0.79 | 0 | 0.48 | 0.12 | 143.6 | 0.75 | 0.53 |
| Hex | 2F | E1 | 75 | 4F | 0 | 30 | C | 90 | 4B | 35 |
| Octal | 57 | 341 | 165 | 117 | 0 | 60 | 14 | 220 | 113 | 65 |
| Binary | 101111 | 11100001 | 1110101 | 1001111 | 0 | 110000 | 1100 | 10010000 | 1001011 | 110101 |
Color Harmonies of #2FE175
Complementary color
Monochromatic Colors of #2FE175
Black with #2FE175
Text Example
Text Example
White with #2FE175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE175; }
p { color: rgb(47,225,117); }
H1.HeaderClassName
{
color: #2FE175;
}
.AnyTagClassName
{
color: #2FE175;
}
</style>
background-color css
<style>
a { background-color: #2FE175; }
a { background-color: rgb(47,225,117); }
div.DivClassName
{
background-color: #2FE175;
}
.BgClassName
{
background-color: #2FE175;
}
</style>
border-color css
<style>
span { border-color: #2FE175; }
span { border-color: rgb(47,225,117); }
td.TdClassName
{
border-color: #2FE175;
}
.TagClassName
{
border-color: #2FE175;
}
</style>