Shades of Shamrock #2EDE94
Tints of Shamrock #2EDE94
RGB
CMYK
RGB Variations
Color information
#2EDE94 (or 0x2EDE94) is known color: Shamrock. HEX triplet: 2E, DE and 94. RGB value is (46,222,148). Sum of RGB (Red+Green+Blue) = 46+222+148=416 (55% of max value = 765). Red value is 46 (18.36% from 255 or 11.06% from 416); Green value is 222 (87.11% from 255 or 53.37% from 416); Blue value is 148 (58.20% from 255 or 35.58% from 416); Max value from RGB is 222 - color contains mainly: green. Hex color #2EDE94 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EDE94 is #D1216B. Grayscale: #A1A1A1. Windows color (decimal): -13705580 or 9756206. OLE color: 9756206.
HSL color Cylindrical-coordinate representation of color #2EDE94: hue angle of 154.77º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDE94 is Cyan = 0.79, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 222 | 148 | - |
| CMYK | 0.79 | 0 | 0.33 | 0.13 |
| HSL | 154.77º | 0.73% | 0.53% | - |
| HSV(B) | 154.77º | 0.79% | 0.87% | - |
| XYZ | 32.59 | 54.96 | 36.91 | - |
| YUV | 160.94 | 120.69 | 46.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 222 | 148 | 0.79 | 0 | 0.33 | 0.13 | 154.77 | 0.73 | 0.53 |
| Hex | 2E | DE | 94 | 4F | 0 | 21 | D | 9B | 49 | 35 |
| Octal | 56 | 336 | 224 | 117 | 0 | 41 | 15 | 233 | 111 | 65 |
| Binary | 101110 | 11011110 | 10010100 | 1001111 | 0 | 100001 | 1101 | 10011011 | 1001001 | 110101 |
Color Harmonies of #2EDE94
Complementary color
Monochromatic Colors of #2EDE94
Black with #2EDE94
Text Example
Text Example
White with #2EDE94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDE94; }
p { color: rgb(46,222,148); }
H1.HeaderClassName
{
color: #2EDE94;
}
.AnyTagClassName
{
color: #2EDE94;
}
</style>
background-color css
<style>
a { background-color: #2EDE94; }
a { background-color: rgb(46,222,148); }
div.DivClassName
{
background-color: #2EDE94;
}
.BgClassName
{
background-color: #2EDE94;
}
</style>
border-color css
<style>
span { border-color: #2EDE94; }
span { border-color: rgb(46,222,148); }
td.TdClassName
{
border-color: #2EDE94;
}
.TagClassName
{
border-color: #2EDE94;
}
</style>