Shades of Shamrock #2EDE9D
Tints of Shamrock #2EDE9D
RGB
CMYK
RGB Variations
Color information
#2EDE9D (or 0x2EDE9D) is known color: Shamrock. HEX triplet: 2E, DE and 9D. RGB value is (46,222,157). Sum of RGB (Red+Green+Blue) = 46+222+157=425 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.82% from 425); Green value is 222 (87.11% from 255 or 52.24% from 425); Blue value is 157 (61.72% from 255 or 36.94% from 425); Max value from RGB is 222 - color contains mainly: green. Hex color #2EDE9D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EDE9D is #D12162. Grayscale: #A2A2A2. Windows color (decimal): -13705571 or 10346030. OLE color: 10346030.
HSL color Cylindrical-coordinate representation of color #2EDE9D: hue angle of 157.84º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDE9D is Cyan = 0.79, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 222 | 157 | - |
| CMYK | 0.79 | 0 | 0.29 | 0.13 |
| HSL | 157.84º | 0.73% | 0.53% | - |
| HSV(B) | 157.84º | 0.79% | 0.87% | - |
| XYZ | 33.33 | 55.26 | 40.81 | - |
| YUV | 161.97 | 125.19 | 45.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 222 | 157 | 0.79 | 0 | 0.29 | 0.13 | 157.84 | 0.73 | 0.53 |
| Hex | 2E | DE | 9D | 4F | 0 | 1D | D | 9E | 49 | 35 |
| Octal | 56 | 336 | 235 | 117 | 0 | 35 | 15 | 236 | 111 | 65 |
| Binary | 101110 | 11011110 | 10011101 | 1001111 | 0 | 11101 | 1101 | 10011110 | 1001001 | 110101 |
Color Harmonies of #2EDE9D
Complementary color
Monochromatic Colors of #2EDE9D
Black with #2EDE9D
Text Example
Text Example
White with #2EDE9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDE9D; }
p { color: rgb(46,222,157); }
H1.HeaderClassName
{
color: #2EDE9D;
}
.AnyTagClassName
{
color: #2EDE9D;
}
</style>
background-color css
<style>
a { background-color: #2EDE9D; }
a { background-color: rgb(46,222,157); }
div.DivClassName
{
background-color: #2EDE9D;
}
.BgClassName
{
background-color: #2EDE9D;
}
</style>
border-color css
<style>
span { border-color: #2EDE9D; }
span { border-color: rgb(46,222,157); }
td.TdClassName
{
border-color: #2EDE9D;
}
.TagClassName
{
border-color: #2EDE9D;
}
</style>