Shades of Shamrock #2ECD82
Tints of Shamrock #2ECD82
RGB
CMYK
RGB Variations
Color information
#2ECD82 (or 0x2ECD82) is known color: Shamrock. HEX triplet: 2E, CD and 82. RGB value is (46,205,130). Sum of RGB (Red+Green+Blue) = 46+205+130=381 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.07% from 381); Green value is 205 (80.47% from 255 or 53.81% from 381); Blue value is 130 (51.17% from 255 or 34.12% from 381); Max value from RGB is 205 - color contains mainly: green. Hex color #2ECD82 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ECD82 is #D1327D. Grayscale: #959595. Windows color (decimal): -13709950 or 8572206. OLE color: 8572206.
HSL color Cylindrical-coordinate representation of color #2ECD82: hue angle of 151.7º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ECD82 is Cyan = 0.78, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 46 | 205 | 130 | - |
| CMYK | 0.78 | 0 | 0.37 | 0.20 |
| HSL | 151.7º | 0.63% | 0.49% | - |
| HSV(B) | 151.7º | 0.78% | 0.8% | - |
| XYZ | 26.99 | 45.86 | 28.55 | - |
| YUV | 148.91 | 117.32 | 54.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 205 | 130 | 0.78 | 0 | 0.37 | 0.20 | 151.7 | 0.63 | 0.49 |
| Hex | 2E | CD | 82 | 4E | 0 | 25 | 14 | 98 | 3F | 31 |
| Octal | 56 | 315 | 202 | 116 | 0 | 45 | 24 | 230 | 77 | 61 |
| Binary | 101110 | 11001101 | 10000010 | 1001110 | 0 | 100101 | 10100 | 10011000 | 111111 | 110001 |
Color Harmonies of #2ECD82
Complementary color
Monochromatic Colors of #2ECD82
Black with #2ECD82
Text Example
Text Example
White with #2ECD82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECD82; }
p { color: rgb(46,205,130); }
H1.HeaderClassName
{
color: #2ECD82;
}
.AnyTagClassName
{
color: #2ECD82;
}
</style>
background-color css
<style>
a { background-color: #2ECD82; }
a { background-color: rgb(46,205,130); }
div.DivClassName
{
background-color: #2ECD82;
}
.BgClassName
{
background-color: #2ECD82;
}
</style>
border-color css
<style>
span { border-color: #2ECD82; }
span { border-color: rgb(46,205,130); }
td.TdClassName
{
border-color: #2ECD82;
}
.TagClassName
{
border-color: #2ECD82;
}
</style>