Shades of Emerald #2FE66C
Tints of Emerald #2FE66C
RGB
CMYK
RGB Variations
Color information
#2FE66C (or 0x2FE66C) is known color: Emerald. HEX triplet: 2F, E6 and 6C. RGB value is (47,230,108). Sum of RGB (Red+Green+Blue) = 47+230+108=385 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.21% from 385); Green value is 230 (90.23% from 255 or 59.74% from 385); Blue value is 108 (42.58% from 255 or 28.05% from 385); Max value from RGB is 230 - color contains mainly: green. Hex color #2FE66C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FE66C is #D01993. Grayscale: #A1A1A1. Windows color (decimal): -13638036 or 7136815. OLE color: 7136815.
HSL color Cylindrical-coordinate representation of color #2FE66C: hue angle of 140º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FE66C is Cyan = 0.80, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 47 | 230 | 108 | - |
| CMYK | 0.80 | 0 | 0.53 | 0.10 |
| HSL | 140º | 0.79% | 0.54% | - |
| HSV(B) | 140º | 0.8% | 0.9% | - |
| XYZ | 32.18 | 58.28 | 23.74 | - |
| YUV | 161.38 | 97.87 | 46.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 230 | 108 | 0.80 | 0 | 0.53 | 0.10 | 140 | 0.79 | 0.54 |
| Hex | 2F | E6 | 6C | 50 | 0 | 35 | A | 8C | 4F | 36 |
| Octal | 57 | 346 | 154 | 120 | 0 | 65 | 12 | 214 | 117 | 66 |
| Binary | 101111 | 11100110 | 1101100 | 1010000 | 0 | 110101 | 1010 | 10001100 | 1001111 | 110110 |
Color Harmonies of #2FE66C
Complementary color
Monochromatic Colors of #2FE66C
Black with #2FE66C
Text Example
Text Example
White with #2FE66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE66C; }
p { color: rgb(47,230,108); }
H1.HeaderClassName
{
color: #2FE66C;
}
.AnyTagClassName
{
color: #2FE66C;
}
</style>
background-color css
<style>
a { background-color: #2FE66C; }
a { background-color: rgb(47,230,108); }
div.DivClassName
{
background-color: #2FE66C;
}
.BgClassName
{
background-color: #2FE66C;
}
</style>
border-color css
<style>
span { border-color: #2FE66C; }
span { border-color: rgb(47,230,108); }
td.TdClassName
{
border-color: #2FE66C;
}
.TagClassName
{
border-color: #2FE66C;
}
</style>