Shades of Shamrock #2EE4A5
Tints of Shamrock #2EE4A5
RGB
CMYK
RGB Variations
Color information
#2EE4A5 (or 0x2EE4A5) is known color: Shamrock. HEX triplet: 2E, E4 and A5. RGB value is (46,228,165). Sum of RGB (Red+Green+Blue) = 46+228+165=439 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.48% from 439); Green value is 228 (89.45% from 255 or 51.94% from 439); Blue value is 165 (64.84% from 255 or 37.59% from 439); Max value from RGB is 228 - color contains mainly: green. Hex color #2EE4A5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EE4A5 is #D11B5A. Grayscale: #A6A6A6. Windows color (decimal): -13704027 or 10871854. OLE color: 10871854.
HSL color Cylindrical-coordinate representation of color #2EE4A5: hue angle of 159.23º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE4A5 is Cyan = 0.80, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 46 | 228 | 165 | - |
| CMYK | 0.80 | 0 | 0.28 | 0.11 |
| HSL | 159.23º | 0.77% | 0.54% | - |
| HSV(B) | 159.23º | 0.8% | 0.89% | - |
| XYZ | 35.66 | 58.78 | 45.06 | - |
| YUV | 166.4 | 127.2 | 42.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 228 | 165 | 0.80 | 0 | 0.28 | 0.11 | 159.23 | 0.77 | 0.54 |
| Hex | 2E | E4 | A5 | 50 | 0 | 1C | B | 9F | 4D | 36 |
| Octal | 56 | 344 | 245 | 120 | 0 | 34 | 13 | 237 | 115 | 66 |
| Binary | 101110 | 11100100 | 10100101 | 1010000 | 0 | 11100 | 1011 | 10011111 | 1001101 | 110110 |
Color Harmonies of #2EE4A5
Complementary color
Monochromatic Colors of #2EE4A5
Black with #2EE4A5
Text Example
Text Example
White with #2EE4A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE4A5; }
p { color: rgb(46,228,165); }
H1.HeaderClassName
{
color: #2EE4A5;
}
.AnyTagClassName
{
color: #2EE4A5;
}
</style>
background-color css
<style>
a { background-color: #2EE4A5; }
a { background-color: rgb(46,228,165); }
div.DivClassName
{
background-color: #2EE4A5;
}
.BgClassName
{
background-color: #2EE4A5;
}
</style>
border-color css
<style>
span { border-color: #2EE4A5; }
span { border-color: rgb(46,228,165); }
td.TdClassName
{
border-color: #2EE4A5;
}
.TagClassName
{
border-color: #2EE4A5;
}
</style>