Shades of Emerald #2FED72
Tints of Emerald #2FED72
RGB
CMYK
RGB Variations
Color information
#2FED72 (or 0x2FED72) is known color: Emerald. HEX triplet: 2F, ED and 72. RGB value is (47,237,114). Sum of RGB (Red+Green+Blue) = 47+237+114=398 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.81% from 398); Green value is 237 (92.97% from 255 or 59.55% from 398); Blue value is 114 (44.92% from 255 or 28.64% from 398); Max value from RGB is 237 - color contains mainly: green. Hex color #2FED72 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FED72 is #D0128D. Grayscale: #A6A6A6. Windows color (decimal): -13636238 or 7531823. OLE color: 7531823.
HSL color Cylindrical-coordinate representation of color #2FED72: hue angle of 141.16º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FED72 is Cyan = 0.80, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 237 | 114 | - |
| CMYK | 0.80 | 0 | 0.52 | 0.07 |
| HSL | 141.16º | 0.84% | 0.56% | - |
| HSV(B) | 141.16º | 0.8% | 0.93% | - |
| XYZ | 34.49 | 62.39 | 26.14 | - |
| YUV | 166.17 | 98.55 | 43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 237 | 114 | 0.80 | 0 | 0.52 | 0.07 | 141.16 | 0.84 | 0.56 |
| Hex | 2F | ED | 72 | 50 | 0 | 34 | 7 | 8D | 54 | 38 |
| Octal | 57 | 355 | 162 | 120 | 0 | 64 | 7 | 215 | 124 | 70 |
| Binary | 101111 | 11101101 | 1110010 | 1010000 | 0 | 110100 | 111 | 10001101 | 1010100 | 111000 |
Color Harmonies of #2FED72
Complementary color
Monochromatic Colors of #2FED72
Black with #2FED72
Text Example
Text Example
White with #2FED72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FED72; }
p { color: rgb(47,237,114); }
H1.HeaderClassName
{
color: #2FED72;
}
.AnyTagClassName
{
color: #2FED72;
}
</style>
background-color css
<style>
a { background-color: #2FED72; }
a { background-color: rgb(47,237,114); }
div.DivClassName
{
background-color: #2FED72;
}
.BgClassName
{
background-color: #2FED72;
}
</style>
border-color css
<style>
span { border-color: #2FED72; }
span { border-color: rgb(47,237,114); }
td.TdClassName
{
border-color: #2FED72;
}
.TagClassName
{
border-color: #2FED72;
}
</style>