Shades of Shamrock #2EE48B
Tints of Shamrock #2EE48B
RGB
CMYK
RGB Variations
Color information
#2EE48B (or 0x2EE48B) is known color: Shamrock. HEX triplet: 2E, E4 and 8B. RGB value is (46,228,139). Sum of RGB (Red+Green+Blue) = 46+228+139=413 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.14% from 413); Green value is 228 (89.45% from 255 or 55.21% from 413); Blue value is 139 (54.69% from 255 or 33.66% from 413); Max value from RGB is 228 - color contains mainly: green. Hex color #2EE48B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EE48B is #D11B74. Grayscale: #A3A3A3. Windows color (decimal): -13704053 or 9167918. OLE color: 9167918.
HSL color Cylindrical-coordinate representation of color #2EE48B: hue angle of 150.66º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE48B is Cyan = 0.80, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 46 | 228 | 139 | - |
| CMYK | 0.80 | 0 | 0.39 | 0.11 |
| HSL | 150.66º | 0.77% | 0.54% | - |
| HSV(B) | 150.66º | 0.8% | 0.89% | - |
| XYZ | 33.53 | 57.93 | 33.84 | - |
| YUV | 163.44 | 114.2 | 44.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 228 | 139 | 0.80 | 0 | 0.39 | 0.11 | 150.66 | 0.77 | 0.54 |
| Hex | 2E | E4 | 8B | 50 | 0 | 27 | B | 97 | 4D | 36 |
| Octal | 56 | 344 | 213 | 120 | 0 | 47 | 13 | 227 | 115 | 66 |
| Binary | 101110 | 11100100 | 10001011 | 1010000 | 0 | 100111 | 1011 | 10010111 | 1001101 | 110110 |
Color Harmonies of #2EE48B
Complementary color
Monochromatic Colors of #2EE48B
Black with #2EE48B
Text Example
Text Example
White with #2EE48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE48B; }
p { color: rgb(46,228,139); }
H1.HeaderClassName
{
color: #2EE48B;
}
.AnyTagClassName
{
color: #2EE48B;
}
</style>
background-color css
<style>
a { background-color: #2EE48B; }
a { background-color: rgb(46,228,139); }
div.DivClassName
{
background-color: #2EE48B;
}
.BgClassName
{
background-color: #2EE48B;
}
</style>
border-color css
<style>
span { border-color: #2EE48B; }
span { border-color: rgb(46,228,139); }
td.TdClassName
{
border-color: #2EE48B;
}
.TagClassName
{
border-color: #2EE48B;
}
</style>