Shades of Shamrock #2EC58E
Tints of Shamrock #2EC58E
RGB
CMYK
RGB Variations
Color information
#2EC58E (or 0x2EC58E) is known color: Shamrock. HEX triplet: 2E, C5 and 8E. RGB value is (46,197,142). Sum of RGB (Red+Green+Blue) = 46+197+142=385 (50% of max value = 765). Red value is 46 (18.36% from 255 or 11.95% from 385); Green value is 197 (77.34% from 255 or 51.17% from 385); Blue value is 142 (55.86% from 255 or 36.88% from 385); Max value from RGB is 197 - color contains mainly: green. Hex color #2EC58E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EC58E is #D13A71. Grayscale: #919191. Windows color (decimal): -13711986 or 9356590. OLE color: 9356590.
HSL color Cylindrical-coordinate representation of color #2EC58E: hue angle of 158.15º 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 #2EC58E is Cyan = 0.77, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 46 | 197 | 142 | - |
| CMYK | 0.77 | 0 | 0.28 | 0.23 |
| HSL | 158.15º | 0.62% | 0.48% | - |
| HSV(B) | 158.15º | 0.77% | 0.77% | - |
| XYZ | 25.98 | 42.47 | 32.42 | - |
| YUV | 145.58 | 125.97 | 56.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 197 | 142 | 0.77 | 0 | 0.28 | 0.23 | 158.15 | 0.62 | 0.48 |
| Hex | 2E | C5 | 8E | 4D | 0 | 1C | 17 | 9E | 3E | 30 |
| Octal | 56 | 305 | 216 | 115 | 0 | 34 | 27 | 236 | 76 | 60 |
| Binary | 101110 | 11000101 | 10001110 | 1001101 | 0 | 11100 | 10111 | 10011110 | 111110 | 110000 |
Color Harmonies of #2EC58E
Complementary color
Monochromatic Colors of #2EC58E
Black with #2EC58E
Text Example
Text Example
White with #2EC58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC58E; }
p { color: rgb(46,197,142); }
H1.HeaderClassName
{
color: #2EC58E;
}
.AnyTagClassName
{
color: #2EC58E;
}
</style>
background-color css
<style>
a { background-color: #2EC58E; }
a { background-color: rgb(46,197,142); }
div.DivClassName
{
background-color: #2EC58E;
}
.BgClassName
{
background-color: #2EC58E;
}
</style>
border-color css
<style>
span { border-color: #2EC58E; }
span { border-color: rgb(46,197,142); }
td.TdClassName
{
border-color: #2EC58E;
}
.TagClassName
{
border-color: #2EC58E;
}
</style>