Shades of Shamrock #2ECC8C
Tints of Shamrock #2ECC8C
RGB
CMYK
RGB Variations
Color information
#2ECC8C (or 0x2ECC8C) is known color: Shamrock. HEX triplet: 2E, CC and 8C. RGB value is (46,204,140). Sum of RGB (Red+Green+Blue) = 46+204+140=390 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.79% from 390); Green value is 204 (80.08% from 255 or 52.31% from 390); Blue value is 140 (55.08% from 255 or 35.90% from 390); Max value from RGB is 204 - color contains mainly: green. Hex color #2ECC8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ECC8C is #D13373. Grayscale: #959595. Windows color (decimal): -13710196 or 9227310. OLE color: 9227310.
HSL color Cylindrical-coordinate representation of color #2ECC8C: hue angle of 155.7º 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 #2ECC8C is Cyan = 0.77, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 46 | 204 | 140 | - |
| CMYK | 0.77 | 0 | 0.31 | 0.2 |
| HSL | 155.7º | 0.63% | 0.49% | - |
| HSV(B) | 155.7º | 0.77% | 0.8% | - |
| XYZ | 27.45 | 45.66 | 32.18 | - |
| YUV | 149.46 | 122.65 | 54.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 204 | 140 | 0.77 | 0 | 0.31 | 0.2 | 155.7 | 0.63 | 0.49 |
| Hex | 2E | CC | 8C | 4D | 0 | 1F | 14 | 9C | 3F | 31 |
| Octal | 56 | 314 | 214 | 115 | 0 | 37 | 24 | 234 | 77 | 61 |
| Binary | 101110 | 11001100 | 10001100 | 1001101 | 0 | 11111 | 10100 | 10011100 | 111111 | 110001 |
Color Harmonies of #2ECC8C
Complementary color
Monochromatic Colors of #2ECC8C
Black with #2ECC8C
Text Example
Text Example
White with #2ECC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECC8C; }
p { color: rgb(46,204,140); }
H1.HeaderClassName
{
color: #2ECC8C;
}
.AnyTagClassName
{
color: #2ECC8C;
}
</style>
background-color css
<style>
a { background-color: #2ECC8C; }
a { background-color: rgb(46,204,140); }
div.DivClassName
{
background-color: #2ECC8C;
}
.BgClassName
{
background-color: #2ECC8C;
}
</style>
border-color css
<style>
span { border-color: #2ECC8C; }
span { border-color: rgb(46,204,140); }
td.TdClassName
{
border-color: #2ECC8C;
}
.TagClassName
{
border-color: #2ECC8C;
}
</style>