Shades of Shamrock #2EE59C
Tints of Shamrock #2EE59C
RGB
CMYK
RGB Variations
Color information
#2EE59C (or 0x2EE59C) is known color: Shamrock. HEX triplet: 2E, E5 and 9C. RGB value is (46,229,156). Sum of RGB (Red+Green+Blue) = 46+229+156=431 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.67% from 431); Green value is 229 (89.84% from 255 or 53.13% from 431); Blue value is 156 (61.33% from 255 or 36.19% from 431); Max value from RGB is 229 - color contains mainly: green. Hex color #2EE59C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EE59C is #D11A63. Grayscale: #A6A6A6. Windows color (decimal): -13703780 or 10282286. OLE color: 10282286.
HSL color Cylindrical-coordinate representation of color #2EE59C: hue angle of 156.07º 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 #2EE59C is Cyan = 0.80, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 46 | 229 | 156 | - |
| CMYK | 0.80 | 0 | 0.32 | 0.10 |
| HSL | 156.07º | 0.78% | 0.54% | - |
| HSV(B) | 156.07º | 0.8% | 0.9% | - |
| XYZ | 35.15 | 59.02 | 40.99 | - |
| YUV | 165.96 | 122.37 | 42.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 229 | 156 | 0.80 | 0 | 0.32 | 0.10 | 156.07 | 0.78 | 0.54 |
| Hex | 2E | E5 | 9C | 50 | 0 | 20 | A | 9C | 4E | 36 |
| Octal | 56 | 345 | 234 | 120 | 0 | 40 | 12 | 234 | 116 | 66 |
| Binary | 101110 | 11100101 | 10011100 | 1010000 | 0 | 100000 | 1010 | 10011100 | 1001110 | 110110 |
Color Harmonies of #2EE59C
Complementary color
Monochromatic Colors of #2EE59C
Black with #2EE59C
Text Example
Text Example
White with #2EE59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE59C; }
p { color: rgb(46,229,156); }
H1.HeaderClassName
{
color: #2EE59C;
}
.AnyTagClassName
{
color: #2EE59C;
}
</style>
background-color css
<style>
a { background-color: #2EE59C; }
a { background-color: rgb(46,229,156); }
div.DivClassName
{
background-color: #2EE59C;
}
.BgClassName
{
background-color: #2EE59C;
}
</style>
border-color css
<style>
span { border-color: #2EE59C; }
span { border-color: rgb(46,229,156); }
td.TdClassName
{
border-color: #2EE59C;
}
.TagClassName
{
border-color: #2EE59C;
}
</style>