Shades of Shamrock #2EDC99
Tints of Shamrock #2EDC99
RGB
CMYK
RGB Variations
Color information
#2EDC99 (or 0x2EDC99) is known color: Shamrock. HEX triplet: 2E, DC and 99. RGB value is (46,220,153). Sum of RGB (Red+Green+Blue) = 46+220+153=419 (55% of max value = 765). Red value is 46 (18.36% from 255 or 10.98% from 419); Green value is 220 (86.33% from 255 or 52.51% from 419); Blue value is 153 (60.16% from 255 or 36.52% from 419); Max value from RGB is 220 - color contains mainly: green. Hex color #2EDC99 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EDC99 is #D12366. Grayscale: #A0A0A0. Windows color (decimal): -13706087 or 10083374. OLE color: 10083374.
HSL color Cylindrical-coordinate representation of color #2EDC99: hue angle of 156.9º 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 #2EDC99 is Cyan = 0.79, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 46 | 220 | 153 | - |
| CMYK | 0.79 | 0 | 0.30 | 0.14 |
| HSL | 156.9º | 0.71% | 0.52% | - |
| HSV(B) | 156.9º | 0.79% | 0.86% | - |
| XYZ | 32.47 | 54.07 | 38.86 | - |
| YUV | 160.34 | 123.85 | 46.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 220 | 153 | 0.79 | 0 | 0.30 | 0.14 | 156.9 | 0.71 | 0.52 |
| Hex | 2E | DC | 99 | 4F | 0 | 1E | E | 9D | 47 | 34 |
| Octal | 56 | 334 | 231 | 117 | 0 | 36 | 16 | 235 | 107 | 64 |
| Binary | 101110 | 11011100 | 10011001 | 1001111 | 0 | 11110 | 1110 | 10011101 | 1000111 | 110100 |
Color Harmonies of #2EDC99
Complementary color
Monochromatic Colors of #2EDC99
Black with #2EDC99
Text Example
Text Example
White with #2EDC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDC99; }
p { color: rgb(46,220,153); }
H1.HeaderClassName
{
color: #2EDC99;
}
.AnyTagClassName
{
color: #2EDC99;
}
</style>
background-color css
<style>
a { background-color: #2EDC99; }
a { background-color: rgb(46,220,153); }
div.DivClassName
{
background-color: #2EDC99;
}
.BgClassName
{
background-color: #2EDC99;
}
</style>
border-color css
<style>
span { border-color: #2EDC99; }
span { border-color: rgb(46,220,153); }
td.TdClassName
{
border-color: #2EDC99;
}
.TagClassName
{
border-color: #2EDC99;
}
</style>