Shades of Emerald #2EE679
Tints of Emerald #2EE679
RGB
CMYK
RGB Variations
Color information
#2EE679 (or 0x2EE679) is known color: Emerald. HEX triplet: 2E, E6 and 79. RGB value is (46,230,121). Sum of RGB (Red+Green+Blue) = 46+230+121=397 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.59% from 397); Green value is 230 (90.23% from 255 or 57.93% from 397); Blue value is 121 (47.66% from 255 or 30.48% from 397); Max value from RGB is 230 - color contains mainly: green. Hex color #2EE679 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EE679 is #D11986. Grayscale: #A2A2A2. Windows color (decimal): -13703559 or 7988782. OLE color: 7988782.
HSL color Cylindrical-coordinate representation of color #2EE679: hue angle of 144.46º 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 #2EE679 is Cyan = 0.8, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 46 | 230 | 121 | - |
| CMYK | 0.8 | 0 | 0.47 | 0.10 |
| HSL | 144.46º | 0.79% | 0.54% | - |
| HSV(B) | 144.46º | 0.8% | 0.9% | - |
| XYZ | 32.87 | 58.55 | 27.66 | - |
| YUV | 162.56 | 104.54 | 44.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 230 | 121 | 0.8 | 0 | 0.47 | 0.10 | 144.46 | 0.79 | 0.54 |
| Hex | 2E | E6 | 79 | 50 | 0 | 2F | A | 90 | 4F | 36 |
| Octal | 56 | 346 | 171 | 120 | 0 | 57 | 12 | 220 | 117 | 66 |
| Binary | 101110 | 11100110 | 1111001 | 1010000 | 0 | 101111 | 1010 | 10010000 | 1001111 | 110110 |
Color Harmonies of #2EE679
Complementary color
Monochromatic Colors of #2EE679
Black with #2EE679
Text Example
Text Example
White with #2EE679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE679; }
p { color: rgb(46,230,121); }
H1.HeaderClassName
{
color: #2EE679;
}
.AnyTagClassName
{
color: #2EE679;
}
</style>
background-color css
<style>
a { background-color: #2EE679; }
a { background-color: rgb(46,230,121); }
div.DivClassName
{
background-color: #2EE679;
}
.BgClassName
{
background-color: #2EE679;
}
</style>
border-color css
<style>
span { border-color: #2EE679; }
span { border-color: rgb(46,230,121); }
td.TdClassName
{
border-color: #2EE679;
}
.TagClassName
{
border-color: #2EE679;
}
</style>