Shades of Emerald #2FED7A
Tints of Emerald #2FED7A
RGB
CMYK
RGB Variations
Color information
#2FED7A (or 0x2FED7A) is known color: Emerald. HEX triplet: 2F, ED and 7A. RGB value is (47,237,122). Sum of RGB (Red+Green+Blue) = 47+237+122=406 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.58% from 406); Green value is 237 (92.97% from 255 or 58.37% from 406); Blue value is 122 (48.05% from 255 or 30.05% from 406); Max value from RGB is 237 - color contains mainly: green. Hex color #2FED7A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FED7A is #D01285. Grayscale: #A7A7A7. Windows color (decimal): -13636230 or 8056111. OLE color: 8056111.
HSL color Cylindrical-coordinate representation of color #2FED7A: hue angle of 143.68º 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 #2FED7A is Cyan = 0.80, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 237 | 122 | - |
| CMYK | 0.80 | 0 | 0.49 | 0.07 |
| HSL | 143.68º | 0.84% | 0.56% | - |
| HSV(B) | 143.68º | 0.8% | 0.93% | - |
| XYZ | 34.97 | 62.58 | 28.65 | - |
| YUV | 167.08 | 102.55 | 42.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 237 | 122 | 0.80 | 0 | 0.49 | 0.07 | 143.68 | 0.84 | 0.56 |
| Hex | 2F | ED | 7A | 50 | 0 | 31 | 7 | 90 | 54 | 38 |
| Octal | 57 | 355 | 172 | 120 | 0 | 61 | 7 | 220 | 124 | 70 |
| Binary | 101111 | 11101101 | 1111010 | 1010000 | 0 | 110001 | 111 | 10010000 | 1010100 | 111000 |
Color Harmonies of #2FED7A
Complementary color
Monochromatic Colors of #2FED7A
Black with #2FED7A
Text Example
Text Example
White with #2FED7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FED7A; }
p { color: rgb(47,237,122); }
H1.HeaderClassName
{
color: #2FED7A;
}
.AnyTagClassName
{
color: #2FED7A;
}
</style>
background-color css
<style>
a { background-color: #2FED7A; }
a { background-color: rgb(47,237,122); }
div.DivClassName
{
background-color: #2FED7A;
}
.BgClassName
{
background-color: #2FED7A;
}
</style>
border-color css
<style>
span { border-color: #2FED7A; }
span { border-color: rgb(47,237,122); }
td.TdClassName
{
border-color: #2FED7A;
}
.TagClassName
{
border-color: #2FED7A;
}
</style>