Shades of Emerald #2FDA74
Tints of Emerald #2FDA74
RGB
CMYK
RGB Variations
Color information
#2FDA74 (or 0x2FDA74) is known color: Emerald. HEX triplet: 2F, DA and 74. RGB value is (47,218,116). Sum of RGB (Red+Green+Blue) = 47+218+116=381 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.34% from 381); Green value is 218 (85.55% from 255 or 57.22% from 381); Blue value is 116 (45.70% from 255 or 30.45% from 381); Max value from RGB is 218 - color contains mainly: green. Hex color #2FDA74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FDA74 is #D0258B. Grayscale: #9B9B9B. Windows color (decimal): -13641100 or 7658031. OLE color: 7658031.
HSL color Cylindrical-coordinate representation of color #2FDA74: hue angle of 144.21º 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 #2FDA74 is Cyan = 0.78, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 47 | 218 | 116 | - |
| CMYK | 0.78 | 0 | 0.47 | 0.15 |
| HSL | 144.21º | 0.7% | 0.52% | - |
| HSV(B) | 144.21º | 0.78% | 0.85% | - |
| XYZ | 29.4 | 52.01 | 25.01 | - |
| YUV | 155.24 | 105.85 | 50.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 218 | 116 | 0.78 | 0 | 0.47 | 0.15 | 144.21 | 0.7 | 0.52 |
| Hex | 2F | DA | 74 | 4E | 0 | 2F | F | 90 | 46 | 34 |
| Octal | 57 | 332 | 164 | 116 | 0 | 57 | 17 | 220 | 106 | 64 |
| Binary | 101111 | 11011010 | 1110100 | 1001110 | 0 | 101111 | 1111 | 10010000 | 1000110 | 110100 |
Color Harmonies of #2FDA74
Complementary color
Monochromatic Colors of #2FDA74
Black with #2FDA74
Text Example
Text Example
White with #2FDA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDA74; }
p { color: rgb(47,218,116); }
H1.HeaderClassName
{
color: #2FDA74;
}
.AnyTagClassName
{
color: #2FDA74;
}
</style>
background-color css
<style>
a { background-color: #2FDA74; }
a { background-color: rgb(47,218,116); }
div.DivClassName
{
background-color: #2FDA74;
}
.BgClassName
{
background-color: #2FDA74;
}
</style>
border-color css
<style>
span { border-color: #2FDA74; }
span { border-color: rgb(47,218,116); }
td.TdClassName
{
border-color: #2FDA74;
}
.TagClassName
{
border-color: #2FDA74;
}
</style>