Shades of Shamrock #2ECC8D
Tints of Shamrock #2ECC8D
RGB
CMYK
RGB Variations
Color information
#2ECC8D (or 0x2ECC8D) is known color: Shamrock. HEX triplet: 2E, CC and 8D. RGB value is (46,204,141). Sum of RGB (Red+Green+Blue) = 46+204+141=391 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.76% from 391); Green value is 204 (80.08% from 255 or 52.17% from 391); Blue value is 141 (55.47% from 255 or 36.06% from 391); Max value from RGB is 204 - color contains mainly: green. Hex color #2ECC8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ECC8D is #D13372. Grayscale: #959595. Windows color (decimal): -13710195 or 9292846. OLE color: 9292846.
HSL color Cylindrical-coordinate representation of color #2ECC8D: hue angle of 156.08º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2ECC8D is Cyan = 0.77, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 46 | 204 | 141 | - |
| CMYK | 0.77 | 0 | 0.31 | 0.2 |
| HSL | 156.08º | 0.63% | 0.49% | - |
| HSV(B) | 156.08º | 0.77% | 0.8% | - |
| XYZ | 27.53 | 45.69 | 32.57 | - |
| YUV | 149.58 | 123.15 | 54.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 204 | 141 | 0.77 | 0 | 0.31 | 0.2 | 156.08 | 0.63 | 0.49 |
| Hex | 2E | CC | 8D | 4D | 0 | 1F | 14 | 9C | 3F | 31 |
| Octal | 56 | 314 | 215 | 115 | 0 | 37 | 24 | 234 | 77 | 61 |
| Binary | 101110 | 11001100 | 10001101 | 1001101 | 0 | 11111 | 10100 | 10011100 | 111111 | 110001 |
Color Harmonies of #2ECC8D
Complementary color
Monochromatic Colors of #2ECC8D
Black with #2ECC8D
Text Example
Text Example
White with #2ECC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECC8D; }
p { color: rgb(46,204,141); }
H1.HeaderClassName
{
color: #2ECC8D;
}
.AnyTagClassName
{
color: #2ECC8D;
}
</style>
background-color css
<style>
a { background-color: #2ECC8D; }
a { background-color: rgb(46,204,141); }
div.DivClassName
{
background-color: #2ECC8D;
}
.BgClassName
{
background-color: #2ECC8D;
}
</style>
border-color css
<style>
span { border-color: #2ECC8D; }
span { border-color: rgb(46,204,141); }
td.TdClassName
{
border-color: #2ECC8D;
}
.TagClassName
{
border-color: #2ECC8D;
}
</style>