Shades of Emerald #2FE06F
Tints of Emerald #2FE06F
RGB
CMYK
RGB Variations
Color information
#2FE06F (or 0x2FE06F) is known color: Emerald. HEX triplet: 2F, E0 and 6F. RGB value is (47,224,111). Sum of RGB (Red+Green+Blue) = 47+224+111=382 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.30% from 382); Green value is 224 (87.89% from 255 or 58.64% from 382); Blue value is 111 (43.75% from 255 or 29.06% from 382); Max value from RGB is 224 - color contains mainly: green. Hex color #2FE06F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FE06F is #D01F90. Grayscale: #9E9E9E. Windows color (decimal): -13639569 or 7331887. OLE color: 7331887.
HSL color Cylindrical-coordinate representation of color #2FE06F: hue angle of 141.69º degrees, saturation: 0.74, 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 #2FE06F is Cyan = 0.79, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 47 | 224 | 111 | - |
| CMYK | 0.79 | 0 | 0.50 | 0.12 |
| HSL | 141.69º | 0.74% | 0.53% | - |
| HSV(B) | 141.69º | 0.79% | 0.88% | - |
| XYZ | 30.7 | 55.06 | 24.05 | - |
| YUV | 158.2 | 101.36 | 48.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 224 | 111 | 0.79 | 0 | 0.50 | 0.12 | 141.69 | 0.74 | 0.53 |
| Hex | 2F | E0 | 6F | 4F | 0 | 32 | C | 8E | 4A | 35 |
| Octal | 57 | 340 | 157 | 117 | 0 | 62 | 14 | 216 | 112 | 65 |
| Binary | 101111 | 11100000 | 1101111 | 1001111 | 0 | 110010 | 1100 | 10001110 | 1001010 | 110101 |
Color Harmonies of #2FE06F
Complementary color
Monochromatic Colors of #2FE06F
Black with #2FE06F
Text Example
Text Example
White with #2FE06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE06F; }
p { color: rgb(47,224,111); }
H1.HeaderClassName
{
color: #2FE06F;
}
.AnyTagClassName
{
color: #2FE06F;
}
</style>
background-color css
<style>
a { background-color: #2FE06F; }
a { background-color: rgb(47,224,111); }
div.DivClassName
{
background-color: #2FE06F;
}
.BgClassName
{
background-color: #2FE06F;
}
</style>
border-color css
<style>
span { border-color: #2FE06F; }
span { border-color: rgb(47,224,111); }
td.TdClassName
{
border-color: #2FE06F;
}
.TagClassName
{
border-color: #2FE06F;
}
</style>