Shades of Shamrock #2ED993
Tints of Shamrock #2ED993
RGB
CMYK
RGB Variations
Color information
#2ED993 (or 0x2ED993) is known color: Shamrock. HEX triplet: 2E, D9 and 93. RGB value is (46,217,147). Sum of RGB (Red+Green+Blue) = 46+217+147=410 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.22% from 410); Green value is 217 (85.16% from 255 or 52.93% from 410); Blue value is 147 (57.81% from 255 or 35.85% from 410); Max value from RGB is 217 - color contains mainly: green. Hex color #2ED993 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ED993 is #D1266C. Grayscale: #9E9E9E. Windows color (decimal): -13706861 or 9689390. OLE color: 9689390.
HSL color Cylindrical-coordinate representation of color #2ED993: hue angle of 155.44º 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 #2ED993 is Cyan = 0.79, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 46 | 217 | 147 | - |
| CMYK | 0.79 | 0 | 0.32 | 0.15 |
| HSL | 155.44º | 0.69% | 0.52% | - |
| HSV(B) | 155.44º | 0.79% | 0.85% | - |
| XYZ | 31.21 | 52.31 | 36.06 | - |
| YUV | 157.89 | 121.85 | 48.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 217 | 147 | 0.79 | 0 | 0.32 | 0.15 | 155.44 | 0.69 | 0.52 |
| Hex | 2E | D9 | 93 | 4F | 0 | 20 | F | 9B | 45 | 34 |
| Octal | 56 | 331 | 223 | 117 | 0 | 40 | 17 | 233 | 105 | 64 |
| Binary | 101110 | 11011001 | 10010011 | 1001111 | 0 | 100000 | 1111 | 10011011 | 1000101 | 110100 |
Color Harmonies of #2ED993
Complementary color
Monochromatic Colors of #2ED993
Black with #2ED993
Text Example
Text Example
White with #2ED993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED993; }
p { color: rgb(46,217,147); }
H1.HeaderClassName
{
color: #2ED993;
}
.AnyTagClassName
{
color: #2ED993;
}
</style>
background-color css
<style>
a { background-color: #2ED993; }
a { background-color: rgb(46,217,147); }
div.DivClassName
{
background-color: #2ED993;
}
.BgClassName
{
background-color: #2ED993;
}
</style>
border-color css
<style>
span { border-color: #2ED993; }
span { border-color: rgb(46,217,147); }
td.TdClassName
{
border-color: #2ED993;
}
.TagClassName
{
border-color: #2ED993;
}
</style>