Shades of Shamrock #2EDE84
Tints of Shamrock #2EDE84
RGB
CMYK
RGB Variations
Color information
#2EDE84 (or 0x2EDE84) is known color: Shamrock. HEX triplet: 2E, DE and 84. RGB value is (46,222,132). Sum of RGB (Red+Green+Blue) = 46+222+132=400 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.5% from 400); Green value is 222 (87.11% from 255 or 55.5% from 400); Blue value is 132 (51.95% from 255 or 33% from 400); Max value from RGB is 222 - color contains mainly: green. Hex color #2EDE84 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EDE84 is #D1217B. Grayscale: #9F9F9F. Windows color (decimal): -13705596 or 8707630. OLE color: 8707630.
HSL color Cylindrical-coordinate representation of color #2EDE84: hue angle of 149.32º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDE84 is Cyan = 0.79, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 222 | 132 | - |
| CMYK | 0.79 | 0 | 0.41 | 0.13 |
| HSL | 149.32º | 0.73% | 0.53% | - |
| HSV(B) | 149.32º | 0.79% | 0.87% | - |
| XYZ | 31.41 | 54.49 | 30.69 | - |
| YUV | 159.12 | 112.69 | 47.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 222 | 132 | 0.79 | 0 | 0.41 | 0.13 | 149.32 | 0.73 | 0.53 |
| Hex | 2E | DE | 84 | 4F | 0 | 29 | D | 95 | 49 | 35 |
| Octal | 56 | 336 | 204 | 117 | 0 | 51 | 15 | 225 | 111 | 65 |
| Binary | 101110 | 11011110 | 10000100 | 1001111 | 0 | 101001 | 1101 | 10010101 | 1001001 | 110101 |
Color Harmonies of #2EDE84
Complementary color
Monochromatic Colors of #2EDE84
Black with #2EDE84
Text Example
Text Example
White with #2EDE84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDE84; }
p { color: rgb(46,222,132); }
H1.HeaderClassName
{
color: #2EDE84;
}
.AnyTagClassName
{
color: #2EDE84;
}
</style>
background-color css
<style>
a { background-color: #2EDE84; }
a { background-color: rgb(46,222,132); }
div.DivClassName
{
background-color: #2EDE84;
}
.BgClassName
{
background-color: #2EDE84;
}
</style>
border-color css
<style>
span { border-color: #2EDE84; }
span { border-color: rgb(46,222,132); }
td.TdClassName
{
border-color: #2EDE84;
}
.TagClassName
{
border-color: #2EDE84;
}
</style>