Shades of Shamrock #2EE57C
Tints of Shamrock #2EE57C
RGB
CMYK
RGB Variations
Color information
#2EE57C (or 0x2EE57C) is known color: Shamrock. HEX triplet: 2E, E5 and 7C. RGB value is (46,229,124). Sum of RGB (Red+Green+Blue) = 46+229+124=399 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.53% from 399); Green value is 229 (89.84% from 255 or 57.39% from 399); Blue value is 124 (48.83% from 255 or 31.08% from 399); Max value from RGB is 229 - color contains mainly: green. Hex color #2EE57C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EE57C is #D11A83. Grayscale: #A2A2A2. Windows color (decimal): -13703812 or 8185134. OLE color: 8185134.
HSL color Cylindrical-coordinate representation of color #2EE57C: hue angle of 145.57º 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 #2EE57C is Cyan = 0.80, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 46 | 229 | 124 | - |
| CMYK | 0.80 | 0 | 0.46 | 0.10 |
| HSL | 145.57º | 0.78% | 0.54% | - |
| HSV(B) | 145.57º | 0.8% | 0.9% | - |
| XYZ | 32.78 | 58.07 | 28.55 | - |
| YUV | 162.31 | 106.37 | 45.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 229 | 124 | 0.80 | 0 | 0.46 | 0.10 | 145.57 | 0.78 | 0.54 |
| Hex | 2E | E5 | 7C | 50 | 0 | 2E | A | 92 | 4E | 36 |
| Octal | 56 | 345 | 174 | 120 | 0 | 56 | 12 | 222 | 116 | 66 |
| Binary | 101110 | 11100101 | 1111100 | 1010000 | 0 | 101110 | 1010 | 10010010 | 1001110 | 110110 |
Color Harmonies of #2EE57C
Complementary color
Monochromatic Colors of #2EE57C
Black with #2EE57C
Text Example
Text Example
White with #2EE57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE57C; }
p { color: rgb(46,229,124); }
H1.HeaderClassName
{
color: #2EE57C;
}
.AnyTagClassName
{
color: #2EE57C;
}
</style>
background-color css
<style>
a { background-color: #2EE57C; }
a { background-color: rgb(46,229,124); }
div.DivClassName
{
background-color: #2EE57C;
}
.BgClassName
{
background-color: #2EE57C;
}
</style>
border-color css
<style>
span { border-color: #2EE57C; }
span { border-color: rgb(46,229,124); }
td.TdClassName
{
border-color: #2EE57C;
}
.TagClassName
{
border-color: #2EE57C;
}
</style>