Shades of Emerald #2FEB7B
Tints of Emerald #2FEB7B
RGB
CMYK
RGB Variations
Color information
#2FEB7B (or 0x2FEB7B) is known color: Emerald. HEX triplet: 2F, EB and 7B. RGB value is (47,235,123). Sum of RGB (Red+Green+Blue) = 47+235+123=405 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.60% from 405); Green value is 235 (92.19% from 255 or 58.02% from 405); Blue value is 123 (48.44% from 255 or 30.37% from 405); Max value from RGB is 235 - color contains mainly: green. Hex color #2FEB7B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FEB7B is #D01484. Grayscale: #A6A6A6. Windows color (decimal): -13636741 or 8121135. OLE color: 8121135.
HSL color Cylindrical-coordinate representation of color #2FEB7B: hue angle of 144.26º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FEB7B is Cyan = 0.8, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 47 | 235 | 123 | - |
| CMYK | 0.8 | 0 | 0.48 | 0.08 |
| HSL | 144.26º | 0.82% | 0.55% | - |
| HSV(B) | 144.26º | 0.8% | 0.92% | - |
| XYZ | 34.46 | 61.45 | 28.78 | - |
| YUV | 166.02 | 103.72 | 43.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 235 | 123 | 0.8 | 0 | 0.48 | 0.08 | 144.26 | 0.82 | 0.55 |
| Hex | 2F | EB | 7B | 50 | 0 | 30 | 8 | 90 | 52 | 37 |
| Octal | 57 | 353 | 173 | 120 | 0 | 60 | 10 | 220 | 122 | 67 |
| Binary | 101111 | 11101011 | 1111011 | 1010000 | 0 | 110000 | 1000 | 10010000 | 1010010 | 110111 |
Color Harmonies of #2FEB7B
Complementary color
Monochromatic Colors of #2FEB7B
Black with #2FEB7B
Text Example
Text Example
White with #2FEB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEB7B; }
p { color: rgb(47,235,123); }
H1.HeaderClassName
{
color: #2FEB7B;
}
.AnyTagClassName
{
color: #2FEB7B;
}
</style>
background-color css
<style>
a { background-color: #2FEB7B; }
a { background-color: rgb(47,235,123); }
div.DivClassName
{
background-color: #2FEB7B;
}
.BgClassName
{
background-color: #2FEB7B;
}
</style>
border-color css
<style>
span { border-color: #2FEB7B; }
span { border-color: rgb(47,235,123); }
td.TdClassName
{
border-color: #2FEB7B;
}
.TagClassName
{
border-color: #2FEB7B;
}
</style>