Shades of Shamrock #2ECF7D
Tints of Shamrock #2ECF7D
RGB
CMYK
RGB Variations
Color information
#2ECF7D (or 0x2ECF7D) is known color: Shamrock. HEX triplet: 2E, CF and 7D. RGB value is (46,207,125). Sum of RGB (Red+Green+Blue) = 46+207+125=378 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.17% from 378); Green value is 207 (81.25% from 255 or 54.76% from 378); Blue value is 125 (49.22% from 255 or 33.07% from 378); Max value from RGB is 207 - color contains mainly: green. Hex color #2ECF7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ECF7D is #D13082. Grayscale: #959595. Windows color (decimal): -13709443 or 8245038. OLE color: 8245038.
HSL color Cylindrical-coordinate representation of color #2ECF7D: hue angle of 149.44º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ECF7D is Cyan = 0.78, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 46 | 207 | 125 | - |
| CMYK | 0.78 | 0 | 0.40 | 0.19 |
| HSL | 149.44º | 0.64% | 0.5% | - |
| HSV(B) | 149.44º | 0.78% | 0.81% | - |
| XYZ | 27.14 | 46.69 | 26.98 | - |
| YUV | 149.51 | 114.16 | 54.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 207 | 125 | 0.78 | 0 | 0.40 | 0.19 | 149.44 | 0.64 | 0.5 |
| Hex | 2E | CF | 7D | 4E | 0 | 28 | 13 | 95 | 40 | 32 |
| Octal | 56 | 317 | 175 | 116 | 0 | 50 | 23 | 225 | 100 | 62 |
| Binary | 101110 | 11001111 | 1111101 | 1001110 | 0 | 101000 | 10011 | 10010101 | 1000000 | 110010 |
Color Harmonies of #2ECF7D
Complementary color
Monochromatic Colors of #2ECF7D
Black with #2ECF7D
Text Example
Text Example
White with #2ECF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECF7D; }
p { color: rgb(46,207,125); }
H1.HeaderClassName
{
color: #2ECF7D;
}
.AnyTagClassName
{
color: #2ECF7D;
}
</style>
background-color css
<style>
a { background-color: #2ECF7D; }
a { background-color: rgb(46,207,125); }
div.DivClassName
{
background-color: #2ECF7D;
}
.BgClassName
{
background-color: #2ECF7D;
}
</style>
border-color css
<style>
span { border-color: #2ECF7D; }
span { border-color: rgb(46,207,125); }
td.TdClassName
{
border-color: #2ECF7D;
}
.TagClassName
{
border-color: #2ECF7D;
}
</style>