Shades of Shamrock #2EDF9E
Tints of Shamrock #2EDF9E
RGB
CMYK
RGB Variations
Color information
#2EDF9E (or 0x2EDF9E) is known color: Shamrock. HEX triplet: 2E, DF and 9E. RGB value is (46,223,158). Sum of RGB (Red+Green+Blue) = 46+223+158=427 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.77% from 427); Green value is 223 (87.5% from 255 or 52.22% from 427); Blue value is 158 (62.11% from 255 or 37.00% from 427); Max value from RGB is 223 - color contains mainly: green. Hex color #2EDF9E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EDF9E is #D12061. Grayscale: #A2A2A2. Windows color (decimal): -13705314 or 10411822. OLE color: 10411822.
HSL color Cylindrical-coordinate representation of color #2EDF9E: hue angle of 157.97º 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 #2EDF9E is Cyan = 0.79, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 223 | 158 | - |
| CMYK | 0.79 | 0 | 0.29 | 0.13 |
| HSL | 157.97º | 0.73% | 0.53% | - |
| HSV(B) | 157.97º | 0.79% | 0.87% | - |
| XYZ | 33.69 | 55.82 | 41.35 | - |
| YUV | 162.67 | 125.36 | 44.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 223 | 158 | 0.79 | 0 | 0.29 | 0.13 | 157.97 | 0.73 | 0.53 |
| Hex | 2E | DF | 9E | 4F | 0 | 1D | D | 9E | 49 | 35 |
| Octal | 56 | 337 | 236 | 117 | 0 | 35 | 15 | 236 | 111 | 65 |
| Binary | 101110 | 11011111 | 10011110 | 1001111 | 0 | 11101 | 1101 | 10011110 | 1001001 | 110101 |
Color Harmonies of #2EDF9E
Complementary color
Monochromatic Colors of #2EDF9E
Black with #2EDF9E
Text Example
Text Example
White with #2EDF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDF9E; }
p { color: rgb(46,223,158); }
H1.HeaderClassName
{
color: #2EDF9E;
}
.AnyTagClassName
{
color: #2EDF9E;
}
</style>
background-color css
<style>
a { background-color: #2EDF9E; }
a { background-color: rgb(46,223,158); }
div.DivClassName
{
background-color: #2EDF9E;
}
.BgClassName
{
background-color: #2EDF9E;
}
</style>
border-color css
<style>
span { border-color: #2EDF9E; }
span { border-color: rgb(46,223,158); }
td.TdClassName
{
border-color: #2EDF9E;
}
.TagClassName
{
border-color: #2EDF9E;
}
</style>