Shades of Shamrock #2EC699
Tints of Shamrock #2EC699
RGB
CMYK
RGB Variations
Color information
#2EC699 (or 0x2EC699) is known color: Shamrock. HEX triplet: 2E, C6 and 99. RGB value is (46,198,153). Sum of RGB (Red+Green+Blue) = 46+198+153=397 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.59% from 397); Green value is 198 (77.73% from 255 or 49.87% from 397); Blue value is 153 (60.16% from 255 or 38.54% from 397); Max value from RGB is 198 - color contains mainly: green. Hex color #2EC699 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EC699 is #D13966. Grayscale: #939393. Windows color (decimal): -13711719 or 10077742. OLE color: 10077742.
HSL color Cylindrical-coordinate representation of color #2EC699: hue angle of 162.24º 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 #2EC699 is Cyan = 0.77, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 46 | 198 | 153 | - |
| CMYK | 0.77 | 0 | 0.23 | 0.22 |
| HSL | 162.24º | 0.62% | 0.48% | - |
| HSV(B) | 162.24º | 0.77% | 0.78% | - |
| XYZ | 27.07 | 43.27 | 37.06 | - |
| YUV | 147.42 | 131.14 | 55.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 198 | 153 | 0.77 | 0 | 0.23 | 0.22 | 162.24 | 0.62 | 0.48 |
| Hex | 2E | C6 | 99 | 4D | 0 | 17 | 16 | A2 | 3E | 30 |
| Octal | 56 | 306 | 231 | 115 | 0 | 27 | 26 | 242 | 76 | 60 |
| Binary | 101110 | 11000110 | 10011001 | 1001101 | 0 | 10111 | 10110 | 10100010 | 111110 | 110000 |
Color Harmonies of #2EC699
Complementary color
Monochromatic Colors of #2EC699
Black with #2EC699
Text Example
Text Example
White with #2EC699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC699; }
p { color: rgb(46,198,153); }
H1.HeaderClassName
{
color: #2EC699;
}
.AnyTagClassName
{
color: #2EC699;
}
</style>
background-color css
<style>
a { background-color: #2EC699; }
a { background-color: rgb(46,198,153); }
div.DivClassName
{
background-color: #2EC699;
}
.BgClassName
{
background-color: #2EC699;
}
</style>
border-color css
<style>
span { border-color: #2EC699; }
span { border-color: rgb(46,198,153); }
td.TdClassName
{
border-color: #2EC699;
}
.TagClassName
{
border-color: #2EC699;
}
</style>