Shades of Shamrock #2EC68E
Tints of Shamrock #2EC68E
RGB
CMYK
RGB Variations
Color information
#2EC68E (or 0x2EC68E) is known color: Shamrock. HEX triplet: 2E, C6 and 8E. RGB value is (46,198,142). Sum of RGB (Red+Green+Blue) = 46+198+142=386 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.92% from 386); Green value is 198 (77.73% from 255 or 51.30% from 386); Blue value is 142 (55.86% from 255 or 36.79% from 386); Max value from RGB is 198 - color contains mainly: green. Hex color #2EC68E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EC68E is #D13971. Grayscale: #929292. Windows color (decimal): -13711730 or 9356846. OLE color: 9356846.
HSL color Cylindrical-coordinate representation of color #2EC68E: hue angle of 157.89º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EC68E is Cyan = 0.77, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 46 | 198 | 142 | - |
| CMYK | 0.77 | 0 | 0.28 | 0.22 |
| HSL | 157.89º | 0.62% | 0.48% | - |
| HSV(B) | 157.89º | 0.77% | 0.78% | - |
| XYZ | 26.2 | 42.92 | 32.49 | - |
| YUV | 146.17 | 125.64 | 56.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 198 | 142 | 0.77 | 0 | 0.28 | 0.22 | 157.89 | 0.62 | 0.48 |
| Hex | 2E | C6 | 8E | 4D | 0 | 1C | 16 | 9E | 3E | 30 |
| Octal | 56 | 306 | 216 | 115 | 0 | 34 | 26 | 236 | 76 | 60 |
| Binary | 101110 | 11000110 | 10001110 | 1001101 | 0 | 11100 | 10110 | 10011110 | 111110 | 110000 |
Color Harmonies of #2EC68E
Complementary color
Monochromatic Colors of #2EC68E
Black with #2EC68E
Text Example
Text Example
White with #2EC68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC68E; }
p { color: rgb(46,198,142); }
H1.HeaderClassName
{
color: #2EC68E;
}
.AnyTagClassName
{
color: #2EC68E;
}
</style>
background-color css
<style>
a { background-color: #2EC68E; }
a { background-color: rgb(46,198,142); }
div.DivClassName
{
background-color: #2EC68E;
}
.BgClassName
{
background-color: #2EC68E;
}
</style>
border-color css
<style>
span { border-color: #2EC68E; }
span { border-color: rgb(46,198,142); }
td.TdClassName
{
border-color: #2EC68E;
}
.TagClassName
{
border-color: #2EC68E;
}
</style>