Shades of Shamrock #2EC08D
Tints of Shamrock #2EC08D
RGB
CMYK
RGB Variations
Color information
#2EC08D (or 0x2EC08D) is known color: Shamrock. HEX triplet: 2E, C0 and 8D. RGB value is (46,192,141). Sum of RGB (Red+Green+Blue) = 46+192+141=379 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.14% from 379); Green value is 192 (75.39% from 255 or 50.66% from 379); Blue value is 141 (55.47% from 255 or 37.20% from 379); Max value from RGB is 192 - color contains mainly: green. Hex color #2EC08D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EC08D is #D13F72. Grayscale: #8E8E8E. Windows color (decimal): -13713267 or 9289774. OLE color: 9289774.
HSL color Cylindrical-coordinate representation of color #2EC08D: hue angle of 159.04º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EC08D is Cyan = 0.76, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 46 | 192 | 141 | - |
| CMYK | 0.76 | 0 | 0.27 | 0.25 |
| HSL | 159.04º | 0.61% | 0.47% | - |
| HSV(B) | 159.04º | 0.76% | 0.75% | - |
| XYZ | 24.78 | 40.2 | 31.65 | - |
| YUV | 142.53 | 127.13 | 59.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 192 | 141 | 0.76 | 0 | 0.27 | 0.25 | 159.04 | 0.61 | 0.47 |
| Hex | 2E | C0 | 8D | 4C | 0 | 1B | 19 | 9F | 3D | 2F |
| Octal | 56 | 300 | 215 | 114 | 0 | 33 | 31 | 237 | 75 | 57 |
| Binary | 101110 | 11000000 | 10001101 | 1001100 | 0 | 11011 | 11001 | 10011111 | 111101 | 101111 |
Color Harmonies of #2EC08D
Complementary color
Monochromatic Colors of #2EC08D
Black with #2EC08D
Text Example
Text Example
White with #2EC08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC08D; }
p { color: rgb(46,192,141); }
H1.HeaderClassName
{
color: #2EC08D;
}
.AnyTagClassName
{
color: #2EC08D;
}
</style>
background-color css
<style>
a { background-color: #2EC08D; }
a { background-color: rgb(46,192,141); }
div.DivClassName
{
background-color: #2EC08D;
}
.BgClassName
{
background-color: #2EC08D;
}
</style>
border-color css
<style>
span { border-color: #2EC08D; }
span { border-color: rgb(46,192,141); }
td.TdClassName
{
border-color: #2EC08D;
}
.TagClassName
{
border-color: #2EC08D;
}
</style>