Shades of Shamrock #2EE996
Tints of Shamrock #2EE996
RGB
CMYK
RGB Variations
Color information
#2EE996 (or 0x2EE996) is known color: Shamrock. HEX triplet: 2E, E9 and 96. RGB value is (46,233,150). Sum of RGB (Red+Green+Blue) = 46+233+150=429 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.72% from 429); Green value is 233 (91.41% from 255 or 54.31% from 429); Blue value is 150 (58.98% from 255 or 34.97% from 429); Max value from RGB is 233 - color contains mainly: green. Hex color #2EE996 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EE996 is #D11669. Grayscale: #A7A7A7. Windows color (decimal): -13702762 or 9890094. OLE color: 9890094.
HSL color Cylindrical-coordinate representation of color #2EE996: hue angle of 153.37º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE996 is Cyan = 0.80, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 46 | 233 | 150 | - |
| CMYK | 0.80 | 0 | 0.36 | 0.09 |
| HSL | 153.37º | 0.81% | 0.55% | - |
| HSV(B) | 153.37º | 0.8% | 0.91% | - |
| XYZ | 35.77 | 61.06 | 38.75 | - |
| YUV | 167.63 | 118.05 | 41.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 233 | 150 | 0.80 | 0 | 0.36 | 0.09 | 153.37 | 0.81 | 0.55 |
| Hex | 2E | E9 | 96 | 50 | 0 | 24 | 9 | 99 | 51 | 37 |
| Octal | 56 | 351 | 226 | 120 | 0 | 44 | 11 | 231 | 121 | 67 |
| Binary | 101110 | 11101001 | 10010110 | 1010000 | 0 | 100100 | 1001 | 10011001 | 1010001 | 110111 |
Color Harmonies of #2EE996
Complementary color
Monochromatic Colors of #2EE996
Black with #2EE996
Text Example
Text Example
White with #2EE996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE996; }
p { color: rgb(46,233,150); }
H1.HeaderClassName
{
color: #2EE996;
}
.AnyTagClassName
{
color: #2EE996;
}
</style>
background-color css
<style>
a { background-color: #2EE996; }
a { background-color: rgb(46,233,150); }
div.DivClassName
{
background-color: #2EE996;
}
.BgClassName
{
background-color: #2EE996;
}
</style>
border-color css
<style>
span { border-color: #2EE996; }
span { border-color: rgb(46,233,150); }
td.TdClassName
{
border-color: #2EE996;
}
.TagClassName
{
border-color: #2EE996;
}
</style>