Shades of Emerald #2FDD6E
Tints of Emerald #2FDD6E
RGB
CMYK
RGB Variations
Color information
#2FDD6E (or 0x2FDD6E) is known color: Emerald. HEX triplet: 2F, DD and 6E. RGB value is (47,221,110). Sum of RGB (Red+Green+Blue) = 47+221+110=378 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.43% from 378); Green value is 221 (86.72% from 255 or 58.47% from 378); Blue value is 110 (43.36% from 255 or 29.10% from 378); Max value from RGB is 221 - color contains mainly: green. Hex color #2FDD6E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FDD6E is #D02291. Grayscale: #9C9C9C. Windows color (decimal): -13640338 or 7265583. OLE color: 7265583.
HSL color Cylindrical-coordinate representation of color #2FDD6E: hue angle of 141.72º degrees, saturation: 0.72, 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 #2FDD6E is Cyan = 0.79, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 47 | 221 | 110 | - |
| CMYK | 0.79 | 0 | 0.50 | 0.13 |
| HSL | 141.72º | 0.72% | 0.53% | - |
| HSV(B) | 141.72º | 0.79% | 0.87% | - |
| XYZ | 29.84 | 53.44 | 23.49 | - |
| YUV | 156.32 | 101.85 | 50.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 221 | 110 | 0.79 | 0 | 0.50 | 0.13 | 141.72 | 0.72 | 0.53 |
| Hex | 2F | DD | 6E | 4F | 0 | 32 | D | 8E | 48 | 35 |
| Octal | 57 | 335 | 156 | 117 | 0 | 62 | 15 | 216 | 110 | 65 |
| Binary | 101111 | 11011101 | 1101110 | 1001111 | 0 | 110010 | 1101 | 10001110 | 1001000 | 110101 |
Color Harmonies of #2FDD6E
Complementary color
Monochromatic Colors of #2FDD6E
Black with #2FDD6E
Text Example
Text Example
White with #2FDD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDD6E; }
p { color: rgb(47,221,110); }
H1.HeaderClassName
{
color: #2FDD6E;
}
.AnyTagClassName
{
color: #2FDD6E;
}
</style>
background-color css
<style>
a { background-color: #2FDD6E; }
a { background-color: rgb(47,221,110); }
div.DivClassName
{
background-color: #2FDD6E;
}
.BgClassName
{
background-color: #2FDD6E;
}
</style>
border-color css
<style>
span { border-color: #2FDD6E; }
span { border-color: rgb(47,221,110); }
td.TdClassName
{
border-color: #2FDD6E;
}
.TagClassName
{
border-color: #2FDD6E;
}
</style>