Shades of Shamrock #2EE97C
Tints of Shamrock #2EE97C
RGB
CMYK
RGB Variations
Color information
#2EE97C (or 0x2EE97C) is known color: Shamrock. HEX triplet: 2E, E9 and 7C. RGB value is (46,233,124). Sum of RGB (Red+Green+Blue) = 46+233+124=403 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.41% from 403); Green value is 233 (91.41% from 255 or 57.82% from 403); Blue value is 124 (48.83% from 255 or 30.77% from 403); Max value from RGB is 233 - color contains mainly: green. Hex color #2EE97C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EE97C is #D11683. Grayscale: #A4A4A4. Windows color (decimal): -13702788 or 8186158. OLE color: 8186158.
HSL color Cylindrical-coordinate representation of color #2EE97C: hue angle of 145.03º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE97C is Cyan = 0.80, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 46 | 233 | 124 | - |
| CMYK | 0.80 | 0 | 0.47 | 0.09 |
| HSL | 145.03º | 0.81% | 0.55% | - |
| HSV(B) | 145.03º | 0.8% | 0.91% | - |
| XYZ | 33.9 | 60.31 | 28.92 | - |
| YUV | 164.66 | 105.05 | 43.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 233 | 124 | 0.80 | 0 | 0.47 | 0.09 | 145.03 | 0.81 | 0.55 |
| Hex | 2E | E9 | 7C | 50 | 0 | 2F | 9 | 91 | 51 | 37 |
| Octal | 56 | 351 | 174 | 120 | 0 | 57 | 11 | 221 | 121 | 67 |
| Binary | 101110 | 11101001 | 1111100 | 1010000 | 0 | 101111 | 1001 | 10010001 | 1010001 | 110111 |
Color Harmonies of #2EE97C
Complementary color
Monochromatic Colors of #2EE97C
Black with #2EE97C
Text Example
Text Example
White with #2EE97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE97C; }
p { color: rgb(46,233,124); }
H1.HeaderClassName
{
color: #2EE97C;
}
.AnyTagClassName
{
color: #2EE97C;
}
</style>
background-color css
<style>
a { background-color: #2EE97C; }
a { background-color: rgb(46,233,124); }
div.DivClassName
{
background-color: #2EE97C;
}
.BgClassName
{
background-color: #2EE97C;
}
</style>
border-color css
<style>
span { border-color: #2EE97C; }
span { border-color: rgb(46,233,124); }
td.TdClassName
{
border-color: #2EE97C;
}
.TagClassName
{
border-color: #2EE97C;
}
</style>