Shades of Shamrock #2EE2AD
Tints of Shamrock #2EE2AD
RGB
CMYK
RGB Variations
Color information
#2EE2AD (or 0x2EE2AD) is known color: Shamrock. HEX triplet: 2E, E2 and AD. RGB value is (46,226,173). Sum of RGB (Red+Green+Blue) = 46+226+173=445 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.34% from 445); Green value is 226 (88.67% from 255 or 50.79% from 445); Blue value is 173 (67.97% from 255 or 38.88% from 445); Max value from RGB is 226 - color contains mainly: green. Hex color #2EE2AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EE2AD is #D11D52. Grayscale: #A6A6A6. Windows color (decimal): -13704531 or 11395630. OLE color: 11395630.
HSL color Cylindrical-coordinate representation of color #2EE2AD: hue angle of 162.33º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE2AD is Cyan = 0.80, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 46 | 226 | 173 | - |
| CMYK | 0.80 | 0 | 0.23 | 0.11 |
| HSL | 162.33º | 0.76% | 0.53% | - |
| HSV(B) | 162.33º | 0.8% | 0.89% | - |
| XYZ | 35.87 | 57.99 | 48.84 | - |
| YUV | 166.14 | 131.87 | 42.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 226 | 173 | 0.80 | 0 | 0.23 | 0.11 | 162.33 | 0.76 | 0.53 |
| Hex | 2E | E2 | AD | 50 | 0 | 17 | B | A2 | 4C | 35 |
| Octal | 56 | 342 | 255 | 120 | 0 | 27 | 13 | 242 | 114 | 65 |
| Binary | 101110 | 11100010 | 10101101 | 1010000 | 0 | 10111 | 1011 | 10100010 | 1001100 | 110101 |
Color Harmonies of #2EE2AD
Complementary color
Monochromatic Colors of #2EE2AD
Black with #2EE2AD
Text Example
Text Example
White with #2EE2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE2AD; }
p { color: rgb(46,226,173); }
H1.HeaderClassName
{
color: #2EE2AD;
}
.AnyTagClassName
{
color: #2EE2AD;
}
</style>
background-color css
<style>
a { background-color: #2EE2AD; }
a { background-color: rgb(46,226,173); }
div.DivClassName
{
background-color: #2EE2AD;
}
.BgClassName
{
background-color: #2EE2AD;
}
</style>
border-color css
<style>
span { border-color: #2EE2AD; }
span { border-color: rgb(46,226,173); }
td.TdClassName
{
border-color: #2EE2AD;
}
.TagClassName
{
border-color: #2EE2AD;
}
</style>