Shades of Emerald #2FEE7B
Tints of Emerald #2FEE7B
RGB
CMYK
RGB Variations
Color information
#2FEE7B (or 0x2FEE7B) is known color: Emerald. HEX triplet: 2F, EE and 7B. RGB value is (47,238,123). Sum of RGB (Red+Green+Blue) = 47+238+123=408 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.52% from 408); Green value is 238 (93.36% from 255 or 58.33% from 408); Blue value is 123 (48.44% from 255 or 30.15% from 408); Max value from RGB is 238 - color contains mainly: green. Hex color #2FEE7B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FEE7B is #D01184. Grayscale: #A8A8A8. Windows color (decimal): -13635973 or 8121903. OLE color: 8121903.
HSL color Cylindrical-coordinate representation of color #2FEE7B: hue angle of 143.87º degrees, saturation: 0.85, 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 #2FEE7B is Cyan = 0.80, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 238 | 123 | - |
| CMYK | 0.80 | 0 | 0.48 | 0.07 |
| HSL | 143.87º | 0.85% | 0.56% | - |
| HSV(B) | 143.87º | 0.8% | 0.93% | - |
| XYZ | 35.32 | 63.18 | 29.07 | - |
| YUV | 167.78 | 102.72 | 41.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 238 | 123 | 0.80 | 0 | 0.48 | 0.07 | 143.87 | 0.85 | 0.56 |
| Hex | 2F | EE | 7B | 50 | 0 | 30 | 7 | 90 | 55 | 38 |
| Octal | 57 | 356 | 173 | 120 | 0 | 60 | 7 | 220 | 125 | 70 |
| Binary | 101111 | 11101110 | 1111011 | 1010000 | 0 | 110000 | 111 | 10010000 | 1010101 | 111000 |
Color Harmonies of #2FEE7B
Complementary color
Monochromatic Colors of #2FEE7B
Black with #2FEE7B
Text Example
Text Example
White with #2FEE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEE7B; }
p { color: rgb(47,238,123); }
H1.HeaderClassName
{
color: #2FEE7B;
}
.AnyTagClassName
{
color: #2FEE7B;
}
</style>
background-color css
<style>
a { background-color: #2FEE7B; }
a { background-color: rgb(47,238,123); }
div.DivClassName
{
background-color: #2FEE7B;
}
.BgClassName
{
background-color: #2FEE7B;
}
</style>
border-color css
<style>
span { border-color: #2FEE7B; }
span { border-color: rgb(47,238,123); }
td.TdClassName
{
border-color: #2FEE7B;
}
.TagClassName
{
border-color: #2FEE7B;
}
</style>