Shades of Shamrock #2EBC99
Tints of Shamrock #2EBC99
RGB
CMYK
RGB Variations
Color information
#2EBC99 (or 0x2EBC99) is known color: Shamrock. HEX triplet: 2E, BC and 99. RGB value is (46,188,153). Sum of RGB (Red+Green+Blue) = 46+188+153=387 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.89% from 387); Green value is 188 (73.83% from 255 or 48.58% from 387); Blue value is 153 (60.16% from 255 or 39.53% from 387); Max value from RGB is 188 - color contains mainly: green. Hex color #2EBC99 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EBC99 is #D14366. Grayscale: #8D8D8D. Windows color (decimal): -13714279 or 10075182. OLE color: 10075182.
HSL color Cylindrical-coordinate representation of color #2EBC99: hue angle of 165.21º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EBC99 is Cyan = 0.76, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 46 | 188 | 153 | - |
| CMYK | 0.76 | 0 | 0.19 | 0.26 |
| HSL | 165.21º | 0.61% | 0.46% | - |
| HSV(B) | 165.21º | 0.76% | 0.74% | - |
| XYZ | 24.86 | 38.85 | 36.33 | - |
| YUV | 141.55 | 134.46 | 59.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 188 | 153 | 0.76 | 0 | 0.19 | 0.26 | 165.21 | 0.61 | 0.46 |
| Hex | 2E | BC | 99 | 4C | 0 | 13 | 1A | A5 | 3D | 2E |
| Octal | 56 | 274 | 231 | 114 | 0 | 23 | 32 | 245 | 75 | 56 |
| Binary | 101110 | 10111100 | 10011001 | 1001100 | 0 | 10011 | 11010 | 10100101 | 111101 | 101110 |
Color Harmonies of #2EBC99
Complementary color
Monochromatic Colors of #2EBC99
Black with #2EBC99
Text Example
Text Example
White with #2EBC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBC99; }
p { color: rgb(46,188,153); }
H1.HeaderClassName
{
color: #2EBC99;
}
.AnyTagClassName
{
color: #2EBC99;
}
</style>
background-color css
<style>
a { background-color: #2EBC99; }
a { background-color: rgb(46,188,153); }
div.DivClassName
{
background-color: #2EBC99;
}
.BgClassName
{
background-color: #2EBC99;
}
</style>
border-color css
<style>
span { border-color: #2EBC99; }
span { border-color: rgb(46,188,153); }
td.TdClassName
{
border-color: #2EBC99;
}
.TagClassName
{
border-color: #2EBC99;
}
</style>