Shades of Shamrock #2EC59B
Tints of Shamrock #2EC59B
RGB
CMYK
RGB Variations
Color information
#2EC59B (or 0x2EC59B) is known color: Shamrock. HEX triplet: 2E, C5 and 9B. RGB value is (46,197,155). Sum of RGB (Red+Green+Blue) = 46+197+155=398 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.56% from 398); Green value is 197 (77.34% from 255 or 49.50% from 398); Blue value is 155 (60.94% from 255 or 38.94% from 398); Max value from RGB is 197 - color contains mainly: green. Hex color #2EC59B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EC59B is #D13A64. Grayscale: #939393. Windows color (decimal): -13711973 or 10208558. OLE color: 10208558.
HSL color Cylindrical-coordinate representation of color #2EC59B: hue angle of 163.31º 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 #2EC59B is Cyan = 0.77, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 46 | 197 | 155 | - |
| CMYK | 0.77 | 0 | 0.21 | 0.23 |
| HSL | 163.31º | 0.62% | 0.48% | - |
| HSV(B) | 163.31º | 0.77% | 0.77% | - |
| XYZ | 27.01 | 42.88 | 37.86 | - |
| YUV | 147.06 | 132.47 | 55.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 197 | 155 | 0.77 | 0 | 0.21 | 0.23 | 163.31 | 0.62 | 0.48 |
| Hex | 2E | C5 | 9B | 4D | 0 | 15 | 17 | A3 | 3E | 30 |
| Octal | 56 | 305 | 233 | 115 | 0 | 25 | 27 | 243 | 76 | 60 |
| Binary | 101110 | 11000101 | 10011011 | 1001101 | 0 | 10101 | 10111 | 10100011 | 111110 | 110000 |
Color Harmonies of #2EC59B
Complementary color
Monochromatic Colors of #2EC59B
Black with #2EC59B
Text Example
Text Example
White with #2EC59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC59B; }
p { color: rgb(46,197,155); }
H1.HeaderClassName
{
color: #2EC59B;
}
.AnyTagClassName
{
color: #2EC59B;
}
</style>
background-color css
<style>
a { background-color: #2EC59B; }
a { background-color: rgb(46,197,155); }
div.DivClassName
{
background-color: #2EC59B;
}
.BgClassName
{
background-color: #2EC59B;
}
</style>
border-color css
<style>
span { border-color: #2EC59B; }
span { border-color: rgb(46,197,155); }
td.TdClassName
{
border-color: #2EC59B;
}
.TagClassName
{
border-color: #2EC59B;
}
</style>