Shades of Emerald #2EE577
Tints of Emerald #2EE577
RGB
CMYK
RGB Variations
Color information
#2EE577 (or 0x2EE577) is known color: Emerald. HEX triplet: 2E, E5 and 77. RGB value is (46,229,119). Sum of RGB (Red+Green+Blue) = 46+229+119=394 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.68% from 394); Green value is 229 (89.84% from 255 or 58.12% from 394); Blue value is 119 (46.88% from 255 or 30.20% from 394); Max value from RGB is 229 - color contains mainly: green. Hex color #2EE577 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EE577 is #D11A88. Grayscale: #A2A2A2. Windows color (decimal): -13703817 or 7857454. OLE color: 7857454.
HSL color Cylindrical-coordinate representation of color #2EE577: hue angle of 143.93º degrees, saturation: 0.78, 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 #2EE577 is Cyan = 0.80, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 46 | 229 | 119 | - |
| CMYK | 0.80 | 0 | 0.48 | 0.10 |
| HSL | 143.93º | 0.78% | 0.54% | - |
| HSV(B) | 143.93º | 0.8% | 0.9% | - |
| XYZ | 32.48 | 57.95 | 26.93 | - |
| YUV | 161.74 | 103.87 | 45.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 229 | 119 | 0.80 | 0 | 0.48 | 0.10 | 143.93 | 0.78 | 0.54 |
| Hex | 2E | E5 | 77 | 50 | 0 | 30 | A | 90 | 4E | 36 |
| Octal | 56 | 345 | 167 | 120 | 0 | 60 | 12 | 220 | 116 | 66 |
| Binary | 101110 | 11100101 | 1110111 | 1010000 | 0 | 110000 | 1010 | 10010000 | 1001110 | 110110 |
Color Harmonies of #2EE577
Complementary color
Monochromatic Colors of #2EE577
Black with #2EE577
Text Example
Text Example
White with #2EE577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE577; }
p { color: rgb(46,229,119); }
H1.HeaderClassName
{
color: #2EE577;
}
.AnyTagClassName
{
color: #2EE577;
}
</style>
background-color css
<style>
a { background-color: #2EE577; }
a { background-color: rgb(46,229,119); }
div.DivClassName
{
background-color: #2EE577;
}
.BgClassName
{
background-color: #2EE577;
}
</style>
border-color css
<style>
span { border-color: #2EE577; }
span { border-color: rgb(46,229,119); }
td.TdClassName
{
border-color: #2EE577;
}
.TagClassName
{
border-color: #2EE577;
}
</style>