Shades of Shamrock #2EDD84
Tints of Shamrock #2EDD84
RGB
CMYK
RGB Variations
Color information
#2EDD84 (or 0x2EDD84) is known color: Shamrock. HEX triplet: 2E, DD and 84. RGB value is (46,221,132). Sum of RGB (Red+Green+Blue) = 46+221+132=399 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.53% from 399); Green value is 221 (86.72% from 255 or 55.39% from 399); Blue value is 132 (51.95% from 255 or 33.08% from 399); Max value from RGB is 221 - color contains mainly: green. Hex color #2EDD84 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EDD84 is #D1227B. Grayscale: #9E9E9E. Windows color (decimal): -13705852 or 8707374. OLE color: 8707374.
HSL color Cylindrical-coordinate representation of color #2EDD84: hue angle of 149.49º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDD84 is Cyan = 0.79, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 221 | 132 | - |
| CMYK | 0.79 | 0 | 0.40 | 0.13 |
| HSL | 149.49º | 0.72% | 0.52% | - |
| HSV(B) | 149.49º | 0.79% | 0.87% | - |
| XYZ | 31.15 | 53.96 | 30.6 | - |
| YUV | 158.53 | 113.02 | 47.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 221 | 132 | 0.79 | 0 | 0.40 | 0.13 | 149.49 | 0.72 | 0.52 |
| Hex | 2E | DD | 84 | 4F | 0 | 28 | D | 95 | 48 | 34 |
| Octal | 56 | 335 | 204 | 117 | 0 | 50 | 15 | 225 | 110 | 64 |
| Binary | 101110 | 11011101 | 10000100 | 1001111 | 0 | 101000 | 1101 | 10010101 | 1001000 | 110100 |
Color Harmonies of #2EDD84
Complementary color
Monochromatic Colors of #2EDD84
Black with #2EDD84
Text Example
Text Example
White with #2EDD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDD84; }
p { color: rgb(46,221,132); }
H1.HeaderClassName
{
color: #2EDD84;
}
.AnyTagClassName
{
color: #2EDD84;
}
</style>
background-color css
<style>
a { background-color: #2EDD84; }
a { background-color: rgb(46,221,132); }
div.DivClassName
{
background-color: #2EDD84;
}
.BgClassName
{
background-color: #2EDD84;
}
</style>
border-color css
<style>
span { border-color: #2EDD84; }
span { border-color: rgb(46,221,132); }
td.TdClassName
{
border-color: #2EDD84;
}
.TagClassName
{
border-color: #2EDD84;
}
</style>