Shades of Emerald #2EE573
Tints of Emerald #2EE573
RGB
CMYK
RGB Variations
Color information
#2EE573 (or 0x2EE573) is known color: Emerald. HEX triplet: 2E, E5 and 73. RGB value is (46,229,115). Sum of RGB (Red+Green+Blue) = 46+229+115=390 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.79% from 390); Green value is 229 (89.84% from 255 or 58.72% from 390); Blue value is 115 (45.31% from 255 or 29.49% from 390); Max value from RGB is 229 - color contains mainly: green. Hex color #2EE573 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EE573 is #D11A8C. Grayscale: #A1A1A1. Windows color (decimal): -13703821 or 7595310. OLE color: 7595310.
HSL color Cylindrical-coordinate representation of color #2EE573: hue angle of 142.62º 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 #2EE573 is Cyan = 0.80, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 46 | 229 | 115 | - |
| CMYK | 0.80 | 0 | 0.50 | 0.10 |
| HSL | 142.62º | 0.78% | 0.54% | - |
| HSV(B) | 142.62º | 0.8% | 0.9% | - |
| XYZ | 32.24 | 57.86 | 25.69 | - |
| YUV | 161.29 | 101.87 | 45.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 229 | 115 | 0.80 | 0 | 0.50 | 0.10 | 142.62 | 0.78 | 0.54 |
| Hex | 2E | E5 | 73 | 50 | 0 | 32 | A | 8F | 4E | 36 |
| Octal | 56 | 345 | 163 | 120 | 0 | 62 | 12 | 217 | 116 | 66 |
| Binary | 101110 | 11100101 | 1110011 | 1010000 | 0 | 110010 | 1010 | 10001111 | 1001110 | 110110 |
Color Harmonies of #2EE573
Complementary color
Monochromatic Colors of #2EE573
Black with #2EE573
Text Example
Text Example
White with #2EE573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE573; }
p { color: rgb(46,229,115); }
H1.HeaderClassName
{
color: #2EE573;
}
.AnyTagClassName
{
color: #2EE573;
}
</style>
background-color css
<style>
a { background-color: #2EE573; }
a { background-color: rgb(46,229,115); }
div.DivClassName
{
background-color: #2EE573;
}
.BgClassName
{
background-color: #2EE573;
}
</style>
border-color css
<style>
span { border-color: #2EE573; }
span { border-color: rgb(46,229,115); }
td.TdClassName
{
border-color: #2EE573;
}
.TagClassName
{
border-color: #2EE573;
}
</style>