Shades of Shamrock #2EE88B
Tints of Shamrock #2EE88B
RGB
CMYK
RGB Variations
Color information
#2EE88B (or 0x2EE88B) is known color: Shamrock. HEX triplet: 2E, E8 and 8B. RGB value is (46,232,139). Sum of RGB (Red+Green+Blue) = 46+232+139=417 (55% of max value = 765). Red value is 46 (18.36% from 255 or 11.03% from 417); Green value is 232 (91.02% from 255 or 55.64% from 417); Blue value is 139 (54.69% from 255 or 33.33% from 417); Max value from RGB is 232 - color contains mainly: green. Hex color #2EE88B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EE88B is #D11774. Grayscale: #A5A5A5. Windows color (decimal): -13703029 or 9168942. OLE color: 9168942.
HSL color Cylindrical-coordinate representation of color #2EE88B: hue angle of 150º 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 #2EE88B is Cyan = 0.80, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 46 | 232 | 139 | - |
| CMYK | 0.80 | 0 | 0.40 | 0.09 |
| HSL | 150º | 0.8% | 0.55% | - |
| HSV(B) | 150º | 0.8% | 0.91% | - |
| XYZ | 34.64 | 60.16 | 34.21 | - |
| YUV | 165.78 | 112.88 | 42.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 232 | 139 | 0.80 | 0 | 0.40 | 0.09 | 150 | 0.8 | 0.55 |
| Hex | 2E | E8 | 8B | 50 | 0 | 28 | 9 | 96 | 50 | 37 |
| Octal | 56 | 350 | 213 | 120 | 0 | 50 | 11 | 226 | 120 | 67 |
| Binary | 101110 | 11101000 | 10001011 | 1010000 | 0 | 101000 | 1001 | 10010110 | 1010000 | 110111 |
Color Harmonies of #2EE88B
Complementary color
Monochromatic Colors of #2EE88B
Black with #2EE88B
Text Example
Text Example
White with #2EE88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE88B; }
p { color: rgb(46,232,139); }
H1.HeaderClassName
{
color: #2EE88B;
}
.AnyTagClassName
{
color: #2EE88B;
}
</style>
background-color css
<style>
a { background-color: #2EE88B; }
a { background-color: rgb(46,232,139); }
div.DivClassName
{
background-color: #2EE88B;
}
.BgClassName
{
background-color: #2EE88B;
}
</style>
border-color css
<style>
span { border-color: #2EE88B; }
span { border-color: rgb(46,232,139); }
td.TdClassName
{
border-color: #2EE88B;
}
.TagClassName
{
border-color: #2EE88B;
}
</style>