Shades of Emerald #2FDC7A
Tints of Emerald #2FDC7A
RGB
CMYK
RGB Variations
Color information
#2FDC7A (or 0x2FDC7A) is known color: Emerald. HEX triplet: 2F, DC and 7A. RGB value is (47,220,122). Sum of RGB (Red+Green+Blue) = 47+220+122=389 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.08% from 389); Green value is 220 (86.33% from 255 or 56.56% from 389); Blue value is 122 (48.05% from 255 or 31.36% from 389); Max value from RGB is 220 - color contains mainly: green. Hex color #2FDC7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FDC7A is #D02385. Grayscale: #9D9D9D. Windows color (decimal): -13640582 or 8051759. OLE color: 8051759.
HSL color Cylindrical-coordinate representation of color #2FDC7A: hue angle of 146.01º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FDC7A is Cyan = 0.79, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 47 | 220 | 122 | - |
| CMYK | 0.79 | 0 | 0.45 | 0.14 |
| HSL | 146.01º | 0.71% | 0.52% | - |
| HSV(B) | 146.01º | 0.79% | 0.86% | - |
| XYZ | 30.28 | 53.2 | 27.08 | - |
| YUV | 157.1 | 108.19 | 49.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 220 | 122 | 0.79 | 0 | 0.45 | 0.14 | 146.01 | 0.71 | 0.52 |
| Hex | 2F | DC | 7A | 4F | 0 | 2D | E | 92 | 47 | 34 |
| Octal | 57 | 334 | 172 | 117 | 0 | 55 | 16 | 222 | 107 | 64 |
| Binary | 101111 | 11011100 | 1111010 | 1001111 | 0 | 101101 | 1110 | 10010010 | 1000111 | 110100 |
Color Harmonies of #2FDC7A
Complementary color
Monochromatic Colors of #2FDC7A
Black with #2FDC7A
Text Example
Text Example
White with #2FDC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDC7A; }
p { color: rgb(47,220,122); }
H1.HeaderClassName
{
color: #2FDC7A;
}
.AnyTagClassName
{
color: #2FDC7A;
}
</style>
background-color css
<style>
a { background-color: #2FDC7A; }
a { background-color: rgb(47,220,122); }
div.DivClassName
{
background-color: #2FDC7A;
}
.BgClassName
{
background-color: #2FDC7A;
}
</style>
border-color css
<style>
span { border-color: #2FDC7A; }
span { border-color: rgb(47,220,122); }
td.TdClassName
{
border-color: #2FDC7A;
}
.TagClassName
{
border-color: #2FDC7A;
}
</style>