Shades of Shamrock #2ED19C
Tints of Shamrock #2ED19C
RGB
CMYK
RGB Variations
Color information
#2ED19C (or 0x2ED19C) is known color: Shamrock. HEX triplet: 2E, D1 and 9C. RGB value is (46,209,156). Sum of RGB (Red+Green+Blue) = 46+209+156=411 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.19% from 411); Green value is 209 (82.03% from 255 or 50.85% from 411); Blue value is 156 (61.33% from 255 or 37.96% from 411); Max value from RGB is 209 - color contains mainly: green. Hex color #2ED19C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ED19C is #D12E63. Grayscale: #9A9A9A. Windows color (decimal): -13708900 or 10277166. OLE color: 10277166.
HSL color Cylindrical-coordinate representation of color #2ED19C: hue angle of 160.49º 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 #2ED19C is Cyan = 0.78, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 46 | 209 | 156 | - |
| CMYK | 0.78 | 0 | 0.25 | 0.18 |
| HSL | 160.49º | 0.64% | 0.5% | - |
| HSV(B) | 160.49º | 0.78% | 0.82% | - |
| XYZ | 29.93 | 48.58 | 39.25 | - |
| YUV | 154.22 | 129 | 50.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 209 | 156 | 0.78 | 0 | 0.25 | 0.18 | 160.49 | 0.64 | 0.5 |
| Hex | 2E | D1 | 9C | 4E | 0 | 19 | 12 | A0 | 40 | 32 |
| Octal | 56 | 321 | 234 | 116 | 0 | 31 | 22 | 240 | 100 | 62 |
| Binary | 101110 | 11010001 | 10011100 | 1001110 | 0 | 11001 | 10010 | 10100000 | 1000000 | 110010 |
Color Harmonies of #2ED19C
Complementary color
Monochromatic Colors of #2ED19C
Black with #2ED19C
Text Example
Text Example
White with #2ED19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED19C; }
p { color: rgb(46,209,156); }
H1.HeaderClassName
{
color: #2ED19C;
}
.AnyTagClassName
{
color: #2ED19C;
}
</style>
background-color css
<style>
a { background-color: #2ED19C; }
a { background-color: rgb(46,209,156); }
div.DivClassName
{
background-color: #2ED19C;
}
.BgClassName
{
background-color: #2ED19C;
}
</style>
border-color css
<style>
span { border-color: #2ED19C; }
span { border-color: rgb(46,209,156); }
td.TdClassName
{
border-color: #2ED19C;
}
.TagClassName
{
border-color: #2ED19C;
}
</style>