Shades of Emerald #2FEF74
Tints of Emerald #2FEF74
RGB
CMYK
RGB Variations
Color information
#2FEF74 (or 0x2FEF74) is known color: Emerald. HEX triplet: 2F, EF and 74. RGB value is (47,239,116). Sum of RGB (Red+Green+Blue) = 47+239+116=402 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.69% from 402); Green value is 239 (93.75% from 255 or 59.45% from 402); Blue value is 116 (45.70% from 255 or 28.86% from 402); Max value from RGB is 239 - color contains mainly: green. Hex color #2FEF74 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FEF74 is #D0108B. Grayscale: #A7A7A7. Windows color (decimal): -13635724 or 7663407. OLE color: 7663407.
HSL color Cylindrical-coordinate representation of color #2FEF74: hue angle of 141.56º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FEF74 is Cyan = 0.80, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 47 | 239 | 116 | - |
| CMYK | 0.80 | 0 | 0.51 | 0.06 |
| HSL | 141.56º | 0.86% | 0.56% | - |
| HSV(B) | 141.56º | 0.8% | 0.94% | - |
| XYZ | 35.19 | 63.6 | 26.94 | - |
| YUV | 167.57 | 98.89 | 42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 239 | 116 | 0.80 | 0 | 0.51 | 0.06 | 141.56 | 0.86 | 0.56 |
| Hex | 2F | EF | 74 | 50 | 0 | 33 | 6 | 8E | 56 | 38 |
| Octal | 57 | 357 | 164 | 120 | 0 | 63 | 6 | 216 | 126 | 70 |
| Binary | 101111 | 11101111 | 1110100 | 1010000 | 0 | 110011 | 110 | 10001110 | 1010110 | 111000 |
Color Harmonies of #2FEF74
Complementary color
Monochromatic Colors of #2FEF74
Black with #2FEF74
Text Example
Text Example
White with #2FEF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEF74; }
p { color: rgb(47,239,116); }
H1.HeaderClassName
{
color: #2FEF74;
}
.AnyTagClassName
{
color: #2FEF74;
}
</style>
background-color css
<style>
a { background-color: #2FEF74; }
a { background-color: rgb(47,239,116); }
div.DivClassName
{
background-color: #2FEF74;
}
.BgClassName
{
background-color: #2FEF74;
}
</style>
border-color css
<style>
span { border-color: #2FEF74; }
span { border-color: rgb(47,239,116); }
td.TdClassName
{
border-color: #2FEF74;
}
.TagClassName
{
border-color: #2FEF74;
}
</style>