Shades of Shamrock #2EEB9E
Tints of Shamrock #2EEB9E
RGB
CMYK
RGB Variations
Color information
#2EEB9E (or 0x2EEB9E) is known color: Shamrock. HEX triplet: 2E, EB and 9E. RGB value is (46,235,158). Sum of RGB (Red+Green+Blue) = 46+235+158=439 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.48% from 439); Green value is 235 (92.19% from 255 or 53.53% from 439); Blue value is 158 (62.11% from 255 or 35.99% from 439); Max value from RGB is 235 - color contains mainly: green. Hex color #2EEB9E is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EEB9E is #D11461. Grayscale: #A9A9A9. Windows color (decimal): -13702242 or 10414894. OLE color: 10414894.
HSL color Cylindrical-coordinate representation of color #2EEB9E: hue angle of 155.56º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EEB9E is Cyan = 0.80, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 235 | 158 | - |
| CMYK | 0.80 | 0 | 0.33 | 0.08 |
| HSL | 155.56º | 0.83% | 0.55% | - |
| HSV(B) | 155.56º | 0.8% | 0.92% | - |
| XYZ | 37.01 | 62.47 | 42.45 | - |
| YUV | 169.71 | 121.38 | 39.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 235 | 158 | 0.80 | 0 | 0.33 | 0.08 | 155.56 | 0.83 | 0.55 |
| Hex | 2E | EB | 9E | 50 | 0 | 21 | 8 | 9C | 53 | 37 |
| Octal | 56 | 353 | 236 | 120 | 0 | 41 | 10 | 234 | 123 | 67 |
| Binary | 101110 | 11101011 | 10011110 | 1010000 | 0 | 100001 | 1000 | 10011100 | 1010011 | 110111 |
Color Harmonies of #2EEB9E
Complementary color
Monochromatic Colors of #2EEB9E
Black with #2EEB9E
Text Example
Text Example
White with #2EEB9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEB9E; }
p { color: rgb(46,235,158); }
H1.HeaderClassName
{
color: #2EEB9E;
}
.AnyTagClassName
{
color: #2EEB9E;
}
</style>
background-color css
<style>
a { background-color: #2EEB9E; }
a { background-color: rgb(46,235,158); }
div.DivClassName
{
background-color: #2EEB9E;
}
.BgClassName
{
background-color: #2EEB9E;
}
</style>
border-color css
<style>
span { border-color: #2EEB9E; }
span { border-color: rgb(46,235,158); }
td.TdClassName
{
border-color: #2EEB9E;
}
.TagClassName
{
border-color: #2EEB9E;
}
</style>