Shades of Shamrock #2ED089
Tints of Shamrock #2ED089
RGB
CMYK
RGB Variations
Color information
#2ED089 (or 0x2ED089) is known color: Shamrock. HEX triplet: 2E, D0 and 89. RGB value is (46,208,137). Sum of RGB (Red+Green+Blue) = 46+208+137=391 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.76% from 391); Green value is 208 (81.64% from 255 or 53.20% from 391); Blue value is 137 (53.91% from 255 or 35.04% from 391); Max value from RGB is 208 - color contains mainly: green. Hex color #2ED089 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ED089 is #D12F76. Grayscale: #979797. Windows color (decimal): -13709175 or 9031726. OLE color: 9031726.
HSL color Cylindrical-coordinate representation of color #2ED089: hue angle of 153.7º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ED089 is Cyan = 0.78, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 46 | 208 | 137 | - |
| CMYK | 0.78 | 0 | 0.34 | 0.18 |
| HSL | 153.7º | 0.64% | 0.5% | - |
| HSV(B) | 153.7º | 0.78% | 0.82% | - |
| XYZ | 28.2 | 47.5 | 31.35 | - |
| YUV | 151.47 | 119.83 | 52.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 208 | 137 | 0.78 | 0 | 0.34 | 0.18 | 153.7 | 0.64 | 0.5 |
| Hex | 2E | D0 | 89 | 4E | 0 | 22 | 12 | 9A | 40 | 32 |
| Octal | 56 | 320 | 211 | 116 | 0 | 42 | 22 | 232 | 100 | 62 |
| Binary | 101110 | 11010000 | 10001001 | 1001110 | 0 | 100010 | 10010 | 10011010 | 1000000 | 110010 |
Color Harmonies of #2ED089
Complementary color
Monochromatic Colors of #2ED089
Black with #2ED089
Text Example
Text Example
White with #2ED089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED089; }
p { color: rgb(46,208,137); }
H1.HeaderClassName
{
color: #2ED089;
}
.AnyTagClassName
{
color: #2ED089;
}
</style>
background-color css
<style>
a { background-color: #2ED089; }
a { background-color: rgb(46,208,137); }
div.DivClassName
{
background-color: #2ED089;
}
.BgClassName
{
background-color: #2ED089;
}
</style>
border-color css
<style>
span { border-color: #2ED089; }
span { border-color: rgb(46,208,137); }
td.TdClassName
{
border-color: #2ED089;
}
.TagClassName
{
border-color: #2ED089;
}
</style>