Shades of Shamrock #2EDC7C
Tints of Shamrock #2EDC7C
RGB
CMYK
RGB Variations
Color information
#2EDC7C (or 0x2EDC7C) is known color: Shamrock. HEX triplet: 2E, DC and 7C. RGB value is (46,220,124). Sum of RGB (Red+Green+Blue) = 46+220+124=390 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.79% from 390); Green value is 220 (86.33% from 255 or 56.41% from 390); Blue value is 124 (48.83% from 255 or 31.79% from 390); Max value from RGB is 220 - color contains mainly: green. Hex color #2EDC7C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EDC7C is #D12383. Grayscale: #9D9D9D. Windows color (decimal): -13706116 or 8182830. OLE color: 8182830.
HSL color Cylindrical-coordinate representation of color #2EDC7C: hue angle of 146.9º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDC7C is Cyan = 0.79, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 46 | 220 | 124 | - |
| CMYK | 0.79 | 0 | 0.44 | 0.14 |
| HSL | 146.9º | 0.71% | 0.52% | - |
| HSV(B) | 146.9º | 0.79% | 0.86% | - |
| XYZ | 30.36 | 53.22 | 27.74 | - |
| YUV | 157.03 | 109.35 | 48.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 220 | 124 | 0.79 | 0 | 0.44 | 0.14 | 146.9 | 0.71 | 0.52 |
| Hex | 2E | DC | 7C | 4F | 0 | 2C | E | 93 | 47 | 34 |
| Octal | 56 | 334 | 174 | 117 | 0 | 54 | 16 | 223 | 107 | 64 |
| Binary | 101110 | 11011100 | 1111100 | 1001111 | 0 | 101100 | 1110 | 10010011 | 1000111 | 110100 |
Color Harmonies of #2EDC7C
Complementary color
Monochromatic Colors of #2EDC7C
Black with #2EDC7C
Text Example
Text Example
White with #2EDC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDC7C; }
p { color: rgb(46,220,124); }
H1.HeaderClassName
{
color: #2EDC7C;
}
.AnyTagClassName
{
color: #2EDC7C;
}
</style>
background-color css
<style>
a { background-color: #2EDC7C; }
a { background-color: rgb(46,220,124); }
div.DivClassName
{
background-color: #2EDC7C;
}
.BgClassName
{
background-color: #2EDC7C;
}
</style>
border-color css
<style>
span { border-color: #2EDC7C; }
span { border-color: rgb(46,220,124); }
td.TdClassName
{
border-color: #2EDC7C;
}
.TagClassName
{
border-color: #2EDC7C;
}
</style>