Shades of Shamrock #2EEB88
Tints of Shamrock #2EEB88
RGB
CMYK
RGB Variations
Color information
#2EEB88 (or 0x2EEB88) is known color: Shamrock. HEX triplet: 2E, EB and 88. RGB value is (46,235,136). Sum of RGB (Red+Green+Blue) = 46+235+136=417 (55% of max value = 765). Red value is 46 (18.36% from 255 or 11.03% from 417); Green value is 235 (92.19% from 255 or 56.35% from 417); Blue value is 136 (53.52% from 255 or 32.61% from 417); Max value from RGB is 235 - color contains mainly: green. Hex color #2EEB88 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EEB88 is #D11477. Grayscale: #A7A7A7. Windows color (decimal): -13702264 or 8973102. OLE color: 8973102.
HSL color Cylindrical-coordinate representation of color #2EEB88: hue angle of 148.57º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EEB88 is Cyan = 0.80, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 235 | 136 | - |
| CMYK | 0.80 | 0 | 0.42 | 0.08 |
| HSL | 148.57º | 0.83% | 0.55% | - |
| HSV(B) | 148.57º | 0.8% | 0.92% | - |
| XYZ | 35.28 | 61.78 | 33.36 | - |
| YUV | 167.2 | 110.38 | 41.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 235 | 136 | 0.80 | 0 | 0.42 | 0.08 | 148.57 | 0.83 | 0.55 |
| Hex | 2E | EB | 88 | 50 | 0 | 2A | 8 | 95 | 53 | 37 |
| Octal | 56 | 353 | 210 | 120 | 0 | 52 | 10 | 225 | 123 | 67 |
| Binary | 101110 | 11101011 | 10001000 | 1010000 | 0 | 101010 | 1000 | 10010101 | 1010011 | 110111 |
Color Harmonies of #2EEB88
Complementary color
Monochromatic Colors of #2EEB88
Black with #2EEB88
Text Example
Text Example
White with #2EEB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEB88; }
p { color: rgb(46,235,136); }
H1.HeaderClassName
{
color: #2EEB88;
}
.AnyTagClassName
{
color: #2EEB88;
}
</style>
background-color css
<style>
a { background-color: #2EEB88; }
a { background-color: rgb(46,235,136); }
div.DivClassName
{
background-color: #2EEB88;
}
.BgClassName
{
background-color: #2EEB88;
}
</style>
border-color css
<style>
span { border-color: #2EEB88; }
span { border-color: rgb(46,235,136); }
td.TdClassName
{
border-color: #2EEB88;
}
.TagClassName
{
border-color: #2EEB88;
}
</style>