Shades of Shamrock #2EC597
Tints of Shamrock #2EC597
RGB
CMYK
RGB Variations
Color information
#2EC597 (or 0x2EC597) is known color: Shamrock. HEX triplet: 2E, C5 and 97. RGB value is (46,197,151). Sum of RGB (Red+Green+Blue) = 46+197+151=394 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.68% from 394); Green value is 197 (77.34% from 255 or 50% from 394); Blue value is 151 (59.38% from 255 or 38.32% from 394); Max value from RGB is 197 - color contains mainly: green. Hex color #2EC597 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EC597 is #D13A68. Grayscale: #929292. Windows color (decimal): -13711977 or 9946414. OLE color: 9946414.
HSL color Cylindrical-coordinate representation of color #2EC597: hue angle of 161.72º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EC597 is Cyan = 0.77, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 46 | 197 | 151 | - |
| CMYK | 0.77 | 0 | 0.23 | 0.23 |
| HSL | 161.72º | 0.62% | 0.48% | - |
| HSV(B) | 161.72º | 0.77% | 0.77% | - |
| XYZ | 26.68 | 42.75 | 36.12 | - |
| YUV | 146.61 | 130.47 | 56.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 197 | 151 | 0.77 | 0 | 0.23 | 0.23 | 161.72 | 0.62 | 0.48 |
| Hex | 2E | C5 | 97 | 4D | 0 | 17 | 17 | A2 | 3E | 30 |
| Octal | 56 | 305 | 227 | 115 | 0 | 27 | 27 | 242 | 76 | 60 |
| Binary | 101110 | 11000101 | 10010111 | 1001101 | 0 | 10111 | 10111 | 10100010 | 111110 | 110000 |
Color Harmonies of #2EC597
Complementary color
Monochromatic Colors of #2EC597
Black with #2EC597
Text Example
Text Example
White with #2EC597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC597; }
p { color: rgb(46,197,151); }
H1.HeaderClassName
{
color: #2EC597;
}
.AnyTagClassName
{
color: #2EC597;
}
</style>
background-color css
<style>
a { background-color: #2EC597; }
a { background-color: rgb(46,197,151); }
div.DivClassName
{
background-color: #2EC597;
}
.BgClassName
{
background-color: #2EC597;
}
</style>
border-color css
<style>
span { border-color: #2EC597; }
span { border-color: rgb(46,197,151); }
td.TdClassName
{
border-color: #2EC597;
}
.TagClassName
{
border-color: #2EC597;
}
</style>