Shades of Shamrock #2EEA95
Tints of Shamrock #2EEA95
RGB
CMYK
RGB Variations
Color information
#2EEA95 (or 0x2EEA95) is known color: Shamrock. HEX triplet: 2E, EA and 95. RGB value is (46,234,149). Sum of RGB (Red+Green+Blue) = 46+234+149=429 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.72% from 429); Green value is 234 (91.80% from 255 or 54.55% from 429); Blue value is 149 (58.59% from 255 or 34.73% from 429); Max value from RGB is 234 - color contains mainly: green. Hex color #2EEA95 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EEA95 is #D1156A. Grayscale: #A8A8A8. Windows color (decimal): -13702507 or 9824814. OLE color: 9824814.
HSL color Cylindrical-coordinate representation of color #2EEA95: hue angle of 152.87º 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 #2EEA95 is Cyan = 0.80, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 234 | 149 | - |
| CMYK | 0.80 | 0 | 0.36 | 0.08 |
| HSL | 152.87º | 0.82% | 0.55% | - |
| HSV(B) | 152.87º | 0.8% | 0.92% | - |
| XYZ | 35.97 | 61.6 | 38.43 | - |
| YUV | 168.1 | 117.22 | 40.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 234 | 149 | 0.80 | 0 | 0.36 | 0.08 | 152.87 | 0.82 | 0.55 |
| Hex | 2E | EA | 95 | 50 | 0 | 24 | 8 | 99 | 52 | 37 |
| Octal | 56 | 352 | 225 | 120 | 0 | 44 | 10 | 231 | 122 | 67 |
| Binary | 101110 | 11101010 | 10010101 | 1010000 | 0 | 100100 | 1000 | 10011001 | 1010010 | 110111 |
Color Harmonies of #2EEA95
Complementary color
Monochromatic Colors of #2EEA95
Black with #2EEA95
Text Example
Text Example
White with #2EEA95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEA95; }
p { color: rgb(46,234,149); }
H1.HeaderClassName
{
color: #2EEA95;
}
.AnyTagClassName
{
color: #2EEA95;
}
</style>
background-color css
<style>
a { background-color: #2EEA95; }
a { background-color: rgb(46,234,149); }
div.DivClassName
{
background-color: #2EEA95;
}
.BgClassName
{
background-color: #2EEA95;
}
</style>
border-color css
<style>
span { border-color: #2EEA95; }
span { border-color: rgb(46,234,149); }
td.TdClassName
{
border-color: #2EEA95;
}
.TagClassName
{
border-color: #2EEA95;
}
</style>