Shades of Shamrock #2EE29D
Tints of Shamrock #2EE29D
RGB
CMYK
RGB Variations
Color information
#2EE29D (or 0x2EE29D) is known color: Shamrock. HEX triplet: 2E, E2 and 9D. RGB value is (46,226,157). Sum of RGB (Red+Green+Blue) = 46+226+157=429 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.72% from 429); Green value is 226 (88.67% from 255 or 52.68% from 429); Blue value is 157 (61.72% from 255 or 36.60% from 429); Max value from RGB is 226 - color contains mainly: green. Hex color #2EE29D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EE29D is #D11D62. Grayscale: #A4A4A4. Windows color (decimal): -13704547 or 10347054. OLE color: 10347054.
HSL color Cylindrical-coordinate representation of color #2EE29D: hue angle of 157º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE29D is Cyan = 0.80, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 46 | 226 | 157 | - |
| CMYK | 0.80 | 0 | 0.31 | 0.11 |
| HSL | 157º | 0.76% | 0.53% | - |
| HSV(B) | 157º | 0.8% | 0.89% | - |
| XYZ | 34.41 | 57.41 | 41.17 | - |
| YUV | 164.31 | 123.87 | 43.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 226 | 157 | 0.80 | 0 | 0.31 | 0.11 | 157 | 0.76 | 0.53 |
| Hex | 2E | E2 | 9D | 50 | 0 | 1F | B | 9D | 4C | 35 |
| Octal | 56 | 342 | 235 | 120 | 0 | 37 | 13 | 235 | 114 | 65 |
| Binary | 101110 | 11100010 | 10011101 | 1010000 | 0 | 11111 | 1011 | 10011101 | 1001100 | 110101 |
Color Harmonies of #2EE29D
Complementary color
Monochromatic Colors of #2EE29D
Black with #2EE29D
Text Example
Text Example
White with #2EE29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE29D; }
p { color: rgb(46,226,157); }
H1.HeaderClassName
{
color: #2EE29D;
}
.AnyTagClassName
{
color: #2EE29D;
}
</style>
background-color css
<style>
a { background-color: #2EE29D; }
a { background-color: rgb(46,226,157); }
div.DivClassName
{
background-color: #2EE29D;
}
.BgClassName
{
background-color: #2EE29D;
}
</style>
border-color css
<style>
span { border-color: #2EE29D; }
span { border-color: rgb(46,226,157); }
td.TdClassName
{
border-color: #2EE29D;
}
.TagClassName
{
border-color: #2EE29D;
}
</style>