Shades of Shamrock #2EE88D
Tints of Shamrock #2EE88D
RGB
CMYK
RGB Variations
Color information
#2EE88D (or 0x2EE88D) is known color: Shamrock. HEX triplet: 2E, E8 and 8D. RGB value is (46,232,141). Sum of RGB (Red+Green+Blue) = 46+232+141=419 (55% of max value = 765). Red value is 46 (18.36% from 255 or 10.98% from 419); Green value is 232 (91.02% from 255 or 55.37% from 419); Blue value is 141 (55.47% from 255 or 33.65% from 419); Max value from RGB is 232 - color contains mainly: green. Hex color #2EE88D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EE88D is #D11772. Grayscale: #A6A6A6. Windows color (decimal): -13703027 or 9300014. OLE color: 9300014.
HSL color Cylindrical-coordinate representation of color #2EE88D: hue angle of 150.65º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE88D is Cyan = 0.80, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 46 | 232 | 141 | - |
| CMYK | 0.80 | 0 | 0.39 | 0.09 |
| HSL | 150.65º | 0.8% | 0.55% | - |
| HSV(B) | 150.65º | 0.8% | 0.91% | - |
| XYZ | 34.79 | 60.22 | 34.99 | - |
| YUV | 166.01 | 113.88 | 42.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 232 | 141 | 0.80 | 0 | 0.39 | 0.09 | 150.65 | 0.8 | 0.55 |
| Hex | 2E | E8 | 8D | 50 | 0 | 27 | 9 | 97 | 50 | 37 |
| Octal | 56 | 350 | 215 | 120 | 0 | 47 | 11 | 227 | 120 | 67 |
| Binary | 101110 | 11101000 | 10001101 | 1010000 | 0 | 100111 | 1001 | 10010111 | 1010000 | 110111 |
Color Harmonies of #2EE88D
Complementary color
Monochromatic Colors of #2EE88D
Black with #2EE88D
Text Example
Text Example
White with #2EE88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE88D; }
p { color: rgb(46,232,141); }
H1.HeaderClassName
{
color: #2EE88D;
}
.AnyTagClassName
{
color: #2EE88D;
}
</style>
background-color css
<style>
a { background-color: #2EE88D; }
a { background-color: rgb(46,232,141); }
div.DivClassName
{
background-color: #2EE88D;
}
.BgClassName
{
background-color: #2EE88D;
}
</style>
border-color css
<style>
span { border-color: #2EE88D; }
span { border-color: rgb(46,232,141); }
td.TdClassName
{
border-color: #2EE88D;
}
.TagClassName
{
border-color: #2EE88D;
}
</style>