Shades of Shamrock #2ECD94
Tints of Shamrock #2ECD94
RGB
CMYK
RGB Variations
Color information
#2ECD94 (or 0x2ECD94) is known color: Shamrock. HEX triplet: 2E, CD and 94. RGB value is (46,205,148). Sum of RGB (Red+Green+Blue) = 46+205+148=399 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.53% from 399); Green value is 205 (80.47% from 255 or 51.38% from 399); Blue value is 148 (58.20% from 255 or 37.09% from 399); Max value from RGB is 205 - color contains mainly: green. Hex color #2ECD94 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ECD94 is #D1326B. Grayscale: #979797. Windows color (decimal): -13709932 or 9751854. OLE color: 9751854.
HSL color Cylindrical-coordinate representation of color #2ECD94: hue angle of 158.49º 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 #2ECD94 is Cyan = 0.78, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 46 | 205 | 148 | - |
| CMYK | 0.78 | 0 | 0.28 | 0.20 |
| HSL | 158.49º | 0.63% | 0.49% | - |
| HSV(B) | 158.49º | 0.78% | 0.8% | - |
| XYZ | 28.3 | 46.38 | 35.48 | - |
| YUV | 150.96 | 126.32 | 53.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 205 | 148 | 0.78 | 0 | 0.28 | 0.20 | 158.49 | 0.63 | 0.49 |
| Hex | 2E | CD | 94 | 4E | 0 | 1C | 14 | 9E | 3F | 31 |
| Octal | 56 | 315 | 224 | 116 | 0 | 34 | 24 | 236 | 77 | 61 |
| Binary | 101110 | 11001101 | 10010100 | 1001110 | 0 | 11100 | 10100 | 10011110 | 111111 | 110001 |
Color Harmonies of #2ECD94
Complementary color
Monochromatic Colors of #2ECD94
Black with #2ECD94
Text Example
Text Example
White with #2ECD94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECD94; }
p { color: rgb(46,205,148); }
H1.HeaderClassName
{
color: #2ECD94;
}
.AnyTagClassName
{
color: #2ECD94;
}
</style>
background-color css
<style>
a { background-color: #2ECD94; }
a { background-color: rgb(46,205,148); }
div.DivClassName
{
background-color: #2ECD94;
}
.BgClassName
{
background-color: #2ECD94;
}
</style>
border-color css
<style>
span { border-color: #2ECD94; }
span { border-color: rgb(46,205,148); }
td.TdClassName
{
border-color: #2ECD94;
}
.TagClassName
{
border-color: #2ECD94;
}
</style>