Shades of Shamrock #2EE198
Tints of Shamrock #2EE198
RGB
CMYK
RGB Variations
Color information
#2EE198 (or 0x2EE198) is known color: Shamrock. HEX triplet: 2E, E1 and 98. RGB value is (46,225,152). Sum of RGB (Red+Green+Blue) = 46+225+152=423 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.87% from 423); Green value is 225 (88.28% from 255 or 53.19% from 423); Blue value is 152 (59.77% from 255 or 35.93% from 423); Max value from RGB is 225 - color contains mainly: green. Hex color #2EE198 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EE198 is #D11E67. Grayscale: #A3A3A3. Windows color (decimal): -13704808 or 10019118. OLE color: 10019118.
HSL color Cylindrical-coordinate representation of color #2EE198: hue angle of 155.53º 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 #2EE198 is Cyan = 0.80, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 46 | 225 | 152 | - |
| CMYK | 0.80 | 0 | 0.32 | 0.12 |
| HSL | 155.53º | 0.75% | 0.53% | - |
| HSV(B) | 155.53º | 0.8% | 0.88% | - |
| XYZ | 33.72 | 56.7 | 38.87 | - |
| YUV | 163.16 | 121.7 | 44.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 225 | 152 | 0.80 | 0 | 0.32 | 0.12 | 155.53 | 0.75 | 0.53 |
| Hex | 2E | E1 | 98 | 50 | 0 | 20 | C | 9C | 4B | 35 |
| Octal | 56 | 341 | 230 | 120 | 0 | 40 | 14 | 234 | 113 | 65 |
| Binary | 101110 | 11100001 | 10011000 | 1010000 | 0 | 100000 | 1100 | 10011100 | 1001011 | 110101 |
Color Harmonies of #2EE198
Complementary color
Monochromatic Colors of #2EE198
Black with #2EE198
Text Example
Text Example
White with #2EE198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE198; }
p { color: rgb(46,225,152); }
H1.HeaderClassName
{
color: #2EE198;
}
.AnyTagClassName
{
color: #2EE198;
}
</style>
background-color css
<style>
a { background-color: #2EE198; }
a { background-color: rgb(46,225,152); }
div.DivClassName
{
background-color: #2EE198;
}
.BgClassName
{
background-color: #2EE198;
}
</style>
border-color css
<style>
span { border-color: #2EE198; }
span { border-color: rgb(46,225,152); }
td.TdClassName
{
border-color: #2EE198;
}
.TagClassName
{
border-color: #2EE198;
}
</style>