Shades of Shamrock #2ED496
Tints of Shamrock #2ED496
RGB
CMYK
RGB Variations
Color information
#2ED496 (or 0x2ED496) is known color: Shamrock. HEX triplet: 2E, D4 and 96. RGB value is (46,212,150). Sum of RGB (Red+Green+Blue) = 46+212+150=408 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.27% from 408); Green value is 212 (83.20% from 255 or 51.96% from 408); Blue value is 150 (58.98% from 255 or 36.76% from 408); Max value from RGB is 212 - color contains mainly: green. Hex color #2ED496 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ED496 is #D12B69. Grayscale: #9B9B9B. Windows color (decimal): -13708138 or 9884718. OLE color: 9884718.
HSL color Cylindrical-coordinate representation of color #2ED496: hue angle of 157.59º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ED496 is Cyan = 0.78, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 46 | 212 | 150 | - |
| CMYK | 0.78 | 0 | 0.29 | 0.17 |
| HSL | 157.59º | 0.66% | 0.51% | - |
| HSV(B) | 157.59º | 0.78% | 0.83% | - |
| XYZ | 30.18 | 49.87 | 36.89 | - |
| YUV | 155.3 | 125 | 50.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 212 | 150 | 0.78 | 0 | 0.29 | 0.17 | 157.59 | 0.66 | 0.51 |
| Hex | 2E | D4 | 96 | 4E | 0 | 1D | 11 | 9E | 42 | 33 |
| Octal | 56 | 324 | 226 | 116 | 0 | 35 | 21 | 236 | 102 | 63 |
| Binary | 101110 | 11010100 | 10010110 | 1001110 | 0 | 11101 | 10001 | 10011110 | 1000010 | 110011 |
Color Harmonies of #2ED496
Complementary color
Monochromatic Colors of #2ED496
Black with #2ED496
Text Example
Text Example
White with #2ED496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED496; }
p { color: rgb(46,212,150); }
H1.HeaderClassName
{
color: #2ED496;
}
.AnyTagClassName
{
color: #2ED496;
}
</style>
background-color css
<style>
a { background-color: #2ED496; }
a { background-color: rgb(46,212,150); }
div.DivClassName
{
background-color: #2ED496;
}
.BgClassName
{
background-color: #2ED496;
}
</style>
border-color css
<style>
span { border-color: #2ED496; }
span { border-color: rgb(46,212,150); }
td.TdClassName
{
border-color: #2ED496;
}
.TagClassName
{
border-color: #2ED496;
}
</style>