Shades of Shamrock #2EEC95
Tints of Shamrock #2EEC95
RGB
CMYK
RGB Variations
Color information
#2EEC95 (or 0x2EEC95) is known color: Shamrock. HEX triplet: 2E, EC and 95. RGB value is (46,236,149). Sum of RGB (Red+Green+Blue) = 46+236+149=431 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.67% from 431); Green value is 236 (92.58% from 255 or 54.76% from 431); Blue value is 149 (58.59% from 255 or 34.57% from 431); Max value from RGB is 236 - color contains mainly: green. Hex color #2EEC95 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EEC95 is #D1136A. Grayscale: #A9A9A9. Windows color (decimal): -13701995 or 9825326. OLE color: 9825326.
HSL color Cylindrical-coordinate representation of color #2EEC95: hue angle of 152.53º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EEC95 is Cyan = 0.81, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 236 | 149 | - |
| CMYK | 0.81 | 0 | 0.37 | 0.07 |
| HSL | 152.53º | 0.83% | 0.55% | - |
| HSV(B) | 152.53º | 0.81% | 0.93% | - |
| XYZ | 36.55 | 62.74 | 38.62 | - |
| YUV | 169.27 | 116.55 | 40.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 236 | 149 | 0.81 | 0 | 0.37 | 0.07 | 152.53 | 0.83 | 0.55 |
| Hex | 2E | EC | 95 | 51 | 0 | 25 | 7 | 99 | 53 | 37 |
| Octal | 56 | 354 | 225 | 121 | 0 | 45 | 7 | 231 | 123 | 67 |
| Binary | 101110 | 11101100 | 10010101 | 1010001 | 0 | 100101 | 111 | 10011001 | 1010011 | 110111 |
Color Harmonies of #2EEC95
Complementary color
Monochromatic Colors of #2EEC95
Black with #2EEC95
Text Example
Text Example
White with #2EEC95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEC95; }
p { color: rgb(46,236,149); }
H1.HeaderClassName
{
color: #2EEC95;
}
.AnyTagClassName
{
color: #2EEC95;
}
</style>
background-color css
<style>
a { background-color: #2EEC95; }
a { background-color: rgb(46,236,149); }
div.DivClassName
{
background-color: #2EEC95;
}
.BgClassName
{
background-color: #2EEC95;
}
</style>
border-color css
<style>
span { border-color: #2EEC95; }
span { border-color: rgb(46,236,149); }
td.TdClassName
{
border-color: #2EEC95;
}
.TagClassName
{
border-color: #2EEC95;
}
</style>