Shades of Shamrock #2EE194
Tints of Shamrock #2EE194
RGB
CMYK
RGB Variations
Color information
#2EE194 (or 0x2EE194) is known color: Shamrock. HEX triplet: 2E, E1 and 94. RGB value is (46,225,148). Sum of RGB (Red+Green+Blue) = 46+225+148=419 (55% of max value = 765). Red value is 46 (18.36% from 255 or 10.98% from 419); Green value is 225 (88.28% from 255 or 53.70% from 419); Blue value is 148 (58.20% from 255 or 35.32% from 419); Max value from RGB is 225 - color contains mainly: green. Hex color #2EE194 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EE194 is #D11E6B. Grayscale: #A2A2A2. Windows color (decimal): -13704812 or 9756974. OLE color: 9756974.
HSL color Cylindrical-coordinate representation of color #2EE194: hue angle of 154.19º 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 #2EE194 is Cyan = 0.80, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 46 | 225 | 148 | - |
| CMYK | 0.80 | 0 | 0.34 | 0.12 |
| HSL | 154.19º | 0.75% | 0.53% | - |
| HSV(B) | 154.19º | 0.8% | 0.88% | - |
| XYZ | 33.4 | 56.57 | 37.18 | - |
| YUV | 162.7 | 119.7 | 44.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 225 | 148 | 0.80 | 0 | 0.34 | 0.12 | 154.19 | 0.75 | 0.53 |
| Hex | 2E | E1 | 94 | 50 | 0 | 22 | C | 9A | 4B | 35 |
| Octal | 56 | 341 | 224 | 120 | 0 | 42 | 14 | 232 | 113 | 65 |
| Binary | 101110 | 11100001 | 10010100 | 1010000 | 0 | 100010 | 1100 | 10011010 | 1001011 | 110101 |
Color Harmonies of #2EE194
Complementary color
Monochromatic Colors of #2EE194
Black with #2EE194
Text Example
Text Example
White with #2EE194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE194; }
p { color: rgb(46,225,148); }
H1.HeaderClassName
{
color: #2EE194;
}
.AnyTagClassName
{
color: #2EE194;
}
</style>
background-color css
<style>
a { background-color: #2EE194; }
a { background-color: rgb(46,225,148); }
div.DivClassName
{
background-color: #2EE194;
}
.BgClassName
{
background-color: #2EE194;
}
</style>
border-color css
<style>
span { border-color: #2EE194; }
span { border-color: rgb(46,225,148); }
td.TdClassName
{
border-color: #2EE194;
}
.TagClassName
{
border-color: #2EE194;
}
</style>