Shades of Shamrock #2EE8A1
Tints of Shamrock #2EE8A1
RGB
CMYK
RGB Variations
Color information
#2EE8A1 (or 0x2EE8A1) is known color: Shamrock. HEX triplet: 2E, E8 and A1. RGB value is (46,232,161). Sum of RGB (Red+Green+Blue) = 46+232+161=439 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.48% from 439); Green value is 232 (91.02% from 255 or 52.85% from 439); Blue value is 161 (63.28% from 255 or 36.67% from 439); Max value from RGB is 232 - color contains mainly: green. Hex color #2EE8A1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EE8A1 is #D1175E. Grayscale: #A8A8A8. Windows color (decimal): -13703007 or 10610734. OLE color: 10610734.
HSL color Cylindrical-coordinate representation of color #2EE8A1: hue angle of 157.1º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE8A1 is Cyan = 0.80, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 46 | 232 | 161 | - |
| CMYK | 0.80 | 0 | 0.31 | 0.09 |
| HSL | 157.1º | 0.8% | 0.55% | - |
| HSV(B) | 157.1º | 0.8% | 0.91% | - |
| XYZ | 36.42 | 60.87 | 43.55 | - |
| YUV | 168.29 | 123.88 | 40.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 232 | 161 | 0.80 | 0 | 0.31 | 0.09 | 157.1 | 0.8 | 0.55 |
| Hex | 2E | E8 | A1 | 50 | 0 | 1F | 9 | 9D | 50 | 37 |
| Octal | 56 | 350 | 241 | 120 | 0 | 37 | 11 | 235 | 120 | 67 |
| Binary | 101110 | 11101000 | 10100001 | 1010000 | 0 | 11111 | 1001 | 10011101 | 1010000 | 110111 |
Color Harmonies of #2EE8A1
Complementary color
Monochromatic Colors of #2EE8A1
Black with #2EE8A1
Text Example
Text Example
White with #2EE8A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE8A1; }
p { color: rgb(46,232,161); }
H1.HeaderClassName
{
color: #2EE8A1;
}
.AnyTagClassName
{
color: #2EE8A1;
}
</style>
background-color css
<style>
a { background-color: #2EE8A1; }
a { background-color: rgb(46,232,161); }
div.DivClassName
{
background-color: #2EE8A1;
}
.BgClassName
{
background-color: #2EE8A1;
}
</style>
border-color css
<style>
span { border-color: #2EE8A1; }
span { border-color: rgb(46,232,161); }
td.TdClassName
{
border-color: #2EE8A1;
}
.TagClassName
{
border-color: #2EE8A1;
}
</style>