Shades of Shamrock #2EE48C
Tints of Shamrock #2EE48C
RGB
CMYK
RGB Variations
Color information
#2EE48C (or 0x2EE48C) is known color: Shamrock. HEX triplet: 2E, E4 and 8C. RGB value is (46,228,140). Sum of RGB (Red+Green+Blue) = 46+228+140=414 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.11% from 414); Green value is 228 (89.45% from 255 or 55.07% from 414); Blue value is 140 (55.08% from 255 or 33.82% from 414); Max value from RGB is 228 - color contains mainly: green. Hex color #2EE48C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EE48C is #D11B73. Grayscale: #A3A3A3. Windows color (decimal): -13704052 or 9233454. OLE color: 9233454.
HSL color Cylindrical-coordinate representation of color #2EE48C: hue angle of 150.99º 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 #2EE48C is Cyan = 0.80, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 46 | 228 | 140 | - |
| CMYK | 0.80 | 0 | 0.39 | 0.11 |
| HSL | 150.99º | 0.77% | 0.54% | - |
| HSV(B) | 150.99º | 0.8% | 0.89% | - |
| XYZ | 33.6 | 57.96 | 34.23 | - |
| YUV | 163.55 | 114.7 | 44.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 228 | 140 | 0.80 | 0 | 0.39 | 0.11 | 150.99 | 0.77 | 0.54 |
| Hex | 2E | E4 | 8C | 50 | 0 | 27 | B | 97 | 4D | 36 |
| Octal | 56 | 344 | 214 | 120 | 0 | 47 | 13 | 227 | 115 | 66 |
| Binary | 101110 | 11100100 | 10001100 | 1010000 | 0 | 100111 | 1011 | 10010111 | 1001101 | 110110 |
Color Harmonies of #2EE48C
Complementary color
Monochromatic Colors of #2EE48C
Black with #2EE48C
Text Example
Text Example
White with #2EE48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE48C; }
p { color: rgb(46,228,140); }
H1.HeaderClassName
{
color: #2EE48C;
}
.AnyTagClassName
{
color: #2EE48C;
}
</style>
background-color css
<style>
a { background-color: #2EE48C; }
a { background-color: rgb(46,228,140); }
div.DivClassName
{
background-color: #2EE48C;
}
.BgClassName
{
background-color: #2EE48C;
}
</style>
border-color css
<style>
span { border-color: #2EE48C; }
span { border-color: rgb(46,228,140); }
td.TdClassName
{
border-color: #2EE48C;
}
.TagClassName
{
border-color: #2EE48C;
}
</style>