Shades of Shamrock #2EE595
Tints of Shamrock #2EE595
RGB
CMYK
RGB Variations
Color information
#2EE595 (or 0x2EE595) is known color: Shamrock. HEX triplet: 2E, E5 and 95. RGB value is (46,229,149). Sum of RGB (Red+Green+Blue) = 46+229+149=424 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.85% from 424); Green value is 229 (89.84% from 255 or 54.01% from 424); Blue value is 149 (58.59% from 255 or 35.14% from 424); Max value from RGB is 229 - color contains mainly: green. Hex color #2EE595 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EE595 is #D11A6A. Grayscale: #A5A5A5. Windows color (decimal): -13703787 or 9823534. OLE color: 9823534.
HSL color Cylindrical-coordinate representation of color #2EE595: hue angle of 153.77º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE595 is Cyan = 0.80, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 46 | 229 | 149 | - |
| CMYK | 0.80 | 0 | 0.35 | 0.10 |
| HSL | 153.77º | 0.78% | 0.54% | - |
| HSV(B) | 153.77º | 0.8% | 0.9% | - |
| XYZ | 34.57 | 58.79 | 37.96 | - |
| YUV | 165.16 | 118.87 | 43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 229 | 149 | 0.80 | 0 | 0.35 | 0.10 | 153.77 | 0.78 | 0.54 |
| Hex | 2E | E5 | 95 | 50 | 0 | 23 | A | 9A | 4E | 36 |
| Octal | 56 | 345 | 225 | 120 | 0 | 43 | 12 | 232 | 116 | 66 |
| Binary | 101110 | 11100101 | 10010101 | 1010000 | 0 | 100011 | 1010 | 10011010 | 1001110 | 110110 |
Color Harmonies of #2EE595
Complementary color
Monochromatic Colors of #2EE595
Black with #2EE595
Text Example
Text Example
White with #2EE595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE595; }
p { color: rgb(46,229,149); }
H1.HeaderClassName
{
color: #2EE595;
}
.AnyTagClassName
{
color: #2EE595;
}
</style>
background-color css
<style>
a { background-color: #2EE595; }
a { background-color: rgb(46,229,149); }
div.DivClassName
{
background-color: #2EE595;
}
.BgClassName
{
background-color: #2EE595;
}
</style>
border-color css
<style>
span { border-color: #2EE595; }
span { border-color: rgb(46,229,149); }
td.TdClassName
{
border-color: #2EE595;
}
.TagClassName
{
border-color: #2EE595;
}
</style>