Shades of Shamrock #2EDC96
Tints of Shamrock #2EDC96
RGB
CMYK
RGB Variations
Color information
#2EDC96 (or 0x2EDC96) is known color: Shamrock. HEX triplet: 2E, DC and 96. RGB value is (46,220,150). Sum of RGB (Red+Green+Blue) = 46+220+150=416 (55% of max value = 765). Red value is 46 (18.36% from 255 or 11.06% from 416); Green value is 220 (86.33% from 255 or 52.88% from 416); Blue value is 150 (58.98% from 255 or 36.06% from 416); Max value from RGB is 220 - color contains mainly: green. Hex color #2EDC96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EDC96 is #D12369. Grayscale: #A0A0A0. Windows color (decimal): -13706090 or 9886766. OLE color: 9886766.
HSL color Cylindrical-coordinate representation of color #2EDC96: hue angle of 155.86º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDC96 is Cyan = 0.79, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 46 | 220 | 150 | - |
| CMYK | 0.79 | 0 | 0.32 | 0.14 |
| HSL | 155.86º | 0.71% | 0.52% | - |
| HSV(B) | 155.86º | 0.79% | 0.86% | - |
| XYZ | 32.22 | 53.97 | 37.57 | - |
| YUV | 159.99 | 122.35 | 46.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 220 | 150 | 0.79 | 0 | 0.32 | 0.14 | 155.86 | 0.71 | 0.52 |
| Hex | 2E | DC | 96 | 4F | 0 | 20 | E | 9C | 47 | 34 |
| Octal | 56 | 334 | 226 | 117 | 0 | 40 | 16 | 234 | 107 | 64 |
| Binary | 101110 | 11011100 | 10010110 | 1001111 | 0 | 100000 | 1110 | 10011100 | 1000111 | 110100 |
Color Harmonies of #2EDC96
Complementary color
Monochromatic Colors of #2EDC96
Black with #2EDC96
Text Example
Text Example
White with #2EDC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDC96; }
p { color: rgb(46,220,150); }
H1.HeaderClassName
{
color: #2EDC96;
}
.AnyTagClassName
{
color: #2EDC96;
}
</style>
background-color css
<style>
a { background-color: #2EDC96; }
a { background-color: rgb(46,220,150); }
div.DivClassName
{
background-color: #2EDC96;
}
.BgClassName
{
background-color: #2EDC96;
}
</style>
border-color css
<style>
span { border-color: #2EDC96; }
span { border-color: rgb(46,220,150); }
td.TdClassName
{
border-color: #2EDC96;
}
.TagClassName
{
border-color: #2EDC96;
}
</style>