Shades of Shamrock #2EDDA4
Tints of Shamrock #2EDDA4
RGB
CMYK
RGB Variations
Color information
#2EDDA4 (or 0x2EDDA4) is known color: Shamrock. HEX triplet: 2E, DD and A4. RGB value is (46,221,164). Sum of RGB (Red+Green+Blue) = 46+221+164=431 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.67% from 431); Green value is 221 (86.72% from 255 or 51.28% from 431); Blue value is 164 (64.45% from 255 or 38.05% from 431); Max value from RGB is 221 - color contains mainly: green. Hex color #2EDDA4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EDDA4 is #D1225B. Grayscale: #A2A2A2. Windows color (decimal): -13705820 or 10804526. OLE color: 10804526.
HSL color Cylindrical-coordinate representation of color #2EDDA4: hue angle of 160.46º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDDA4 is Cyan = 0.79, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 221 | 164 | - |
| CMYK | 0.79 | 0 | 0.26 | 0.13 |
| HSL | 160.46º | 0.72% | 0.52% | - |
| HSV(B) | 160.46º | 0.79% | 0.87% | - |
| XYZ | 33.68 | 54.97 | 43.96 | - |
| YUV | 162.18 | 129.02 | 45.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 221 | 164 | 0.79 | 0 | 0.26 | 0.13 | 160.46 | 0.72 | 0.52 |
| Hex | 2E | DD | A4 | 4F | 0 | 1A | D | A0 | 48 | 34 |
| Octal | 56 | 335 | 244 | 117 | 0 | 32 | 15 | 240 | 110 | 64 |
| Binary | 101110 | 11011101 | 10100100 | 1001111 | 0 | 11010 | 1101 | 10100000 | 1001000 | 110100 |
Color Harmonies of #2EDDA4
Complementary color
Monochromatic Colors of #2EDDA4
Black with #2EDDA4
Text Example
Text Example
White with #2EDDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDDA4; }
p { color: rgb(46,221,164); }
H1.HeaderClassName
{
color: #2EDDA4;
}
.AnyTagClassName
{
color: #2EDDA4;
}
</style>
background-color css
<style>
a { background-color: #2EDDA4; }
a { background-color: rgb(46,221,164); }
div.DivClassName
{
background-color: #2EDDA4;
}
.BgClassName
{
background-color: #2EDDA4;
}
</style>
border-color css
<style>
span { border-color: #2EDDA4; }
span { border-color: rgb(46,221,164); }
td.TdClassName
{
border-color: #2EDDA4;
}
.TagClassName
{
border-color: #2EDDA4;
}
</style>