Shades of Emerald #2EE172
Tints of Emerald #2EE172
RGB
CMYK
RGB Variations
Color information
#2EE172 (or 0x2EE172) is known color: Emerald. HEX triplet: 2E, E1 and 72. RGB value is (46,225,114). Sum of RGB (Red+Green+Blue) = 46+225+114=385 (50% of max value = 765). Red value is 46 (18.36% from 255 or 11.95% from 385); Green value is 225 (88.28% from 255 or 58.44% from 385); Blue value is 114 (44.92% from 255 or 29.61% from 385); Max value from RGB is 225 - color contains mainly: green. Hex color #2EE172 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EE172 is #D11E8D. Grayscale: #9F9F9F. Windows color (decimal): -13704846 or 7528750. OLE color: 7528750.
HSL color Cylindrical-coordinate representation of color #2EE172: hue angle of 142.79º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE172 is Cyan = 0.80, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 46 | 225 | 114 | - |
| CMYK | 0.80 | 0 | 0.49 | 0.12 |
| HSL | 142.79º | 0.75% | 0.53% | - |
| HSV(B) | 142.79º | 0.8% | 0.88% | - |
| XYZ | 31.09 | 55.65 | 25.02 | - |
| YUV | 158.83 | 102.7 | 47.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 225 | 114 | 0.80 | 0 | 0.49 | 0.12 | 142.79 | 0.75 | 0.53 |
| Hex | 2E | E1 | 72 | 50 | 0 | 31 | C | 8F | 4B | 35 |
| Octal | 56 | 341 | 162 | 120 | 0 | 61 | 14 | 217 | 113 | 65 |
| Binary | 101110 | 11100001 | 1110010 | 1010000 | 0 | 110001 | 1100 | 10001111 | 1001011 | 110101 |
Color Harmonies of #2EE172
Complementary color
Monochromatic Colors of #2EE172
Black with #2EE172
Text Example
Text Example
White with #2EE172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE172; }
p { color: rgb(46,225,114); }
H1.HeaderClassName
{
color: #2EE172;
}
.AnyTagClassName
{
color: #2EE172;
}
</style>
background-color css
<style>
a { background-color: #2EE172; }
a { background-color: rgb(46,225,114); }
div.DivClassName
{
background-color: #2EE172;
}
.BgClassName
{
background-color: #2EE172;
}
</style>
border-color css
<style>
span { border-color: #2EE172; }
span { border-color: rgb(46,225,114); }
td.TdClassName
{
border-color: #2EE172;
}
.TagClassName
{
border-color: #2EE172;
}
</style>