Shades of Shamrock #2EE2AB
Tints of Shamrock #2EE2AB
RGB
CMYK
RGB Variations
Color information
#2EE2AB (or 0x2EE2AB) is known color: Shamrock. HEX triplet: 2E, E2 and AB. RGB value is (46,226,171). Sum of RGB (Red+Green+Blue) = 46+226+171=443 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.38% from 443); Green value is 226 (88.67% from 255 or 51.02% from 443); Blue value is 171 (67.19% from 255 or 38.60% from 443); Max value from RGB is 226 - color contains mainly: green. Hex color #2EE2AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EE2AB is #D11D54. Grayscale: #A5A5A5. Windows color (decimal): -13704533 or 11264558. OLE color: 11264558.
HSL color Cylindrical-coordinate representation of color #2EE2AB: hue angle of 161.67º 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 #2EE2AB is Cyan = 0.80, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 46 | 226 | 171 | - |
| CMYK | 0.80 | 0 | 0.24 | 0.11 |
| HSL | 161.67º | 0.76% | 0.53% | - |
| HSV(B) | 161.67º | 0.8% | 0.89% | - |
| XYZ | 35.67 | 57.91 | 47.83 | - |
| YUV | 165.91 | 130.87 | 42.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 226 | 171 | 0.80 | 0 | 0.24 | 0.11 | 161.67 | 0.76 | 0.53 |
| Hex | 2E | E2 | AB | 50 | 0 | 18 | B | A2 | 4C | 35 |
| Octal | 56 | 342 | 253 | 120 | 0 | 30 | 13 | 242 | 114 | 65 |
| Binary | 101110 | 11100010 | 10101011 | 1010000 | 0 | 11000 | 1011 | 10100010 | 1001100 | 110101 |
Color Harmonies of #2EE2AB
Complementary color
Monochromatic Colors of #2EE2AB
Black with #2EE2AB
Text Example
Text Example
White with #2EE2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE2AB; }
p { color: rgb(46,226,171); }
H1.HeaderClassName
{
color: #2EE2AB;
}
.AnyTagClassName
{
color: #2EE2AB;
}
</style>
background-color css
<style>
a { background-color: #2EE2AB; }
a { background-color: rgb(46,226,171); }
div.DivClassName
{
background-color: #2EE2AB;
}
.BgClassName
{
background-color: #2EE2AB;
}
</style>
border-color css
<style>
span { border-color: #2EE2AB; }
span { border-color: rgb(46,226,171); }
td.TdClassName
{
border-color: #2EE2AB;
}
.TagClassName
{
border-color: #2EE2AB;
}
</style>