Shades of Shamrock #2EE18E
Tints of Shamrock #2EE18E
RGB
CMYK
RGB Variations
Color information
#2EE18E (or 0x2EE18E) is known color: Shamrock. HEX triplet: 2E, E1 and 8E. RGB value is (46,225,142). Sum of RGB (Red+Green+Blue) = 46+225+142=413 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.14% from 413); Green value is 225 (88.28% from 255 or 54.48% from 413); Blue value is 142 (55.86% from 255 or 34.38% from 413); Max value from RGB is 225 - color contains mainly: green. Hex color #2EE18E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EE18E is #D11E71. Grayscale: #A2A2A2. Windows color (decimal): -13704818 or 9363758. OLE color: 9363758.
HSL color Cylindrical-coordinate representation of color #2EE18E: hue angle of 152.18º 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 #2EE18E is Cyan = 0.80, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 46 | 225 | 142 | - |
| CMYK | 0.80 | 0 | 0.37 | 0.12 |
| HSL | 152.18º | 0.75% | 0.53% | - |
| HSV(B) | 152.18º | 0.8% | 0.88% | - |
| XYZ | 32.93 | 56.38 | 34.74 | - |
| YUV | 162.02 | 116.7 | 45.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 225 | 142 | 0.80 | 0 | 0.37 | 0.12 | 152.18 | 0.75 | 0.53 |
| Hex | 2E | E1 | 8E | 50 | 0 | 25 | C | 98 | 4B | 35 |
| Octal | 56 | 341 | 216 | 120 | 0 | 45 | 14 | 230 | 113 | 65 |
| Binary | 101110 | 11100001 | 10001110 | 1010000 | 0 | 100101 | 1100 | 10011000 | 1001011 | 110101 |
Color Harmonies of #2EE18E
Complementary color
Monochromatic Colors of #2EE18E
Black with #2EE18E
Text Example
Text Example
White with #2EE18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE18E; }
p { color: rgb(46,225,142); }
H1.HeaderClassName
{
color: #2EE18E;
}
.AnyTagClassName
{
color: #2EE18E;
}
</style>
background-color css
<style>
a { background-color: #2EE18E; }
a { background-color: rgb(46,225,142); }
div.DivClassName
{
background-color: #2EE18E;
}
.BgClassName
{
background-color: #2EE18E;
}
</style>
border-color css
<style>
span { border-color: #2EE18E; }
span { border-color: rgb(46,225,142); }
td.TdClassName
{
border-color: #2EE18E;
}
.TagClassName
{
border-color: #2EE18E;
}
</style>