Shades of Shamrock #2EDC7A
Tints of Shamrock #2EDC7A
RGB
CMYK
RGB Variations
Color information
#2EDC7A (or 0x2EDC7A) is known color: Shamrock. HEX triplet: 2E, DC and 7A. RGB value is (46,220,122). Sum of RGB (Red+Green+Blue) = 46+220+122=388 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.86% from 388); Green value is 220 (86.33% from 255 or 56.70% from 388); Blue value is 122 (48.05% from 255 or 31.44% from 388); Max value from RGB is 220 - color contains mainly: green. Hex color #2EDC7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EDC7A is #D12385. Grayscale: #9D9D9D. Windows color (decimal): -13706118 or 8051758. OLE color: 8051758.
HSL color Cylindrical-coordinate representation of color #2EDC7A: hue angle of 146.21º 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 #2EDC7A is Cyan = 0.79, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 46 | 220 | 122 | - |
| CMYK | 0.79 | 0 | 0.45 | 0.14 |
| HSL | 146.21º | 0.71% | 0.52% | - |
| HSV(B) | 146.21º | 0.79% | 0.86% | - |
| XYZ | 30.23 | 53.17 | 27.08 | - |
| YUV | 156.8 | 108.35 | 48.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 220 | 122 | 0.79 | 0 | 0.45 | 0.14 | 146.21 | 0.71 | 0.52 |
| Hex | 2E | DC | 7A | 4F | 0 | 2D | E | 92 | 47 | 34 |
| Octal | 56 | 334 | 172 | 117 | 0 | 55 | 16 | 222 | 107 | 64 |
| Binary | 101110 | 11011100 | 1111010 | 1001111 | 0 | 101101 | 1110 | 10010010 | 1000111 | 110100 |
Color Harmonies of #2EDC7A
Complementary color
Monochromatic Colors of #2EDC7A
Black with #2EDC7A
Text Example
Text Example
White with #2EDC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDC7A; }
p { color: rgb(46,220,122); }
H1.HeaderClassName
{
color: #2EDC7A;
}
.AnyTagClassName
{
color: #2EDC7A;
}
</style>
background-color css
<style>
a { background-color: #2EDC7A; }
a { background-color: rgb(46,220,122); }
div.DivClassName
{
background-color: #2EDC7A;
}
.BgClassName
{
background-color: #2EDC7A;
}
</style>
border-color css
<style>
span { border-color: #2EDC7A; }
span { border-color: rgb(46,220,122); }
td.TdClassName
{
border-color: #2EDC7A;
}
.TagClassName
{
border-color: #2EDC7A;
}
</style>