Shades of Shamrock #2EEBA0
Tints of Shamrock #2EEBA0
RGB
CMYK
RGB Variations
Color information
#2EEBA0 (or 0x2EEBA0) is known color: Shamrock. HEX triplet: 2E, EB and A0. RGB value is (46,235,160). Sum of RGB (Red+Green+Blue) = 46+235+160=441 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.43% from 441); Green value is 235 (92.19% from 255 or 53.29% from 441); Blue value is 160 (62.89% from 255 or 36.28% from 441); Max value from RGB is 235 - color contains mainly: green. Hex color #2EEBA0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EEBA0 is #D1145F. Grayscale: #AAAAAA. Windows color (decimal): -13702240 or 10545966. OLE color: 10545966.
HSL color Cylindrical-coordinate representation of color #2EEBA0: hue angle of 156.19º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EEBA0 is Cyan = 0.80, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 235 | 160 | - |
| CMYK | 0.80 | 0 | 0.32 | 0.08 |
| HSL | 156.19º | 0.83% | 0.55% | - |
| HSV(B) | 156.19º | 0.8% | 0.92% | - |
| XYZ | 37.18 | 62.54 | 43.37 | - |
| YUV | 169.94 | 122.38 | 39.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 235 | 160 | 0.80 | 0 | 0.32 | 0.08 | 156.19 | 0.83 | 0.55 |
| Hex | 2E | EB | A0 | 50 | 0 | 20 | 8 | 9C | 53 | 37 |
| Octal | 56 | 353 | 240 | 120 | 0 | 40 | 10 | 234 | 123 | 67 |
| Binary | 101110 | 11101011 | 10100000 | 1010000 | 0 | 100000 | 1000 | 10011100 | 1010011 | 110111 |
Color Harmonies of #2EEBA0
Complementary color
Monochromatic Colors of #2EEBA0
Black with #2EEBA0
Text Example
Text Example
White with #2EEBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEBA0; }
p { color: rgb(46,235,160); }
H1.HeaderClassName
{
color: #2EEBA0;
}
.AnyTagClassName
{
color: #2EEBA0;
}
</style>
background-color css
<style>
a { background-color: #2EEBA0; }
a { background-color: rgb(46,235,160); }
div.DivClassName
{
background-color: #2EEBA0;
}
.BgClassName
{
background-color: #2EEBA0;
}
</style>
border-color css
<style>
span { border-color: #2EEBA0; }
span { border-color: rgb(46,235,160); }
td.TdClassName
{
border-color: #2EEBA0;
}
.TagClassName
{
border-color: #2EEBA0;
}
</style>