Shades of Emerald #2FF072
Tints of Emerald #2FF072
RGB
CMYK
RGB Variations
Color information
#2FF072 (or 0x2FF072) is known color: Emerald. HEX triplet: 2F, F0 and 72. RGB value is (47,240,114). Sum of RGB (Red+Green+Blue) = 47+240+114=401 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.72% from 401); Green value is 240 (94.14% from 255 or 59.85% from 401); Blue value is 114 (44.92% from 255 or 28.43% from 401); Max value from RGB is 240 - color contains mainly: green. Hex color #2FF072 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FF072 is #D00F8D. Grayscale: #A8A8A8. Windows color (decimal): -13635470 or 7532591. OLE color: 7532591.
HSL color Cylindrical-coordinate representation of color #2FF072: hue angle of 140.83º 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 #2FF072 is Cyan = 0.80, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 47 | 240 | 114 | - |
| CMYK | 0.80 | 0 | 0.52 | 0.06 |
| HSL | 140.83º | 0.87% | 0.56% | - |
| HSV(B) | 140.83º | 0.8% | 0.94% | - |
| XYZ | 35.37 | 64.14 | 26.44 | - |
| YUV | 167.93 | 97.56 | 41.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 240 | 114 | 0.80 | 0 | 0.52 | 0.06 | 140.83 | 0.87 | 0.56 |
| Hex | 2F | F0 | 72 | 50 | 0 | 34 | 6 | 8D | 57 | 38 |
| Octal | 57 | 360 | 162 | 120 | 0 | 64 | 6 | 215 | 127 | 70 |
| Binary | 101111 | 11110000 | 1110010 | 1010000 | 0 | 110100 | 110 | 10001101 | 1010111 | 111000 |
Color Harmonies of #2FF072
Complementary color
Monochromatic Colors of #2FF072
Black with #2FF072
Text Example
Text Example
White with #2FF072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF072; }
p { color: rgb(47,240,114); }
H1.HeaderClassName
{
color: #2FF072;
}
.AnyTagClassName
{
color: #2FF072;
}
</style>
background-color css
<style>
a { background-color: #2FF072; }
a { background-color: rgb(47,240,114); }
div.DivClassName
{
background-color: #2FF072;
}
.BgClassName
{
background-color: #2FF072;
}
</style>
border-color css
<style>
span { border-color: #2FF072; }
span { border-color: rgb(47,240,114); }
td.TdClassName
{
border-color: #2FF072;
}
.TagClassName
{
border-color: #2FF072;
}
</style>