Shades of Shamrock #2ED17C
Tints of Shamrock #2ED17C
RGB
CMYK
RGB Variations
Color information
#2ED17C (or 0x2ED17C) is known color: Shamrock. HEX triplet: 2E, D1 and 7C. RGB value is (46,209,124). Sum of RGB (Red+Green+Blue) = 46+209+124=379 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.14% from 379); Green value is 209 (82.03% from 255 or 55.15% from 379); Blue value is 124 (48.83% from 255 or 32.72% from 379); Max value from RGB is 209 - color contains mainly: green. Hex color #2ED17C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ED17C is #D12E83. Grayscale: #969696. Windows color (decimal): -13708932 or 8180014. OLE color: 8180014.
HSL color Cylindrical-coordinate representation of color #2ED17C: hue angle of 148.71º 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 #2ED17C is Cyan = 0.78, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 46 | 209 | 124 | - |
| CMYK | 0.78 | 0 | 0.41 | 0.18 |
| HSL | 148.71º | 0.64% | 0.5% | - |
| HSV(B) | 148.71º | 0.78% | 0.82% | - |
| XYZ | 27.57 | 47.64 | 26.81 | - |
| YUV | 150.57 | 113 | 53.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 209 | 124 | 0.78 | 0 | 0.41 | 0.18 | 148.71 | 0.64 | 0.5 |
| Hex | 2E | D1 | 7C | 4E | 0 | 29 | 12 | 95 | 40 | 32 |
| Octal | 56 | 321 | 174 | 116 | 0 | 51 | 22 | 225 | 100 | 62 |
| Binary | 101110 | 11010001 | 1111100 | 1001110 | 0 | 101001 | 10010 | 10010101 | 1000000 | 110010 |
Color Harmonies of #2ED17C
Complementary color
Monochromatic Colors of #2ED17C
Black with #2ED17C
Text Example
Text Example
White with #2ED17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED17C; }
p { color: rgb(46,209,124); }
H1.HeaderClassName
{
color: #2ED17C;
}
.AnyTagClassName
{
color: #2ED17C;
}
</style>
background-color css
<style>
a { background-color: #2ED17C; }
a { background-color: rgb(46,209,124); }
div.DivClassName
{
background-color: #2ED17C;
}
.BgClassName
{
background-color: #2ED17C;
}
</style>
border-color css
<style>
span { border-color: #2ED17C; }
span { border-color: rgb(46,209,124); }
td.TdClassName
{
border-color: #2ED17C;
}
.TagClassName
{
border-color: #2ED17C;
}
</style>