Shades of Shamrock #2ECB84
Tints of Shamrock #2ECB84
RGB
CMYK
RGB Variations
Color information
#2ECB84 (or 0x2ECB84) is known color: Shamrock. HEX triplet: 2E, CB and 84. RGB value is (46,203,132). Sum of RGB (Red+Green+Blue) = 46+203+132=381 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.07% from 381); Green value is 203 (79.69% from 255 or 53.28% from 381); Blue value is 132 (51.95% from 255 or 34.65% from 381); Max value from RGB is 203 - color contains mainly: green. Hex color #2ECB84 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ECB84 is #D1347B. Grayscale: #949494. Windows color (decimal): -13710460 or 8702766. OLE color: 8702766.
HSL color Cylindrical-coordinate representation of color #2ECB84: hue angle of 152.87º 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 #2ECB84 is Cyan = 0.77, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 46 | 203 | 132 | - |
| CMYK | 0.77 | 0 | 0.35 | 0.20 |
| HSL | 152.87º | 0.63% | 0.49% | - |
| HSV(B) | 152.87º | 0.77% | 0.8% | - |
| XYZ | 26.65 | 44.96 | 29.1 | - |
| YUV | 147.96 | 118.99 | 55.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 203 | 132 | 0.77 | 0 | 0.35 | 0.20 | 152.87 | 0.63 | 0.49 |
| Hex | 2E | CB | 84 | 4D | 0 | 23 | 14 | 99 | 3F | 31 |
| Octal | 56 | 313 | 204 | 115 | 0 | 43 | 24 | 231 | 77 | 61 |
| Binary | 101110 | 11001011 | 10000100 | 1001101 | 0 | 100011 | 10100 | 10011001 | 111111 | 110001 |
Color Harmonies of #2ECB84
Complementary color
Monochromatic Colors of #2ECB84
Black with #2ECB84
Text Example
Text Example
White with #2ECB84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECB84; }
p { color: rgb(46,203,132); }
H1.HeaderClassName
{
color: #2ECB84;
}
.AnyTagClassName
{
color: #2ECB84;
}
</style>
background-color css
<style>
a { background-color: #2ECB84; }
a { background-color: rgb(46,203,132); }
div.DivClassName
{
background-color: #2ECB84;
}
.BgClassName
{
background-color: #2ECB84;
}
</style>
border-color css
<style>
span { border-color: #2ECB84; }
span { border-color: rgb(46,203,132); }
td.TdClassName
{
border-color: #2ECB84;
}
.TagClassName
{
border-color: #2ECB84;
}
</style>