Shades of Shamrock #2ED193
Tints of Shamrock #2ED193
RGB
CMYK
RGB Variations
Color information
#2ED193 (or 0x2ED193) is known color: Shamrock. HEX triplet: 2E, D1 and 93. RGB value is (46,209,147). Sum of RGB (Red+Green+Blue) = 46+209+147=402 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.44% from 402); Green value is 209 (82.03% from 255 or 51.99% from 402); Blue value is 147 (57.81% from 255 or 36.57% from 402); Max value from RGB is 209 - color contains mainly: green. Hex color #2ED193 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ED193 is #D12E6C. Grayscale: #999999. Windows color (decimal): -13708909 or 9687342. OLE color: 9687342.
HSL color Cylindrical-coordinate representation of color #2ED193: hue angle of 157.18º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ED193 is Cyan = 0.78, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 46 | 209 | 147 | - |
| CMYK | 0.78 | 0 | 0.30 | 0.18 |
| HSL | 157.18º | 0.64% | 0.5% | - |
| HSV(B) | 157.18º | 0.78% | 0.82% | - |
| XYZ | 29.19 | 48.29 | 35.39 | - |
| YUV | 153.2 | 124.5 | 51.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 209 | 147 | 0.78 | 0 | 0.30 | 0.18 | 157.18 | 0.64 | 0.5 |
| Hex | 2E | D1 | 93 | 4E | 0 | 1E | 12 | 9D | 40 | 32 |
| Octal | 56 | 321 | 223 | 116 | 0 | 36 | 22 | 235 | 100 | 62 |
| Binary | 101110 | 11010001 | 10010011 | 1001110 | 0 | 11110 | 10010 | 10011101 | 1000000 | 110010 |
Color Harmonies of #2ED193
Complementary color
Monochromatic Colors of #2ED193
Black with #2ED193
Text Example
Text Example
White with #2ED193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED193; }
p { color: rgb(46,209,147); }
H1.HeaderClassName
{
color: #2ED193;
}
.AnyTagClassName
{
color: #2ED193;
}
</style>
background-color css
<style>
a { background-color: #2ED193; }
a { background-color: rgb(46,209,147); }
div.DivClassName
{
background-color: #2ED193;
}
.BgClassName
{
background-color: #2ED193;
}
</style>
border-color css
<style>
span { border-color: #2ED193; }
span { border-color: rgb(46,209,147); }
td.TdClassName
{
border-color: #2ED193;
}
.TagClassName
{
border-color: #2ED193;
}
</style>