Shades of Shamrock #2EE596
Tints of Shamrock #2EE596
RGB
CMYK
RGB Variations
Color information
#2EE596 (or 0x2EE596) is known color: Shamrock. HEX triplet: 2E, E5 and 96. RGB value is (46,229,150). Sum of RGB (Red+Green+Blue) = 46+229+150=425 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.82% from 425); Green value is 229 (89.84% from 255 or 53.88% from 425); Blue value is 150 (58.98% from 255 or 35.29% from 425); Max value from RGB is 229 - color contains mainly: green. Hex color #2EE596 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EE596 is #D11A69. Grayscale: #A5A5A5. Windows color (decimal): -13703786 or 9889070. OLE color: 9889070.
HSL color Cylindrical-coordinate representation of color #2EE596: hue angle of 154.1º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE596 is Cyan = 0.80, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 46 | 229 | 150 | - |
| CMYK | 0.80 | 0 | 0.34 | 0.10 |
| HSL | 154.1º | 0.78% | 0.54% | - |
| HSV(B) | 154.1º | 0.8% | 0.9% | - |
| XYZ | 34.65 | 58.82 | 38.38 | - |
| YUV | 165.28 | 119.37 | 42.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 229 | 150 | 0.80 | 0 | 0.34 | 0.10 | 154.1 | 0.78 | 0.54 |
| Hex | 2E | E5 | 96 | 50 | 0 | 22 | A | 9A | 4E | 36 |
| Octal | 56 | 345 | 226 | 120 | 0 | 42 | 12 | 232 | 116 | 66 |
| Binary | 101110 | 11100101 | 10010110 | 1010000 | 0 | 100010 | 1010 | 10011010 | 1001110 | 110110 |
Color Harmonies of #2EE596
Complementary color
Monochromatic Colors of #2EE596
Black with #2EE596
Text Example
Text Example
White with #2EE596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE596; }
p { color: rgb(46,229,150); }
H1.HeaderClassName
{
color: #2EE596;
}
.AnyTagClassName
{
color: #2EE596;
}
</style>
background-color css
<style>
a { background-color: #2EE596; }
a { background-color: rgb(46,229,150); }
div.DivClassName
{
background-color: #2EE596;
}
.BgClassName
{
background-color: #2EE596;
}
</style>
border-color css
<style>
span { border-color: #2EE596; }
span { border-color: rgb(46,229,150); }
td.TdClassName
{
border-color: #2EE596;
}
.TagClassName
{
border-color: #2EE596;
}
</style>