Shades of Shamrock #2EE59D
Tints of Shamrock #2EE59D
RGB
CMYK
RGB Variations
Color information
#2EE59D (or 0x2EE59D) is known color: Shamrock. HEX triplet: 2E, E5 and 9D. RGB value is (46,229,157). Sum of RGB (Red+Green+Blue) = 46+229+157=432 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.65% from 432); Green value is 229 (89.84% from 255 or 53.01% from 432); Blue value is 157 (61.72% from 255 or 36.34% from 432); Max value from RGB is 229 - color contains mainly: green. Hex color #2EE59D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EE59D is #D11A62. Grayscale: #A6A6A6. Windows color (decimal): -13703779 or 10347822. OLE color: 10347822.
HSL color Cylindrical-coordinate representation of color #2EE59D: hue angle of 156.39º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE59D is Cyan = 0.80, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 46 | 229 | 157 | - |
| CMYK | 0.80 | 0 | 0.31 | 0.10 |
| HSL | 156.39º | 0.78% | 0.54% | - |
| HSV(B) | 156.39º | 0.8% | 0.9% | - |
| XYZ | 35.23 | 59.05 | 41.44 | - |
| YUV | 166.08 | 122.87 | 42.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 229 | 157 | 0.80 | 0 | 0.31 | 0.10 | 156.39 | 0.78 | 0.54 |
| Hex | 2E | E5 | 9D | 50 | 0 | 1F | A | 9C | 4E | 36 |
| Octal | 56 | 345 | 235 | 120 | 0 | 37 | 12 | 234 | 116 | 66 |
| Binary | 101110 | 11100101 | 10011101 | 1010000 | 0 | 11111 | 1010 | 10011100 | 1001110 | 110110 |
Color Harmonies of #2EE59D
Complementary color
Monochromatic Colors of #2EE59D
Black with #2EE59D
Text Example
Text Example
White with #2EE59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE59D; }
p { color: rgb(46,229,157); }
H1.HeaderClassName
{
color: #2EE59D;
}
.AnyTagClassName
{
color: #2EE59D;
}
</style>
background-color css
<style>
a { background-color: #2EE59D; }
a { background-color: rgb(46,229,157); }
div.DivClassName
{
background-color: #2EE59D;
}
.BgClassName
{
background-color: #2EE59D;
}
</style>
border-color css
<style>
span { border-color: #2EE59D; }
span { border-color: rgb(46,229,157); }
td.TdClassName
{
border-color: #2EE59D;
}
.TagClassName
{
border-color: #2EE59D;
}
</style>