Shades of Emerald #2FE774
Tints of Emerald #2FE774
RGB
CMYK
RGB Variations
Color information
#2FE774 (or 0x2FE774) is known color: Emerald. HEX triplet: 2F, E7 and 74. RGB value is (47,231,116). Sum of RGB (Red+Green+Blue) = 47+231+116=394 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.93% from 394); Green value is 231 (90.62% from 255 or 58.63% from 394); Blue value is 116 (45.70% from 255 or 29.44% from 394); Max value from RGB is 231 - color contains mainly: green. Hex color #2FE774 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FE774 is #D0188B. Grayscale: #A3A3A3. Windows color (decimal): -13637772 or 7661359. OLE color: 7661359.
HSL color Cylindrical-coordinate representation of color #2FE774: hue angle of 142.5º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FE774 is Cyan = 0.80, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 47 | 231 | 116 | - |
| CMYK | 0.80 | 0 | 0.50 | 0.09 |
| HSL | 142.5º | 0.79% | 0.55% | - |
| HSV(B) | 142.5º | 0.8% | 0.91% | - |
| XYZ | 32.9 | 59.02 | 26.18 | - |
| YUV | 162.87 | 101.54 | 45.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 231 | 116 | 0.80 | 0 | 0.50 | 0.09 | 142.5 | 0.79 | 0.55 |
| Hex | 2F | E7 | 74 | 50 | 0 | 32 | 9 | 8E | 4F | 37 |
| Octal | 57 | 347 | 164 | 120 | 0 | 62 | 11 | 216 | 117 | 67 |
| Binary | 101111 | 11100111 | 1110100 | 1010000 | 0 | 110010 | 1001 | 10001110 | 1001111 | 110111 |
Color Harmonies of #2FE774
Complementary color
Monochromatic Colors of #2FE774
Black with #2FE774
Text Example
Text Example
White with #2FE774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE774; }
p { color: rgb(47,231,116); }
H1.HeaderClassName
{
color: #2FE774;
}
.AnyTagClassName
{
color: #2FE774;
}
</style>
background-color css
<style>
a { background-color: #2FE774; }
a { background-color: rgb(47,231,116); }
div.DivClassName
{
background-color: #2FE774;
}
.BgClassName
{
background-color: #2FE774;
}
</style>
border-color css
<style>
span { border-color: #2FE774; }
span { border-color: rgb(47,231,116); }
td.TdClassName
{
border-color: #2FE774;
}
.TagClassName
{
border-color: #2FE774;
}
</style>