Shades of Emerald #2EE275
Tints of Emerald #2EE275
RGB
CMYK
RGB Variations
Color information
#2EE275 (or 0x2EE275) is known color: Emerald. HEX triplet: 2E, E2 and 75. RGB value is (46,226,117). Sum of RGB (Red+Green+Blue) = 46+226+117=389 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.83% from 389); Green value is 226 (88.67% from 255 or 58.10% from 389); Blue value is 117 (46.09% from 255 or 30.08% from 389); Max value from RGB is 226 - color contains mainly: green. Hex color #2EE275 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EE275 is #D11D8A. Grayscale: #A0A0A0. Windows color (decimal): -13704587 or 7725614. OLE color: 7725614.
HSL color Cylindrical-coordinate representation of color #2EE275: hue angle of 143.67º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE275 is Cyan = 0.80, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 46 | 226 | 117 | - |
| CMYK | 0.80 | 0 | 0.48 | 0.11 |
| HSL | 143.67º | 0.76% | 0.53% | - |
| HSV(B) | 143.67º | 0.8% | 0.89% | - |
| XYZ | 31.53 | 56.26 | 26.03 | - |
| YUV | 159.75 | 103.87 | 46.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 226 | 117 | 0.80 | 0 | 0.48 | 0.11 | 143.67 | 0.76 | 0.53 |
| Hex | 2E | E2 | 75 | 50 | 0 | 30 | B | 90 | 4C | 35 |
| Octal | 56 | 342 | 165 | 120 | 0 | 60 | 13 | 220 | 114 | 65 |
| Binary | 101110 | 11100010 | 1110101 | 1010000 | 0 | 110000 | 1011 | 10010000 | 1001100 | 110101 |
Color Harmonies of #2EE275
Complementary color
Monochromatic Colors of #2EE275
Black with #2EE275
Text Example
Text Example
White with #2EE275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE275; }
p { color: rgb(46,226,117); }
H1.HeaderClassName
{
color: #2EE275;
}
.AnyTagClassName
{
color: #2EE275;
}
</style>
background-color css
<style>
a { background-color: #2EE275; }
a { background-color: rgb(46,226,117); }
div.DivClassName
{
background-color: #2EE275;
}
.BgClassName
{
background-color: #2EE275;
}
</style>
border-color css
<style>
span { border-color: #2EE275; }
span { border-color: rgb(46,226,117); }
td.TdClassName
{
border-color: #2EE275;
}
.TagClassName
{
border-color: #2EE275;
}
</style>