Shades of Shamrock #2ED996
Tints of Shamrock #2ED996
RGB
CMYK
RGB Variations
Color information
#2ED996 (or 0x2ED996) is known color: Shamrock. HEX triplet: 2E, D9 and 96. RGB value is (46,217,150). Sum of RGB (Red+Green+Blue) = 46+217+150=413 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.14% from 413); Green value is 217 (85.16% from 255 or 52.54% from 413); Blue value is 150 (58.98% from 255 or 36.32% from 413); Max value from RGB is 217 - color contains mainly: green. Hex color #2ED996 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ED996 is #D12669. Grayscale: #9E9E9E. Windows color (decimal): -13706858 or 9885998. OLE color: 9885998.
HSL color Cylindrical-coordinate representation of color #2ED996: hue angle of 156.49º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ED996 is Cyan = 0.79, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 46 | 217 | 150 | - |
| CMYK | 0.79 | 0 | 0.31 | 0.15 |
| HSL | 156.49º | 0.69% | 0.52% | - |
| HSV(B) | 156.49º | 0.79% | 0.85% | - |
| XYZ | 31.44 | 52.41 | 37.31 | - |
| YUV | 158.23 | 123.35 | 47.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 217 | 150 | 0.79 | 0 | 0.31 | 0.15 | 156.49 | 0.69 | 0.52 |
| Hex | 2E | D9 | 96 | 4F | 0 | 1F | F | 9C | 45 | 34 |
| Octal | 56 | 331 | 226 | 117 | 0 | 37 | 17 | 234 | 105 | 64 |
| Binary | 101110 | 11011001 | 10010110 | 1001111 | 0 | 11111 | 1111 | 10011100 | 1000101 | 110100 |
Color Harmonies of #2ED996
Complementary color
Monochromatic Colors of #2ED996
Black with #2ED996
Text Example
Text Example
White with #2ED996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED996; }
p { color: rgb(46,217,150); }
H1.HeaderClassName
{
color: #2ED996;
}
.AnyTagClassName
{
color: #2ED996;
}
</style>
background-color css
<style>
a { background-color: #2ED996; }
a { background-color: rgb(46,217,150); }
div.DivClassName
{
background-color: #2ED996;
}
.BgClassName
{
background-color: #2ED996;
}
</style>
border-color css
<style>
span { border-color: #2ED996; }
span { border-color: rgb(46,217,150); }
td.TdClassName
{
border-color: #2ED996;
}
.TagClassName
{
border-color: #2ED996;
}
</style>