Shades of Shamrock #2EEA92
Tints of Shamrock #2EEA92
RGB
CMYK
RGB Variations
Color information
#2EEA92 (or 0x2EEA92) is known color: Shamrock. HEX triplet: 2E, EA and 92. RGB value is (46,234,146). Sum of RGB (Red+Green+Blue) = 46+234+146=426 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.80% from 426); Green value is 234 (91.80% from 255 or 54.93% from 426); Blue value is 146 (57.42% from 255 or 34.27% from 426); Max value from RGB is 234 - color contains mainly: green. Hex color #2EEA92 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EEA92 is #D1156D. Grayscale: #A7A7A7. Windows color (decimal): -13702510 or 9628206. OLE color: 9628206.
HSL color Cylindrical-coordinate representation of color #2EEA92: hue angle of 151.91º degrees, saturation: 0.82, 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 #2EEA92 is Cyan = 0.80, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 234 | 146 | - |
| CMYK | 0.80 | 0 | 0.38 | 0.08 |
| HSL | 151.91º | 0.82% | 0.55% | - |
| HSV(B) | 151.91º | 0.8% | 0.92% | - |
| XYZ | 35.74 | 61.5 | 37.18 | - |
| YUV | 167.76 | 115.72 | 41.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 234 | 146 | 0.80 | 0 | 0.38 | 0.08 | 151.91 | 0.82 | 0.55 |
| Hex | 2E | EA | 92 | 50 | 0 | 26 | 8 | 98 | 52 | 37 |
| Octal | 56 | 352 | 222 | 120 | 0 | 46 | 10 | 230 | 122 | 67 |
| Binary | 101110 | 11101010 | 10010010 | 1010000 | 0 | 100110 | 1000 | 10011000 | 1010010 | 110111 |
Color Harmonies of #2EEA92
Complementary color
Monochromatic Colors of #2EEA92
Black with #2EEA92
Text Example
Text Example
White with #2EEA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEA92; }
p { color: rgb(46,234,146); }
H1.HeaderClassName
{
color: #2EEA92;
}
.AnyTagClassName
{
color: #2EEA92;
}
</style>
background-color css
<style>
a { background-color: #2EEA92; }
a { background-color: rgb(46,234,146); }
div.DivClassName
{
background-color: #2EEA92;
}
.BgClassName
{
background-color: #2EEA92;
}
</style>
border-color css
<style>
span { border-color: #2EEA92; }
span { border-color: rgb(46,234,146); }
td.TdClassName
{
border-color: #2EEA92;
}
.TagClassName
{
border-color: #2EEA92;
}
</style>