Shades of Emerald #2FDF72
Tints of Emerald #2FDF72
RGB
CMYK
RGB Variations
Color information
#2FDF72 (or 0x2FDF72) is known color: Emerald. HEX triplet: 2F, DF and 72. RGB value is (47,223,114). Sum of RGB (Red+Green+Blue) = 47+223+114=384 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.24% from 384); Green value is 223 (87.5% from 255 or 58.07% from 384); Blue value is 114 (44.92% from 255 or 29.69% from 384); Max value from RGB is 223 - color contains mainly: green. Hex color #2FDF72 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FDF72 is #D0208D. Grayscale: #9E9E9E. Windows color (decimal): -13639822 or 7528239. OLE color: 7528239.
HSL color Cylindrical-coordinate representation of color #2FDF72: hue angle of 142.84º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FDF72 is Cyan = 0.79, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 223 | 114 | - |
| CMYK | 0.79 | 0 | 0.49 | 0.13 |
| HSL | 142.84º | 0.73% | 0.53% | - |
| HSV(B) | 142.84º | 0.79% | 0.87% | - |
| XYZ | 30.6 | 54.59 | 24.84 | - |
| YUV | 157.95 | 103.19 | 48.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 223 | 114 | 0.79 | 0 | 0.49 | 0.13 | 142.84 | 0.73 | 0.53 |
| Hex | 2F | DF | 72 | 4F | 0 | 31 | D | 8F | 49 | 35 |
| Octal | 57 | 337 | 162 | 117 | 0 | 61 | 15 | 217 | 111 | 65 |
| Binary | 101111 | 11011111 | 1110010 | 1001111 | 0 | 110001 | 1101 | 10001111 | 1001001 | 110101 |
Color Harmonies of #2FDF72
Complementary color
Monochromatic Colors of #2FDF72
Black with #2FDF72
Text Example
Text Example
White with #2FDF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDF72; }
p { color: rgb(47,223,114); }
H1.HeaderClassName
{
color: #2FDF72;
}
.AnyTagClassName
{
color: #2FDF72;
}
</style>
background-color css
<style>
a { background-color: #2FDF72; }
a { background-color: rgb(47,223,114); }
div.DivClassName
{
background-color: #2FDF72;
}
.BgClassName
{
background-color: #2FDF72;
}
</style>
border-color css
<style>
span { border-color: #2FDF72; }
span { border-color: rgb(47,223,114); }
td.TdClassName
{
border-color: #2FDF72;
}
.TagClassName
{
border-color: #2FDF72;
}
</style>