Shades of Shamrock #2EE58E
Tints of Shamrock #2EE58E
RGB
CMYK
RGB Variations
Color information
#2EE58E (or 0x2EE58E) is known color: Shamrock. HEX triplet: 2E, E5 and 8E. RGB value is (46,229,142). Sum of RGB (Red+Green+Blue) = 46+229+142=417 (55% of max value = 765). Red value is 46 (18.36% from 255 or 11.03% from 417); Green value is 229 (89.84% from 255 or 54.92% from 417); Blue value is 142 (55.86% from 255 or 34.05% from 417); Max value from RGB is 229 - color contains mainly: green. Hex color #2EE58E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EE58E is #D11A71. Grayscale: #A4A4A4. Windows color (decimal): -13703794 or 9364782. OLE color: 9364782.
HSL color Cylindrical-coordinate representation of color #2EE58E: hue angle of 151.48º 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 #2EE58E is Cyan = 0.80, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 46 | 229 | 142 | - |
| CMYK | 0.80 | 0 | 0.38 | 0.10 |
| HSL | 151.48º | 0.78% | 0.54% | - |
| HSV(B) | 151.48º | 0.8% | 0.9% | - |
| XYZ | 34.03 | 58.57 | 35.1 | - |
| YUV | 164.37 | 115.37 | 43.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 229 | 142 | 0.80 | 0 | 0.38 | 0.10 | 151.48 | 0.78 | 0.54 |
| Hex | 2E | E5 | 8E | 50 | 0 | 26 | A | 97 | 4E | 36 |
| Octal | 56 | 345 | 216 | 120 | 0 | 46 | 12 | 227 | 116 | 66 |
| Binary | 101110 | 11100101 | 10001110 | 1010000 | 0 | 100110 | 1010 | 10010111 | 1001110 | 110110 |
Color Harmonies of #2EE58E
Complementary color
Monochromatic Colors of #2EE58E
Black with #2EE58E
Text Example
Text Example
White with #2EE58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE58E; }
p { color: rgb(46,229,142); }
H1.HeaderClassName
{
color: #2EE58E;
}
.AnyTagClassName
{
color: #2EE58E;
}
</style>
background-color css
<style>
a { background-color: #2EE58E; }
a { background-color: rgb(46,229,142); }
div.DivClassName
{
background-color: #2EE58E;
}
.BgClassName
{
background-color: #2EE58E;
}
</style>
border-color css
<style>
span { border-color: #2EE58E; }
span { border-color: rgb(46,229,142); }
td.TdClassName
{
border-color: #2EE58E;
}
.TagClassName
{
border-color: #2EE58E;
}
</style>