Shades of Shamrock #2EE0A3
Tints of Shamrock #2EE0A3
RGB
CMYK
RGB Variations
Color information
#2EE0A3 (or 0x2EE0A3) is known color: Shamrock. HEX triplet: 2E, E0 and A3. RGB value is (46,224,163). Sum of RGB (Red+Green+Blue) = 46+224+163=433 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.62% from 433); Green value is 224 (87.89% from 255 or 51.73% from 433); Blue value is 163 (64.06% from 255 or 37.64% from 433); Max value from RGB is 224 - color contains mainly: green. Hex color #2EE0A3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EE0A3 is #D11F5C. Grayscale: #A3A3A3. Windows color (decimal): -13705053 or 10739758. OLE color: 10739758.
HSL color Cylindrical-coordinate representation of color #2EE0A3: hue angle of 159.44º 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 #2EE0A3 is Cyan = 0.79, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 46 | 224 | 163 | - |
| CMYK | 0.79 | 0 | 0.27 | 0.12 |
| HSL | 159.44º | 0.74% | 0.53% | - |
| HSV(B) | 159.44º | 0.79% | 0.88% | - |
| XYZ | 34.39 | 56.54 | 43.75 | - |
| YUV | 163.82 | 127.53 | 43.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 224 | 163 | 0.79 | 0 | 0.27 | 0.12 | 159.44 | 0.74 | 0.53 |
| Hex | 2E | E0 | A3 | 4F | 0 | 1B | C | 9F | 4A | 35 |
| Octal | 56 | 340 | 243 | 117 | 0 | 33 | 14 | 237 | 112 | 65 |
| Binary | 101110 | 11100000 | 10100011 | 1001111 | 0 | 11011 | 1100 | 10011111 | 1001010 | 110101 |
Color Harmonies of #2EE0A3
Complementary color
Monochromatic Colors of #2EE0A3
Black with #2EE0A3
Text Example
Text Example
White with #2EE0A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE0A3; }
p { color: rgb(46,224,163); }
H1.HeaderClassName
{
color: #2EE0A3;
}
.AnyTagClassName
{
color: #2EE0A3;
}
</style>
background-color css
<style>
a { background-color: #2EE0A3; }
a { background-color: rgb(46,224,163); }
div.DivClassName
{
background-color: #2EE0A3;
}
.BgClassName
{
background-color: #2EE0A3;
}
</style>
border-color css
<style>
span { border-color: #2EE0A3; }
span { border-color: rgb(46,224,163); }
td.TdClassName
{
border-color: #2EE0A3;
}
.TagClassName
{
border-color: #2EE0A3;
}
</style>