Shades of Emerald #2FED6F
Tints of Emerald #2FED6F
RGB
CMYK
RGB Variations
Color information
#2FED6F (or 0x2FED6F) is known color: Emerald. HEX triplet: 2F, ED and 6F. RGB value is (47,237,111). Sum of RGB (Red+Green+Blue) = 47+237+111=395 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.90% from 395); Green value is 237 (92.97% from 255 or 60% from 395); Blue value is 111 (43.75% from 255 or 28.10% from 395); Max value from RGB is 237 - color contains mainly: green. Hex color #2FED6F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FED6F is #D01290. Grayscale: #A6A6A6. Windows color (decimal): -13636241 or 7335215. OLE color: 7335215.
HSL color Cylindrical-coordinate representation of color #2FED6F: hue angle of 140.21º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FED6F is Cyan = 0.80, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 237 | 111 | - |
| CMYK | 0.80 | 0 | 0.53 | 0.07 |
| HSL | 140.21º | 0.84% | 0.56% | - |
| HSV(B) | 140.21º | 0.8% | 0.93% | - |
| XYZ | 34.33 | 62.32 | 25.26 | - |
| YUV | 165.83 | 97.05 | 43.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 237 | 111 | 0.80 | 0 | 0.53 | 0.07 | 140.21 | 0.84 | 0.56 |
| Hex | 2F | ED | 6F | 50 | 0 | 35 | 7 | 8C | 54 | 38 |
| Octal | 57 | 355 | 157 | 120 | 0 | 65 | 7 | 214 | 124 | 70 |
| Binary | 101111 | 11101101 | 1101111 | 1010000 | 0 | 110101 | 111 | 10001100 | 1010100 | 111000 |
Color Harmonies of #2FED6F
Complementary color
Monochromatic Colors of #2FED6F
Black with #2FED6F
Text Example
Text Example
White with #2FED6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FED6F; }
p { color: rgb(47,237,111); }
H1.HeaderClassName
{
color: #2FED6F;
}
.AnyTagClassName
{
color: #2FED6F;
}
</style>
background-color css
<style>
a { background-color: #2FED6F; }
a { background-color: rgb(47,237,111); }
div.DivClassName
{
background-color: #2FED6F;
}
.BgClassName
{
background-color: #2FED6F;
}
</style>
border-color css
<style>
span { border-color: #2FED6F; }
span { border-color: rgb(47,237,111); }
td.TdClassName
{
border-color: #2FED6F;
}
.TagClassName
{
border-color: #2FED6F;
}
</style>