Shades of Emerald #2FEA74
Tints of Emerald #2FEA74
RGB
CMYK
RGB Variations
Color information
#2FEA74 (or 0x2FEA74) is known color: Emerald. HEX triplet: 2F, EA and 74. RGB value is (47,234,116). Sum of RGB (Red+Green+Blue) = 47+234+116=397 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.84% from 397); Green value is 234 (91.80% from 255 or 58.94% from 397); Blue value is 116 (45.70% from 255 or 29.22% from 397); Max value from RGB is 234 - color contains mainly: green. Hex color #2FEA74 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FEA74 is #D0158B. Grayscale: #A4A4A4. Windows color (decimal): -13637004 or 7662127. OLE color: 7662127.
HSL color Cylindrical-coordinate representation of color #2FEA74: hue angle of 142.14º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FEA74 is Cyan = 0.80, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 47 | 234 | 116 | - |
| CMYK | 0.80 | 0 | 0.50 | 0.08 |
| HSL | 142.14º | 0.82% | 0.55% | - |
| HSV(B) | 142.14º | 0.8% | 0.92% | - |
| XYZ | 33.75 | 60.71 | 26.46 | - |
| YUV | 164.64 | 100.55 | 44.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 234 | 116 | 0.80 | 0 | 0.50 | 0.08 | 142.14 | 0.82 | 0.55 |
| Hex | 2F | EA | 74 | 50 | 0 | 32 | 8 | 8E | 52 | 37 |
| Octal | 57 | 352 | 164 | 120 | 0 | 62 | 10 | 216 | 122 | 67 |
| Binary | 101111 | 11101010 | 1110100 | 1010000 | 0 | 110010 | 1000 | 10001110 | 1010010 | 110111 |
Color Harmonies of #2FEA74
Complementary color
Monochromatic Colors of #2FEA74
Black with #2FEA74
Text Example
Text Example
White with #2FEA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEA74; }
p { color: rgb(47,234,116); }
H1.HeaderClassName
{
color: #2FEA74;
}
.AnyTagClassName
{
color: #2FEA74;
}
</style>
background-color css
<style>
a { background-color: #2FEA74; }
a { background-color: rgb(47,234,116); }
div.DivClassName
{
background-color: #2FEA74;
}
.BgClassName
{
background-color: #2FEA74;
}
</style>
border-color css
<style>
span { border-color: #2FEA74; }
span { border-color: rgb(47,234,116); }
td.TdClassName
{
border-color: #2FEA74;
}
.TagClassName
{
border-color: #2FEA74;
}
</style>