Shades of Shamrock #2EE097
Tints of Shamrock #2EE097
RGB
CMYK
RGB Variations
Color information
#2EE097 (or 0x2EE097) is known color: Shamrock. HEX triplet: 2E, E0 and 97. RGB value is (46,224,151). Sum of RGB (Red+Green+Blue) = 46+224+151=421 (55% of max value = 765). Red value is 46 (18.36% from 255 or 10.93% from 421); Green value is 224 (87.89% from 255 or 53.21% from 421); Blue value is 151 (59.38% from 255 or 35.87% from 421); Max value from RGB is 224 - color contains mainly: green. Hex color #2EE097 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EE097 is #D11F68. Grayscale: #A2A2A2. Windows color (decimal): -13705065 or 9953326. OLE color: 9953326.
HSL color Cylindrical-coordinate representation of color #2EE097: hue angle of 155.39º 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 #2EE097 is Cyan = 0.79, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 46 | 224 | 151 | - |
| CMYK | 0.79 | 0 | 0.33 | 0.12 |
| HSL | 155.39º | 0.74% | 0.53% | - |
| HSV(B) | 155.39º | 0.79% | 0.88% | - |
| XYZ | 33.37 | 56.13 | 38.35 | - |
| YUV | 162.46 | 121.53 | 44.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 224 | 151 | 0.79 | 0 | 0.33 | 0.12 | 155.39 | 0.74 | 0.53 |
| Hex | 2E | E0 | 97 | 4F | 0 | 21 | C | 9B | 4A | 35 |
| Octal | 56 | 340 | 227 | 117 | 0 | 41 | 14 | 233 | 112 | 65 |
| Binary | 101110 | 11100000 | 10010111 | 1001111 | 0 | 100001 | 1100 | 10011011 | 1001010 | 110101 |
Color Harmonies of #2EE097
Complementary color
Monochromatic Colors of #2EE097
Black with #2EE097
Text Example
Text Example
White with #2EE097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE097; }
p { color: rgb(46,224,151); }
H1.HeaderClassName
{
color: #2EE097;
}
.AnyTagClassName
{
color: #2EE097;
}
</style>
background-color css
<style>
a { background-color: #2EE097; }
a { background-color: rgb(46,224,151); }
div.DivClassName
{
background-color: #2EE097;
}
.BgClassName
{
background-color: #2EE097;
}
</style>
border-color css
<style>
span { border-color: #2EE097; }
span { border-color: rgb(46,224,151); }
td.TdClassName
{
border-color: #2EE097;
}
.TagClassName
{
border-color: #2EE097;
}
</style>