Shades of Shamrock #2EED92
Tints of Shamrock #2EED92
RGB
CMYK
RGB Variations
Color information
#2EED92 (or 0x2EED92) is known color: Shamrock. HEX triplet: 2E, ED and 92. RGB value is (46,237,146). Sum of RGB (Red+Green+Blue) = 46+237+146=429 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.72% from 429); Green value is 237 (92.97% from 255 or 55.24% from 429); Blue value is 146 (57.42% from 255 or 34.03% from 429); Max value from RGB is 237 - color contains mainly: green. Hex color #2EED92 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EED92 is #D1126D. Grayscale: #A9A9A9. Windows color (decimal): -13701742 or 9628974. OLE color: 9628974.
HSL color Cylindrical-coordinate representation of color #2EED92: hue angle of 151.41º 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 #2EED92 is Cyan = 0.81, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 237 | 146 | - |
| CMYK | 0.81 | 0 | 0.38 | 0.07 |
| HSL | 151.41º | 0.84% | 0.55% | - |
| HSV(B) | 151.41º | 0.81% | 0.93% | - |
| XYZ | 36.6 | 63.22 | 37.47 | - |
| YUV | 169.52 | 114.72 | 39.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 237 | 146 | 0.81 | 0 | 0.38 | 0.07 | 151.41 | 0.84 | 0.55 |
| Hex | 2E | ED | 92 | 51 | 0 | 26 | 7 | 97 | 54 | 37 |
| Octal | 56 | 355 | 222 | 121 | 0 | 46 | 7 | 227 | 124 | 67 |
| Binary | 101110 | 11101101 | 10010010 | 1010001 | 0 | 100110 | 111 | 10010111 | 1010100 | 110111 |
Color Harmonies of #2EED92
Complementary color
Monochromatic Colors of #2EED92
Black with #2EED92
Text Example
Text Example
White with #2EED92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EED92; }
p { color: rgb(46,237,146); }
H1.HeaderClassName
{
color: #2EED92;
}
.AnyTagClassName
{
color: #2EED92;
}
</style>
background-color css
<style>
a { background-color: #2EED92; }
a { background-color: rgb(46,237,146); }
div.DivClassName
{
background-color: #2EED92;
}
.BgClassName
{
background-color: #2EED92;
}
</style>
border-color css
<style>
span { border-color: #2EED92; }
span { border-color: rgb(46,237,146); }
td.TdClassName
{
border-color: #2EED92;
}
.TagClassName
{
border-color: #2EED92;
}
</style>