Shades of Shamrock #2EC999
Tints of Shamrock #2EC999
RGB
CMYK
RGB Variations
Color information
#2EC999 (or 0x2EC999) is known color: Shamrock. HEX triplet: 2E, C9 and 99. RGB value is (46,201,153). Sum of RGB (Red+Green+Blue) = 46+201+153=400 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.5% from 400); Green value is 201 (78.91% from 255 or 50.25% from 400); Blue value is 153 (60.16% from 255 or 38.25% from 400); Max value from RGB is 201 - color contains mainly: green. Hex color #2EC999 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EC999 is #D13666. Grayscale: #959595. Windows color (decimal): -13710951 or 10078510. OLE color: 10078510.
HSL color Cylindrical-coordinate representation of color #2EC999: hue angle of 161.42º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EC999 is Cyan = 0.77, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 46 | 201 | 153 | - |
| CMYK | 0.77 | 0 | 0.24 | 0.21 |
| HSL | 161.42º | 0.63% | 0.48% | - |
| HSV(B) | 161.42º | 0.77% | 0.79% | - |
| XYZ | 27.76 | 44.65 | 37.29 | - |
| YUV | 149.18 | 130.15 | 54.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 201 | 153 | 0.77 | 0 | 0.24 | 0.21 | 161.42 | 0.63 | 0.48 |
| Hex | 2E | C9 | 99 | 4D | 0 | 18 | 15 | A1 | 3F | 30 |
| Octal | 56 | 311 | 231 | 115 | 0 | 30 | 25 | 241 | 77 | 60 |
| Binary | 101110 | 11001001 | 10011001 | 1001101 | 0 | 11000 | 10101 | 10100001 | 111111 | 110000 |
Color Harmonies of #2EC999
Complementary color
Monochromatic Colors of #2EC999
Black with #2EC999
Text Example
Text Example
White with #2EC999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC999; }
p { color: rgb(46,201,153); }
H1.HeaderClassName
{
color: #2EC999;
}
.AnyTagClassName
{
color: #2EC999;
}
</style>
background-color css
<style>
a { background-color: #2EC999; }
a { background-color: rgb(46,201,153); }
div.DivClassName
{
background-color: #2EC999;
}
.BgClassName
{
background-color: #2EC999;
}
</style>
border-color css
<style>
span { border-color: #2EC999; }
span { border-color: rgb(46,201,153); }
td.TdClassName
{
border-color: #2EC999;
}
.TagClassName
{
border-color: #2EC999;
}
</style>