Shades of Emerald #2EE674
Tints of Emerald #2EE674
RGB
CMYK
RGB Variations
Color information
#2EE674 (or 0x2EE674) is known color: Emerald. HEX triplet: 2E, E6 and 74. RGB value is (46,230,116). Sum of RGB (Red+Green+Blue) = 46+230+116=392 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.73% from 392); Green value is 230 (90.23% from 255 or 58.67% from 392); Blue value is 116 (45.70% from 255 or 29.59% from 392); Max value from RGB is 230 - color contains mainly: green. Hex color #2EE674 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EE674 is #D1198B. Grayscale: #A2A2A2. Windows color (decimal): -13703564 or 7661102. OLE color: 7661102.
HSL color Cylindrical-coordinate representation of color #2EE674: hue angle of 142.83º 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 #2EE674 is Cyan = 0.8, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 46 | 230 | 116 | - |
| CMYK | 0.8 | 0 | 0.50 | 0.10 |
| HSL | 142.83º | 0.79% | 0.54% | - |
| HSV(B) | 142.83º | 0.8% | 0.9% | - |
| XYZ | 32.58 | 58.44 | 26.09 | - |
| YUV | 161.99 | 102.04 | 45.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 230 | 116 | 0.8 | 0 | 0.50 | 0.10 | 142.83 | 0.79 | 0.54 |
| Hex | 2E | E6 | 74 | 50 | 0 | 32 | A | 8F | 4F | 36 |
| Octal | 56 | 346 | 164 | 120 | 0 | 62 | 12 | 217 | 117 | 66 |
| Binary | 101110 | 11100110 | 1110100 | 1010000 | 0 | 110010 | 1010 | 10001111 | 1001111 | 110110 |
Color Harmonies of #2EE674
Complementary color
Monochromatic Colors of #2EE674
Black with #2EE674
Text Example
Text Example
White with #2EE674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE674; }
p { color: rgb(46,230,116); }
H1.HeaderClassName
{
color: #2EE674;
}
.AnyTagClassName
{
color: #2EE674;
}
</style>
background-color css
<style>
a { background-color: #2EE674; }
a { background-color: rgb(46,230,116); }
div.DivClassName
{
background-color: #2EE674;
}
.BgClassName
{
background-color: #2EE674;
}
</style>
border-color css
<style>
span { border-color: #2EE674; }
span { border-color: rgb(46,230,116); }
td.TdClassName
{
border-color: #2EE674;
}
.TagClassName
{
border-color: #2EE674;
}
</style>