Shades of Emerald #2FE675
Tints of Emerald #2FE675
RGB
CMYK
RGB Variations
Color information
#2FE675 (or 0x2FE675) is known color: Emerald. HEX triplet: 2F, E6 and 75. RGB value is (47,230,117). Sum of RGB (Red+Green+Blue) = 47+230+117=394 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.93% from 394); Green value is 230 (90.23% from 255 or 58.38% from 394); Blue value is 117 (46.09% from 255 or 29.70% from 394); Max value from RGB is 230 - color contains mainly: green. Hex color #2FE675 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FE675 is #D0198A. Grayscale: #A2A2A2. Windows color (decimal): -13638027 or 7726639. OLE color: 7726639.
HSL color Cylindrical-coordinate representation of color #2FE675: hue angle of 142.95º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FE675 is Cyan = 0.80, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 47 | 230 | 117 | - |
| CMYK | 0.80 | 0 | 0.49 | 0.10 |
| HSL | 142.95º | 0.79% | 0.54% | - |
| HSV(B) | 142.95º | 0.8% | 0.9% | - |
| XYZ | 32.68 | 58.48 | 26.4 | - |
| YUV | 162.4 | 102.37 | 45.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 230 | 117 | 0.80 | 0 | 0.49 | 0.10 | 142.95 | 0.79 | 0.54 |
| Hex | 2F | E6 | 75 | 50 | 0 | 31 | A | 8F | 4F | 36 |
| Octal | 57 | 346 | 165 | 120 | 0 | 61 | 12 | 217 | 117 | 66 |
| Binary | 101111 | 11100110 | 1110101 | 1010000 | 0 | 110001 | 1010 | 10001111 | 1001111 | 110110 |
Color Harmonies of #2FE675
Complementary color
Monochromatic Colors of #2FE675
Black with #2FE675
Text Example
Text Example
White with #2FE675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE675; }
p { color: rgb(47,230,117); }
H1.HeaderClassName
{
color: #2FE675;
}
.AnyTagClassName
{
color: #2FE675;
}
</style>
background-color css
<style>
a { background-color: #2FE675; }
a { background-color: rgb(47,230,117); }
div.DivClassName
{
background-color: #2FE675;
}
.BgClassName
{
background-color: #2FE675;
}
</style>
border-color css
<style>
span { border-color: #2FE675; }
span { border-color: rgb(47,230,117); }
td.TdClassName
{
border-color: #2FE675;
}
.TagClassName
{
border-color: #2FE675;
}
</style>