Shades of Shamrock #2EC98C
Tints of Shamrock #2EC98C
RGB
CMYK
RGB Variations
Color information
#2EC98C (or 0x2EC98C) is known color: Shamrock. HEX triplet: 2E, C9 and 8C. RGB value is (46,201,140). Sum of RGB (Red+Green+Blue) = 46+201+140=387 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.89% from 387); Green value is 201 (78.91% from 255 or 51.94% from 387); Blue value is 140 (55.08% from 255 or 36.18% from 387); Max value from RGB is 201 - color contains mainly: green. Hex color #2EC98C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EC98C is #D13673. Grayscale: #939393. Windows color (decimal): -13710964 or 9226542. OLE color: 9226542.
HSL color Cylindrical-coordinate representation of color #2EC98C: hue angle of 156.39º 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 #2EC98C is Cyan = 0.77, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 46 | 201 | 140 | - |
| CMYK | 0.77 | 0 | 0.30 | 0.21 |
| HSL | 156.39º | 0.63% | 0.48% | - |
| HSV(B) | 156.39º | 0.77% | 0.79% | - |
| XYZ | 26.75 | 44.25 | 31.94 | - |
| YUV | 147.7 | 123.65 | 55.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 201 | 140 | 0.77 | 0 | 0.30 | 0.21 | 156.39 | 0.63 | 0.48 |
| Hex | 2E | C9 | 8C | 4D | 0 | 1E | 15 | 9C | 3F | 30 |
| Octal | 56 | 311 | 214 | 115 | 0 | 36 | 25 | 234 | 77 | 60 |
| Binary | 101110 | 11001001 | 10001100 | 1001101 | 0 | 11110 | 10101 | 10011100 | 111111 | 110000 |
Color Harmonies of #2EC98C
Complementary color
Monochromatic Colors of #2EC98C
Black with #2EC98C
Text Example
Text Example
White with #2EC98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC98C; }
p { color: rgb(46,201,140); }
H1.HeaderClassName
{
color: #2EC98C;
}
.AnyTagClassName
{
color: #2EC98C;
}
</style>
background-color css
<style>
a { background-color: #2EC98C; }
a { background-color: rgb(46,201,140); }
div.DivClassName
{
background-color: #2EC98C;
}
.BgClassName
{
background-color: #2EC98C;
}
</style>
border-color css
<style>
span { border-color: #2EC98C; }
span { border-color: rgb(46,201,140); }
td.TdClassName
{
border-color: #2EC98C;
}
.TagClassName
{
border-color: #2EC98C;
}
</style>