Shades of Emerald #2FF071
Tints of Emerald #2FF071
RGB
CMYK
RGB Variations
Color information
#2FF071 (or 0x2FF071) is known color: Emerald. HEX triplet: 2F, F0 and 71. RGB value is (47,240,113). Sum of RGB (Red+Green+Blue) = 47+240+113=400 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.75% from 400); Green value is 240 (94.14% from 255 or 60% from 400); Blue value is 113 (44.53% from 255 or 28.25% from 400); Max value from RGB is 240 - color contains mainly: green. Hex color #2FF071 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FF071 is #D00F8E. Grayscale: #A8A8A8. Windows color (decimal): -13635471 or 7467055. OLE color: 7467055.
HSL color Cylindrical-coordinate representation of color #2FF071: hue angle of 140.52º degrees, saturation: 0.87, 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 #2FF071 is Cyan = 0.80, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 47 | 240 | 113 | - |
| CMYK | 0.80 | 0 | 0.53 | 0.06 |
| HSL | 140.52º | 0.87% | 0.56% | - |
| HSV(B) | 140.52º | 0.8% | 0.94% | - |
| XYZ | 35.31 | 64.12 | 26.14 | - |
| YUV | 167.82 | 97.06 | 41.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 240 | 113 | 0.80 | 0 | 0.53 | 0.06 | 140.52 | 0.87 | 0.56 |
| Hex | 2F | F0 | 71 | 50 | 0 | 35 | 6 | 8D | 57 | 38 |
| Octal | 57 | 360 | 161 | 120 | 0 | 65 | 6 | 215 | 127 | 70 |
| Binary | 101111 | 11110000 | 1110001 | 1010000 | 0 | 110101 | 110 | 10001101 | 1010111 | 111000 |
Color Harmonies of #2FF071
Complementary color
Monochromatic Colors of #2FF071
Black with #2FF071
Text Example
Text Example
White with #2FF071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF071; }
p { color: rgb(47,240,113); }
H1.HeaderClassName
{
color: #2FF071;
}
.AnyTagClassName
{
color: #2FF071;
}
</style>
background-color css
<style>
a { background-color: #2FF071; }
a { background-color: rgb(47,240,113); }
div.DivClassName
{
background-color: #2FF071;
}
.BgClassName
{
background-color: #2FF071;
}
</style>
border-color css
<style>
span { border-color: #2FF071; }
span { border-color: rgb(47,240,113); }
td.TdClassName
{
border-color: #2FF071;
}
.TagClassName
{
border-color: #2FF071;
}
</style>