Shades of Shamrock #2EED94
Tints of Shamrock #2EED94
RGB
CMYK
RGB Variations
Color information
#2EED94 (or 0x2EED94) is known color: Shamrock. HEX triplet: 2E, ED and 94. RGB value is (46,237,148). Sum of RGB (Red+Green+Blue) = 46+237+148=431 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.67% from 431); Green value is 237 (92.97% from 255 or 54.99% from 431); Blue value is 148 (58.20% from 255 or 34.34% from 431); Max value from RGB is 237 - color contains mainly: green. Hex color #2EED94 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EED94 is #D1126B. Grayscale: #A9A9A9. Windows color (decimal): -13701740 or 9760046. OLE color: 9760046.
HSL color Cylindrical-coordinate representation of color #2EED94: hue angle of 152.04º degrees, saturation: 0.84, 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 #2EED94 is Cyan = 0.81, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 237 | 148 | - |
| CMYK | 0.81 | 0 | 0.38 | 0.07 |
| HSL | 152.04º | 0.84% | 0.55% | - |
| HSV(B) | 152.04º | 0.81% | 0.93% | - |
| XYZ | 36.76 | 63.29 | 38.3 | - |
| YUV | 169.75 | 115.72 | 39.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 237 | 148 | 0.81 | 0 | 0.38 | 0.07 | 152.04 | 0.84 | 0.55 |
| Hex | 2E | ED | 94 | 51 | 0 | 26 | 7 | 98 | 54 | 37 |
| Octal | 56 | 355 | 224 | 121 | 0 | 46 | 7 | 230 | 124 | 67 |
| Binary | 101110 | 11101101 | 10010100 | 1010001 | 0 | 100110 | 111 | 10011000 | 1010100 | 110111 |
Color Harmonies of #2EED94
Complementary color
Monochromatic Colors of #2EED94
Black with #2EED94
Text Example
Text Example
White with #2EED94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EED94; }
p { color: rgb(46,237,148); }
H1.HeaderClassName
{
color: #2EED94;
}
.AnyTagClassName
{
color: #2EED94;
}
</style>
background-color css
<style>
a { background-color: #2EED94; }
a { background-color: rgb(46,237,148); }
div.DivClassName
{
background-color: #2EED94;
}
.BgClassName
{
background-color: #2EED94;
}
</style>
border-color css
<style>
span { border-color: #2EED94; }
span { border-color: rgb(46,237,148); }
td.TdClassName
{
border-color: #2EED94;
}
.TagClassName
{
border-color: #2EED94;
}
</style>