Shades of Shamrock #2EC187
Tints of Shamrock #2EC187
RGB
CMYK
RGB Variations
Color information
#2EC187 (or 0x2EC187) is known color: Shamrock. HEX triplet: 2E, C1 and 87. RGB value is (46,193,135). Sum of RGB (Red+Green+Blue) = 46+193+135=374 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.30% from 374); Green value is 193 (75.78% from 255 or 51.60% from 374); Blue value is 135 (53.12% from 255 or 36.10% from 374); Max value from RGB is 193 - color contains mainly: green. Hex color #2EC187 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EC187 is #D13E78. Grayscale: #8E8E8E. Windows color (decimal): -13713017 or 8896814. OLE color: 8896814.
HSL color Cylindrical-coordinate representation of color #2EC187: hue angle of 156.33º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EC187 is Cyan = 0.76, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 46 | 193 | 135 | - |
| CMYK | 0.76 | 0 | 0.30 | 0.24 |
| HSL | 156.33º | 0.62% | 0.47% | - |
| HSV(B) | 156.33º | 0.76% | 0.76% | - |
| XYZ | 24.57 | 40.47 | 29.44 | - |
| YUV | 142.44 | 123.8 | 59.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 193 | 135 | 0.76 | 0 | 0.30 | 0.24 | 156.33 | 0.62 | 0.47 |
| Hex | 2E | C1 | 87 | 4C | 0 | 1E | 18 | 9C | 3E | 2F |
| Octal | 56 | 301 | 207 | 114 | 0 | 36 | 30 | 234 | 76 | 57 |
| Binary | 101110 | 11000001 | 10000111 | 1001100 | 0 | 11110 | 11000 | 10011100 | 111110 | 101111 |
Color Harmonies of #2EC187
Complementary color
Monochromatic Colors of #2EC187
Black with #2EC187
Text Example
Text Example
White with #2EC187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC187; }
p { color: rgb(46,193,135); }
H1.HeaderClassName
{
color: #2EC187;
}
.AnyTagClassName
{
color: #2EC187;
}
</style>
background-color css
<style>
a { background-color: #2EC187; }
a { background-color: rgb(46,193,135); }
div.DivClassName
{
background-color: #2EC187;
}
.BgClassName
{
background-color: #2EC187;
}
</style>
border-color css
<style>
span { border-color: #2EC187; }
span { border-color: rgb(46,193,135); }
td.TdClassName
{
border-color: #2EC187;
}
.TagClassName
{
border-color: #2EC187;
}
</style>