Shades of Shamrock #2EE49F
Tints of Shamrock #2EE49F
RGB
CMYK
RGB Variations
Color information
#2EE49F (or 0x2EE49F) is known color: Shamrock. HEX triplet: 2E, E4 and 9F. RGB value is (46,228,159). Sum of RGB (Red+Green+Blue) = 46+228+159=433 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.62% from 433); Green value is 228 (89.45% from 255 or 52.66% from 433); Blue value is 159 (62.5% from 255 or 36.72% from 433); Max value from RGB is 228 - color contains mainly: green. Hex color #2EE49F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EE49F is #D11B60. Grayscale: #A5A5A5. Windows color (decimal): -13704033 or 10478638. OLE color: 10478638.
HSL color Cylindrical-coordinate representation of color #2EE49F: hue angle of 157.25º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE49F is Cyan = 0.80, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 46 | 228 | 159 | - |
| CMYK | 0.80 | 0 | 0.30 | 0.11 |
| HSL | 157.25º | 0.77% | 0.54% | - |
| HSV(B) | 157.25º | 0.8% | 0.89% | - |
| XYZ | 35.13 | 58.57 | 42.25 | - |
| YUV | 165.72 | 124.2 | 42.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 228 | 159 | 0.80 | 0 | 0.30 | 0.11 | 157.25 | 0.77 | 0.54 |
| Hex | 2E | E4 | 9F | 50 | 0 | 1E | B | 9D | 4D | 36 |
| Octal | 56 | 344 | 237 | 120 | 0 | 36 | 13 | 235 | 115 | 66 |
| Binary | 101110 | 11100100 | 10011111 | 1010000 | 0 | 11110 | 1011 | 10011101 | 1001101 | 110110 |
Color Harmonies of #2EE49F
Complementary color
Monochromatic Colors of #2EE49F
Black with #2EE49F
Text Example
Text Example
White with #2EE49F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE49F; }
p { color: rgb(46,228,159); }
H1.HeaderClassName
{
color: #2EE49F;
}
.AnyTagClassName
{
color: #2EE49F;
}
</style>
background-color css
<style>
a { background-color: #2EE49F; }
a { background-color: rgb(46,228,159); }
div.DivClassName
{
background-color: #2EE49F;
}
.BgClassName
{
background-color: #2EE49F;
}
</style>
border-color css
<style>
span { border-color: #2EE49F; }
span { border-color: rgb(46,228,159); }
td.TdClassName
{
border-color: #2EE49F;
}
.TagClassName
{
border-color: #2EE49F;
}
</style>