Shades of Shamrock #2ECC8F
Tints of Shamrock #2ECC8F
RGB
CMYK
RGB Variations
Color information
#2ECC8F (or 0x2ECC8F) is known color: Shamrock. HEX triplet: 2E, CC and 8F. RGB value is (46,204,143). Sum of RGB (Red+Green+Blue) = 46+204+143=393 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.70% from 393); Green value is 204 (80.08% from 255 or 51.91% from 393); Blue value is 143 (56.25% from 255 or 36.39% from 393); Max value from RGB is 204 - color contains mainly: green. Hex color #2ECC8F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ECC8F is #D13370. Grayscale: #959595. Windows color (decimal): -13710193 or 9423918. OLE color: 9423918.
HSL color Cylindrical-coordinate representation of color #2ECC8F: hue angle of 156.84º 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 #2ECC8F is Cyan = 0.77, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 46 | 204 | 143 | - |
| CMYK | 0.77 | 0 | 0.30 | 0.2 |
| HSL | 156.84º | 0.63% | 0.49% | - |
| HSV(B) | 156.84º | 0.77% | 0.8% | - |
| XYZ | 27.68 | 45.75 | 33.36 | - |
| YUV | 149.8 | 124.15 | 53.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 204 | 143 | 0.77 | 0 | 0.30 | 0.2 | 156.84 | 0.63 | 0.49 |
| Hex | 2E | CC | 8F | 4D | 0 | 1E | 14 | 9D | 3F | 31 |
| Octal | 56 | 314 | 217 | 115 | 0 | 36 | 24 | 235 | 77 | 61 |
| Binary | 101110 | 11001100 | 10001111 | 1001101 | 0 | 11110 | 10100 | 10011101 | 111111 | 110001 |
Color Harmonies of #2ECC8F
Complementary color
Monochromatic Colors of #2ECC8F
Black with #2ECC8F
Text Example
Text Example
White with #2ECC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECC8F; }
p { color: rgb(46,204,143); }
H1.HeaderClassName
{
color: #2ECC8F;
}
.AnyTagClassName
{
color: #2ECC8F;
}
</style>
background-color css
<style>
a { background-color: #2ECC8F; }
a { background-color: rgb(46,204,143); }
div.DivClassName
{
background-color: #2ECC8F;
}
.BgClassName
{
background-color: #2ECC8F;
}
</style>
border-color css
<style>
span { border-color: #2ECC8F; }
span { border-color: rgb(46,204,143); }
td.TdClassName
{
border-color: #2ECC8F;
}
.TagClassName
{
border-color: #2ECC8F;
}
</style>