Shades of Shamrock #2EE098
Tints of Shamrock #2EE098
RGB
CMYK
RGB Variations
Color information
#2EE098 (or 0x2EE098) is known color: Shamrock. HEX triplet: 2E, E0 and 98. RGB value is (46,224,152). Sum of RGB (Red+Green+Blue) = 46+224+152=422 (55% of max value = 765). Red value is 46 (18.36% from 255 or 10.90% from 422); Green value is 224 (87.89% from 255 or 53.08% from 422); Blue value is 152 (59.77% from 255 or 36.02% from 422); Max value from RGB is 224 - color contains mainly: green. Hex color #2EE098 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EE098 is #D11F67. Grayscale: #A2A2A2. Windows color (decimal): -13705064 or 10018862. OLE color: 10018862.
HSL color Cylindrical-coordinate representation of color #2EE098: hue angle of 155.73º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EE098 is Cyan = 0.79, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 46 | 224 | 152 | - |
| CMYK | 0.79 | 0 | 0.32 | 0.12 |
| HSL | 155.73º | 0.74% | 0.53% | - |
| HSV(B) | 155.73º | 0.79% | 0.88% | - |
| XYZ | 33.45 | 56.16 | 38.78 | - |
| YUV | 162.57 | 122.03 | 44.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 224 | 152 | 0.79 | 0 | 0.32 | 0.12 | 155.73 | 0.74 | 0.53 |
| Hex | 2E | E0 | 98 | 4F | 0 | 20 | C | 9C | 4A | 35 |
| Octal | 56 | 340 | 230 | 117 | 0 | 40 | 14 | 234 | 112 | 65 |
| Binary | 101110 | 11100000 | 10011000 | 1001111 | 0 | 100000 | 1100 | 10011100 | 1001010 | 110101 |
Color Harmonies of #2EE098
Complementary color
Monochromatic Colors of #2EE098
Black with #2EE098
Text Example
Text Example
White with #2EE098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE098; }
p { color: rgb(46,224,152); }
H1.HeaderClassName
{
color: #2EE098;
}
.AnyTagClassName
{
color: #2EE098;
}
</style>
background-color css
<style>
a { background-color: #2EE098; }
a { background-color: rgb(46,224,152); }
div.DivClassName
{
background-color: #2EE098;
}
.BgClassName
{
background-color: #2EE098;
}
</style>
border-color css
<style>
span { border-color: #2EE098; }
span { border-color: rgb(46,224,152); }
td.TdClassName
{
border-color: #2EE098;
}
.TagClassName
{
border-color: #2EE098;
}
</style>