Shades of Emerald #2FE576
Tints of Emerald #2FE576
RGB
CMYK
RGB Variations
Color information
#2FE576 (or 0x2FE576) is known color: Emerald. HEX triplet: 2F, E5 and 76. RGB value is (47,229,118). Sum of RGB (Red+Green+Blue) = 47+229+118=394 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.93% from 394); Green value is 229 (89.84% from 255 or 58.12% from 394); Blue value is 118 (46.48% from 255 or 29.95% from 394); Max value from RGB is 229 - color contains mainly: green. Hex color #2FE576 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FE576 is #D01A89. Grayscale: #A2A2A2. Windows color (decimal): -13638282 or 7791919. OLE color: 7791919.
HSL color Cylindrical-coordinate representation of color #2FE576: hue angle of 143.41º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FE576 is Cyan = 0.79, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 47 | 229 | 118 | - |
| CMYK | 0.79 | 0 | 0.48 | 0.10 |
| HSL | 143.41º | 0.78% | 0.54% | - |
| HSV(B) | 143.41º | 0.79% | 0.9% | - |
| XYZ | 32.46 | 57.95 | 26.61 | - |
| YUV | 161.93 | 103.2 | 46.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 229 | 118 | 0.79 | 0 | 0.48 | 0.10 | 143.41 | 0.78 | 0.54 |
| Hex | 2F | E5 | 76 | 4F | 0 | 30 | A | 8F | 4E | 36 |
| Octal | 57 | 345 | 166 | 117 | 0 | 60 | 12 | 217 | 116 | 66 |
| Binary | 101111 | 11100101 | 1110110 | 1001111 | 0 | 110000 | 1010 | 10001111 | 1001110 | 110110 |
Color Harmonies of #2FE576
Complementary color
Monochromatic Colors of #2FE576
Black with #2FE576
Text Example
Text Example
White with #2FE576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE576; }
p { color: rgb(47,229,118); }
H1.HeaderClassName
{
color: #2FE576;
}
.AnyTagClassName
{
color: #2FE576;
}
</style>
background-color css
<style>
a { background-color: #2FE576; }
a { background-color: rgb(47,229,118); }
div.DivClassName
{
background-color: #2FE576;
}
.BgClassName
{
background-color: #2FE576;
}
</style>
border-color css
<style>
span { border-color: #2FE576; }
span { border-color: rgb(47,229,118); }
td.TdClassName
{
border-color: #2FE576;
}
.TagClassName
{
border-color: #2FE576;
}
</style>