Shades of Shamrock #2ED584
Tints of Shamrock #2ED584
RGB
CMYK
RGB Variations
Color information
#2ED584 (or 0x2ED584) is known color: Shamrock. HEX triplet: 2E, D5 and 84. RGB value is (46,213,132). Sum of RGB (Red+Green+Blue) = 46+213+132=391 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.76% from 391); Green value is 213 (83.59% from 255 or 54.48% from 391); Blue value is 132 (51.95% from 255 or 33.76% from 391); Max value from RGB is 213 - color contains mainly: green. Hex color #2ED584 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ED584 is #D12A7B. Grayscale: #999999. Windows color (decimal): -13707900 or 8705326. OLE color: 8705326.
HSL color Cylindrical-coordinate representation of color #2ED584: hue angle of 150.9º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ED584 is Cyan = 0.78, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 46 | 213 | 132 | - |
| CMYK | 0.78 | 0 | 0.38 | 0.16 |
| HSL | 150.9º | 0.67% | 0.51% | - |
| HSV(B) | 150.9º | 0.78% | 0.84% | - |
| XYZ | 29.09 | 49.84 | 29.92 | - |
| YUV | 153.83 | 115.67 | 51.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 213 | 132 | 0.78 | 0 | 0.38 | 0.16 | 150.9 | 0.67 | 0.51 |
| Hex | 2E | D5 | 84 | 4E | 0 | 26 | 10 | 97 | 43 | 33 |
| Octal | 56 | 325 | 204 | 116 | 0 | 46 | 20 | 227 | 103 | 63 |
| Binary | 101110 | 11010101 | 10000100 | 1001110 | 0 | 100110 | 10000 | 10010111 | 1000011 | 110011 |
Color Harmonies of #2ED584
Complementary color
Monochromatic Colors of #2ED584
Black with #2ED584
Text Example
Text Example
White with #2ED584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED584; }
p { color: rgb(46,213,132); }
H1.HeaderClassName
{
color: #2ED584;
}
.AnyTagClassName
{
color: #2ED584;
}
</style>
background-color css
<style>
a { background-color: #2ED584; }
a { background-color: rgb(46,213,132); }
div.DivClassName
{
background-color: #2ED584;
}
.BgClassName
{
background-color: #2ED584;
}
</style>
border-color css
<style>
span { border-color: #2ED584; }
span { border-color: rgb(46,213,132); }
td.TdClassName
{
border-color: #2ED584;
}
.TagClassName
{
border-color: #2ED584;
}
</style>