Shades of Shamrock #2EDD7A
Tints of Shamrock #2EDD7A
RGB
CMYK
RGB Variations
Color information
#2EDD7A (or 0x2EDD7A) is known color: Shamrock. HEX triplet: 2E, DD and 7A. RGB value is (46,221,122). Sum of RGB (Red+Green+Blue) = 46+221+122=389 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.83% from 389); Green value is 221 (86.72% from 255 or 56.81% from 389); Blue value is 122 (48.05% from 255 or 31.36% from 389); Max value from RGB is 221 - color contains mainly: green. Hex color #2EDD7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EDD7A is #D12285. Grayscale: #9D9D9D. Windows color (decimal): -13705862 or 8052014. OLE color: 8052014.
HSL color Cylindrical-coordinate representation of color #2EDD7A: hue angle of 146.06º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDD7A is Cyan = 0.79, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 221 | 122 | - |
| CMYK | 0.79 | 0 | 0.45 | 0.13 |
| HSL | 146.06º | 0.72% | 0.52% | - |
| HSV(B) | 146.06º | 0.79% | 0.87% | - |
| XYZ | 30.5 | 53.7 | 27.17 | - |
| YUV | 157.39 | 108.02 | 48.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 221 | 122 | 0.79 | 0 | 0.45 | 0.13 | 146.06 | 0.72 | 0.52 |
| Hex | 2E | DD | 7A | 4F | 0 | 2D | D | 92 | 48 | 34 |
| Octal | 56 | 335 | 172 | 117 | 0 | 55 | 15 | 222 | 110 | 64 |
| Binary | 101110 | 11011101 | 1111010 | 1001111 | 0 | 101101 | 1101 | 10010010 | 1001000 | 110100 |
Color Harmonies of #2EDD7A
Complementary color
Monochromatic Colors of #2EDD7A
Black with #2EDD7A
Text Example
Text Example
White with #2EDD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDD7A; }
p { color: rgb(46,221,122); }
H1.HeaderClassName
{
color: #2EDD7A;
}
.AnyTagClassName
{
color: #2EDD7A;
}
</style>
background-color css
<style>
a { background-color: #2EDD7A; }
a { background-color: rgb(46,221,122); }
div.DivClassName
{
background-color: #2EDD7A;
}
.BgClassName
{
background-color: #2EDD7A;
}
</style>
border-color css
<style>
span { border-color: #2EDD7A; }
span { border-color: rgb(46,221,122); }
td.TdClassName
{
border-color: #2EDD7A;
}
.TagClassName
{
border-color: #2EDD7A;
}
</style>