Shades of Shamrock #2EDD89
Tints of Shamrock #2EDD89
RGB
CMYK
RGB Variations
Color information
#2EDD89 (or 0x2EDD89) is known color: Shamrock. HEX triplet: 2E, DD and 89. RGB value is (46,221,137). Sum of RGB (Red+Green+Blue) = 46+221+137=404 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.39% from 404); Green value is 221 (86.72% from 255 or 54.70% from 404); Blue value is 137 (53.91% from 255 or 33.91% from 404); Max value from RGB is 221 - color contains mainly: green. Hex color #2EDD89 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EDD89 is #D12276. Grayscale: #9F9F9F. Windows color (decimal): -13705847 or 9035054. OLE color: 9035054.
HSL color Cylindrical-coordinate representation of color #2EDD89: hue angle of 151.2º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDD89 is Cyan = 0.79, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 221 | 137 | - |
| CMYK | 0.79 | 0 | 0.38 | 0.13 |
| HSL | 151.2º | 0.72% | 0.52% | - |
| HSV(B) | 151.2º | 0.79% | 0.87% | - |
| XYZ | 31.5 | 54.1 | 32.45 | - |
| YUV | 159.1 | 115.52 | 47.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 221 | 137 | 0.79 | 0 | 0.38 | 0.13 | 151.2 | 0.72 | 0.52 |
| Hex | 2E | DD | 89 | 4F | 0 | 26 | D | 97 | 48 | 34 |
| Octal | 56 | 335 | 211 | 117 | 0 | 46 | 15 | 227 | 110 | 64 |
| Binary | 101110 | 11011101 | 10001001 | 1001111 | 0 | 100110 | 1101 | 10010111 | 1001000 | 110100 |
Color Harmonies of #2EDD89
Complementary color
Monochromatic Colors of #2EDD89
Black with #2EDD89
Text Example
Text Example
White with #2EDD89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDD89; }
p { color: rgb(46,221,137); }
H1.HeaderClassName
{
color: #2EDD89;
}
.AnyTagClassName
{
color: #2EDD89;
}
</style>
background-color css
<style>
a { background-color: #2EDD89; }
a { background-color: rgb(46,221,137); }
div.DivClassName
{
background-color: #2EDD89;
}
.BgClassName
{
background-color: #2EDD89;
}
</style>
border-color css
<style>
span { border-color: #2EDD89; }
span { border-color: rgb(46,221,137); }
td.TdClassName
{
border-color: #2EDD89;
}
.TagClassName
{
border-color: #2EDD89;
}
</style>