Shades of Shamrock #2EDE9E
Tints of Shamrock #2EDE9E
RGB
CMYK
RGB Variations
Color information
#2EDE9E (or 0x2EDE9E) is known color: Shamrock. HEX triplet: 2E, DE and 9E. RGB value is (46,222,158). Sum of RGB (Red+Green+Blue) = 46+222+158=426 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.80% from 426); Green value is 222 (87.11% from 255 or 52.11% from 426); Blue value is 158 (62.11% from 255 or 37.09% from 426); Max value from RGB is 222 - color contains mainly: green. Hex color #2EDE9E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EDE9E is #D12161. Grayscale: #A2A2A2. Windows color (decimal): -13705570 or 10411566. OLE color: 10411566.
HSL color Cylindrical-coordinate representation of color #2EDE9E: hue angle of 158.18º 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 #2EDE9E is Cyan = 0.79, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 222 | 158 | - |
| CMYK | 0.79 | 0 | 0.29 | 0.13 |
| HSL | 158.18º | 0.73% | 0.53% | - |
| HSV(B) | 158.18º | 0.79% | 0.87% | - |
| XYZ | 33.42 | 55.29 | 41.26 | - |
| YUV | 162.08 | 125.69 | 45.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 222 | 158 | 0.79 | 0 | 0.29 | 0.13 | 158.18 | 0.73 | 0.53 |
| Hex | 2E | DE | 9E | 4F | 0 | 1D | D | 9E | 49 | 35 |
| Octal | 56 | 336 | 236 | 117 | 0 | 35 | 15 | 236 | 111 | 65 |
| Binary | 101110 | 11011110 | 10011110 | 1001111 | 0 | 11101 | 1101 | 10011110 | 1001001 | 110101 |
Color Harmonies of #2EDE9E
Complementary color
Monochromatic Colors of #2EDE9E
Black with #2EDE9E
Text Example
Text Example
White with #2EDE9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDE9E; }
p { color: rgb(46,222,158); }
H1.HeaderClassName
{
color: #2EDE9E;
}
.AnyTagClassName
{
color: #2EDE9E;
}
</style>
background-color css
<style>
a { background-color: #2EDE9E; }
a { background-color: rgb(46,222,158); }
div.DivClassName
{
background-color: #2EDE9E;
}
.BgClassName
{
background-color: #2EDE9E;
}
</style>
border-color css
<style>
span { border-color: #2EDE9E; }
span { border-color: rgb(46,222,158); }
td.TdClassName
{
border-color: #2EDE9E;
}
.TagClassName
{
border-color: #2EDE9E;
}
</style>