Shades of Shamrock #2EE0A1
Tints of Shamrock #2EE0A1
RGB
CMYK
RGB Variations
Color information
#2EE0A1 (or 0x2EE0A1) is known color: Shamrock. HEX triplet: 2E, E0 and A1. RGB value is (46,224,161). Sum of RGB (Red+Green+Blue) = 46+224+161=431 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.67% from 431); Green value is 224 (87.89% from 255 or 51.97% from 431); Blue value is 161 (63.28% from 255 or 37.35% from 431); Max value from RGB is 224 - color contains mainly: green. Hex color #2EE0A1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EE0A1 is #D11F5E. Grayscale: #A3A3A3. Windows color (decimal): -13705055 or 10608686. OLE color: 10608686.
HSL color Cylindrical-coordinate representation of color #2EE0A1: hue angle of 158.76º 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 #2EE0A1 is Cyan = 0.79, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 46 | 224 | 161 | - |
| CMYK | 0.79 | 0 | 0.28 | 0.12 |
| HSL | 158.76º | 0.74% | 0.53% | - |
| HSV(B) | 158.76º | 0.79% | 0.88% | - |
| XYZ | 34.22 | 56.47 | 42.81 | - |
| YUV | 163.6 | 126.53 | 44.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 224 | 161 | 0.79 | 0 | 0.28 | 0.12 | 158.76 | 0.74 | 0.53 |
| Hex | 2E | E0 | A1 | 4F | 0 | 1C | C | 9F | 4A | 35 |
| Octal | 56 | 340 | 241 | 117 | 0 | 34 | 14 | 237 | 112 | 65 |
| Binary | 101110 | 11100000 | 10100001 | 1001111 | 0 | 11100 | 1100 | 10011111 | 1001010 | 110101 |
Color Harmonies of #2EE0A1
Complementary color
Monochromatic Colors of #2EE0A1
Black with #2EE0A1
Text Example
Text Example
White with #2EE0A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE0A1; }
p { color: rgb(46,224,161); }
H1.HeaderClassName
{
color: #2EE0A1;
}
.AnyTagClassName
{
color: #2EE0A1;
}
</style>
background-color css
<style>
a { background-color: #2EE0A1; }
a { background-color: rgb(46,224,161); }
div.DivClassName
{
background-color: #2EE0A1;
}
.BgClassName
{
background-color: #2EE0A1;
}
</style>
border-color css
<style>
span { border-color: #2EE0A1; }
span { border-color: rgb(46,224,161); }
td.TdClassName
{
border-color: #2EE0A1;
}
.TagClassName
{
border-color: #2EE0A1;
}
</style>