Shades of Shamrock #2EE97D
Tints of Shamrock #2EE97D
RGB
CMYK
RGB Variations
Color information
#2EE97D (or 0x2EE97D) is known color: Shamrock. HEX triplet: 2E, E9 and 7D. RGB value is (46,233,125). Sum of RGB (Red+Green+Blue) = 46+233+125=404 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.39% from 404); Green value is 233 (91.41% from 255 or 57.67% from 404); Blue value is 125 (49.22% from 255 or 30.94% from 404); Max value from RGB is 233 - color contains mainly: green. Hex color #2EE97D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EE97D is #D11682. Grayscale: #A5A5A5. Windows color (decimal): -13702787 or 8251694. OLE color: 8251694.
HSL color Cylindrical-coordinate representation of color #2EE97D: hue angle of 145.35º 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 #2EE97D is Cyan = 0.80, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 46 | 233 | 125 | - |
| CMYK | 0.80 | 0 | 0.46 | 0.09 |
| HSL | 145.35º | 0.81% | 0.55% | - |
| HSV(B) | 145.35º | 0.8% | 0.91% | - |
| XYZ | 33.97 | 60.34 | 29.26 | - |
| YUV | 164.78 | 105.55 | 43.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 233 | 125 | 0.80 | 0 | 0.46 | 0.09 | 145.35 | 0.81 | 0.55 |
| Hex | 2E | E9 | 7D | 50 | 0 | 2E | 9 | 91 | 51 | 37 |
| Octal | 56 | 351 | 175 | 120 | 0 | 56 | 11 | 221 | 121 | 67 |
| Binary | 101110 | 11101001 | 1111101 | 1010000 | 0 | 101110 | 1001 | 10010001 | 1010001 | 110111 |
Color Harmonies of #2EE97D
Complementary color
Monochromatic Colors of #2EE97D
Black with #2EE97D
Text Example
Text Example
White with #2EE97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE97D; }
p { color: rgb(46,233,125); }
H1.HeaderClassName
{
color: #2EE97D;
}
.AnyTagClassName
{
color: #2EE97D;
}
</style>
background-color css
<style>
a { background-color: #2EE97D; }
a { background-color: rgb(46,233,125); }
div.DivClassName
{
background-color: #2EE97D;
}
.BgClassName
{
background-color: #2EE97D;
}
</style>
border-color css
<style>
span { border-color: #2EE97D; }
span { border-color: rgb(46,233,125); }
td.TdClassName
{
border-color: #2EE97D;
}
.TagClassName
{
border-color: #2EE97D;
}
</style>