Shades of Shamrock #2EE18B
Tints of Shamrock #2EE18B
RGB
CMYK
RGB Variations
Color information
#2EE18B (or 0x2EE18B) is known color: Shamrock. HEX triplet: 2E, E1 and 8B. RGB value is (46,225,139). Sum of RGB (Red+Green+Blue) = 46+225+139=410 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.22% from 410); Green value is 225 (88.28% from 255 or 54.88% from 410); Blue value is 139 (54.69% from 255 or 33.90% from 410); Max value from RGB is 225 - color contains mainly: green. Hex color #2EE18B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EE18B is #D11E74. Grayscale: #A1A1A1. Windows color (decimal): -13704821 or 9167150. OLE color: 9167150.
HSL color Cylindrical-coordinate representation of color #2EE18B: hue angle of 151.17º 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 #2EE18B is Cyan = 0.80, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 46 | 225 | 139 | - |
| CMYK | 0.80 | 0 | 0.38 | 0.12 |
| HSL | 151.17º | 0.75% | 0.53% | - |
| HSV(B) | 151.17º | 0.8% | 0.88% | - |
| XYZ | 32.71 | 56.3 | 33.57 | - |
| YUV | 161.68 | 115.2 | 45.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 225 | 139 | 0.80 | 0 | 0.38 | 0.12 | 151.17 | 0.75 | 0.53 |
| Hex | 2E | E1 | 8B | 50 | 0 | 26 | C | 97 | 4B | 35 |
| Octal | 56 | 341 | 213 | 120 | 0 | 46 | 14 | 227 | 113 | 65 |
| Binary | 101110 | 11100001 | 10001011 | 1010000 | 0 | 100110 | 1100 | 10010111 | 1001011 | 110101 |
Color Harmonies of #2EE18B
Complementary color
Monochromatic Colors of #2EE18B
Black with #2EE18B
Text Example
Text Example
White with #2EE18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE18B; }
p { color: rgb(46,225,139); }
H1.HeaderClassName
{
color: #2EE18B;
}
.AnyTagClassName
{
color: #2EE18B;
}
</style>
background-color css
<style>
a { background-color: #2EE18B; }
a { background-color: rgb(46,225,139); }
div.DivClassName
{
background-color: #2EE18B;
}
.BgClassName
{
background-color: #2EE18B;
}
</style>
border-color css
<style>
span { border-color: #2EE18B; }
span { border-color: rgb(46,225,139); }
td.TdClassName
{
border-color: #2EE18B;
}
.TagClassName
{
border-color: #2EE18B;
}
</style>