Shades of Emerald #2FED7B
Tints of Emerald #2FED7B
RGB
CMYK
RGB Variations
Color information
#2FED7B (or 0x2FED7B) is known color: Emerald. HEX triplet: 2F, ED and 7B. RGB value is (47,237,123). Sum of RGB (Red+Green+Blue) = 47+237+123=407 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.55% from 407); Green value is 237 (92.97% from 255 or 58.23% from 407); Blue value is 123 (48.44% from 255 or 30.22% from 407); Max value from RGB is 237 - color contains mainly: green. Hex color #2FED7B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FED7B is #D01284. Grayscale: #A7A7A7. Windows color (decimal): -13636229 or 8121647. OLE color: 8121647.
HSL color Cylindrical-coordinate representation of color #2FED7B: hue angle of 144º 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 #2FED7B is Cyan = 0.80, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 237 | 123 | - |
| CMYK | 0.80 | 0 | 0.48 | 0.07 |
| HSL | 144º | 0.84% | 0.56% | - |
| HSV(B) | 144º | 0.8% | 0.93% | - |
| XYZ | 35.03 | 62.6 | 28.98 | - |
| YUV | 167.19 | 103.05 | 42.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 237 | 123 | 0.80 | 0 | 0.48 | 0.07 | 144 | 0.84 | 0.56 |
| Hex | 2F | ED | 7B | 50 | 0 | 30 | 7 | 90 | 54 | 38 |
| Octal | 57 | 355 | 173 | 120 | 0 | 60 | 7 | 220 | 124 | 70 |
| Binary | 101111 | 11101101 | 1111011 | 1010000 | 0 | 110000 | 111 | 10010000 | 1010100 | 111000 |
Color Harmonies of #2FED7B
Complementary color
Monochromatic Colors of #2FED7B
Black with #2FED7B
Text Example
Text Example
White with #2FED7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FED7B; }
p { color: rgb(47,237,123); }
H1.HeaderClassName
{
color: #2FED7B;
}
.AnyTagClassName
{
color: #2FED7B;
}
</style>
background-color css
<style>
a { background-color: #2FED7B; }
a { background-color: rgb(47,237,123); }
div.DivClassName
{
background-color: #2FED7B;
}
.BgClassName
{
background-color: #2FED7B;
}
</style>
border-color css
<style>
span { border-color: #2FED7B; }
span { border-color: rgb(47,237,123); }
td.TdClassName
{
border-color: #2FED7B;
}
.TagClassName
{
border-color: #2FED7B;
}
</style>