Shades of Emerald #2FEA6E
Tints of Emerald #2FEA6E
RGB
CMYK
RGB Variations
Color information
#2FEA6E (or 0x2FEA6E) is known color: Emerald. HEX triplet: 2F, EA and 6E. RGB value is (47,234,110). Sum of RGB (Red+Green+Blue) = 47+234+110=391 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.02% from 391); Green value is 234 (91.80% from 255 or 59.85% from 391); Blue value is 110 (43.36% from 255 or 28.13% from 391); Max value from RGB is 234 - color contains mainly: green. Hex color #2FEA6E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FEA6E is #D01591. Grayscale: #A4A4A4. Windows color (decimal): -13637010 or 7268911. OLE color: 7268911.
HSL color Cylindrical-coordinate representation of color #2FEA6E: hue angle of 140.21º 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 #2FEA6E is Cyan = 0.80, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 47 | 234 | 110 | - |
| CMYK | 0.80 | 0 | 0.53 | 0.08 |
| HSL | 140.21º | 0.82% | 0.55% | - |
| HSV(B) | 140.21º | 0.8% | 0.92% | - |
| XYZ | 33.41 | 60.58 | 24.68 | - |
| YUV | 163.95 | 97.55 | 44.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 234 | 110 | 0.80 | 0 | 0.53 | 0.08 | 140.21 | 0.82 | 0.55 |
| Hex | 2F | EA | 6E | 50 | 0 | 35 | 8 | 8C | 52 | 37 |
| Octal | 57 | 352 | 156 | 120 | 0 | 65 | 10 | 214 | 122 | 67 |
| Binary | 101111 | 11101010 | 1101110 | 1010000 | 0 | 110101 | 1000 | 10001100 | 1010010 | 110111 |
Color Harmonies of #2FEA6E
Complementary color
Monochromatic Colors of #2FEA6E
Black with #2FEA6E
Text Example
Text Example
White with #2FEA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEA6E; }
p { color: rgb(47,234,110); }
H1.HeaderClassName
{
color: #2FEA6E;
}
.AnyTagClassName
{
color: #2FEA6E;
}
</style>
background-color css
<style>
a { background-color: #2FEA6E; }
a { background-color: rgb(47,234,110); }
div.DivClassName
{
background-color: #2FEA6E;
}
.BgClassName
{
background-color: #2FEA6E;
}
</style>
border-color css
<style>
span { border-color: #2FEA6E; }
span { border-color: rgb(47,234,110); }
td.TdClassName
{
border-color: #2FEA6E;
}
.TagClassName
{
border-color: #2FEA6E;
}
</style>