Shades of Emerald #2FE77B
Tints of Emerald #2FE77B
RGB
CMYK
RGB Variations
Color information
#2FE77B (or 0x2FE77B) is known color: Emerald. HEX triplet: 2F, E7 and 7B. RGB value is (47,231,123). Sum of RGB (Red+Green+Blue) = 47+231+123=401 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.72% from 401); Green value is 231 (90.62% from 255 or 57.61% from 401); Blue value is 123 (48.44% from 255 or 30.67% from 401); Max value from RGB is 231 - color contains mainly: green. Hex color #2FE77B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FE77B is #D01884. Grayscale: #A3A3A3. Windows color (decimal): -13637765 or 8120111. OLE color: 8120111.
HSL color Cylindrical-coordinate representation of color #2FE77B: hue angle of 144.78º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FE77B is Cyan = 0.80, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 47 | 231 | 123 | - |
| CMYK | 0.80 | 0 | 0.47 | 0.09 |
| HSL | 144.78º | 0.79% | 0.55% | - |
| HSV(B) | 144.78º | 0.8% | 0.91% | - |
| XYZ | 33.32 | 59.19 | 28.41 | - |
| YUV | 163.67 | 105.04 | 44.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 231 | 123 | 0.80 | 0 | 0.47 | 0.09 | 144.78 | 0.79 | 0.55 |
| Hex | 2F | E7 | 7B | 50 | 0 | 2F | 9 | 91 | 4F | 37 |
| Octal | 57 | 347 | 173 | 120 | 0 | 57 | 11 | 221 | 117 | 67 |
| Binary | 101111 | 11100111 | 1111011 | 1010000 | 0 | 101111 | 1001 | 10010001 | 1001111 | 110111 |
Color Harmonies of #2FE77B
Complementary color
Monochromatic Colors of #2FE77B
Black with #2FE77B
Text Example
Text Example
White with #2FE77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE77B; }
p { color: rgb(47,231,123); }
H1.HeaderClassName
{
color: #2FE77B;
}
.AnyTagClassName
{
color: #2FE77B;
}
</style>
background-color css
<style>
a { background-color: #2FE77B; }
a { background-color: rgb(47,231,123); }
div.DivClassName
{
background-color: #2FE77B;
}
.BgClassName
{
background-color: #2FE77B;
}
</style>
border-color css
<style>
span { border-color: #2FE77B; }
span { border-color: rgb(47,231,123); }
td.TdClassName
{
border-color: #2FE77B;
}
.TagClassName
{
border-color: #2FE77B;
}
</style>