Shades of Emerald #2FDA71
Tints of Emerald #2FDA71
RGB
CMYK
RGB Variations
Color information
#2FDA71 (or 0x2FDA71) is known color: Emerald. HEX triplet: 2F, DA and 71. RGB value is (47,218,113). Sum of RGB (Red+Green+Blue) = 47+218+113=378 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.43% from 378); Green value is 218 (85.55% from 255 or 57.67% from 378); Blue value is 113 (44.53% from 255 or 29.89% from 378); Max value from RGB is 218 - color contains mainly: green. Hex color #2FDA71 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FDA71 is #D0258E. Grayscale: #9B9B9B. Windows color (decimal): -13641103 or 7461423. OLE color: 7461423.
HSL color Cylindrical-coordinate representation of color #2FDA71: hue angle of 143.16º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FDA71 is Cyan = 0.78, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 47 | 218 | 113 | - |
| CMYK | 0.78 | 0 | 0.48 | 0.15 |
| HSL | 143.16º | 0.7% | 0.52% | - |
| HSV(B) | 143.16º | 0.78% | 0.85% | - |
| XYZ | 29.22 | 51.94 | 24.11 | - |
| YUV | 154.9 | 104.35 | 51.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 218 | 113 | 0.78 | 0 | 0.48 | 0.15 | 143.16 | 0.7 | 0.52 |
| Hex | 2F | DA | 71 | 4E | 0 | 30 | F | 8F | 46 | 34 |
| Octal | 57 | 332 | 161 | 116 | 0 | 60 | 17 | 217 | 106 | 64 |
| Binary | 101111 | 11011010 | 1110001 | 1001110 | 0 | 110000 | 1111 | 10001111 | 1000110 | 110100 |
Color Harmonies of #2FDA71
Complementary color
Monochromatic Colors of #2FDA71
Black with #2FDA71
Text Example
Text Example
White with #2FDA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDA71; }
p { color: rgb(47,218,113); }
H1.HeaderClassName
{
color: #2FDA71;
}
.AnyTagClassName
{
color: #2FDA71;
}
</style>
background-color css
<style>
a { background-color: #2FDA71; }
a { background-color: rgb(47,218,113); }
div.DivClassName
{
background-color: #2FDA71;
}
.BgClassName
{
background-color: #2FDA71;
}
</style>
border-color css
<style>
span { border-color: #2FDA71; }
span { border-color: rgb(47,218,113); }
td.TdClassName
{
border-color: #2FDA71;
}
.TagClassName
{
border-color: #2FDA71;
}
</style>