Shades of Shamrock #2EE584
Tints of Shamrock #2EE584
RGB
CMYK
RGB Variations
Color information
#2EE584 (or 0x2EE584) is known color: Shamrock. HEX triplet: 2E, E5 and 84. RGB value is (46,229,132). Sum of RGB (Red+Green+Blue) = 46+229+132=407 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.30% from 407); Green value is 229 (89.84% from 255 or 56.27% from 407); Blue value is 132 (51.95% from 255 or 32.43% from 407); Max value from RGB is 229 - color contains mainly: green. Hex color #2EE584 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EE584 is #D11A7B. Grayscale: #A3A3A3. Windows color (decimal): -13703804 or 8709422. OLE color: 8709422.
HSL color Cylindrical-coordinate representation of color #2EE584: hue angle of 148.2º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE584 is Cyan = 0.80, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 46 | 229 | 132 | - |
| CMYK | 0.80 | 0 | 0.42 | 0.10 |
| HSL | 148.2º | 0.78% | 0.54% | - |
| HSV(B) | 148.2º | 0.8% | 0.9% | - |
| XYZ | 33.31 | 58.29 | 31.32 | - |
| YUV | 163.23 | 110.37 | 44.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 229 | 132 | 0.80 | 0 | 0.42 | 0.10 | 148.2 | 0.78 | 0.54 |
| Hex | 2E | E5 | 84 | 50 | 0 | 2A | A | 94 | 4E | 36 |
| Octal | 56 | 345 | 204 | 120 | 0 | 52 | 12 | 224 | 116 | 66 |
| Binary | 101110 | 11100101 | 10000100 | 1010000 | 0 | 101010 | 1010 | 10010100 | 1001110 | 110110 |
Color Harmonies of #2EE584
Complementary color
Monochromatic Colors of #2EE584
Black with #2EE584
Text Example
Text Example
White with #2EE584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE584; }
p { color: rgb(46,229,132); }
H1.HeaderClassName
{
color: #2EE584;
}
.AnyTagClassName
{
color: #2EE584;
}
</style>
background-color css
<style>
a { background-color: #2EE584; }
a { background-color: rgb(46,229,132); }
div.DivClassName
{
background-color: #2EE584;
}
.BgClassName
{
background-color: #2EE584;
}
</style>
border-color css
<style>
span { border-color: #2EE584; }
span { border-color: rgb(46,229,132); }
td.TdClassName
{
border-color: #2EE584;
}
.TagClassName
{
border-color: #2EE584;
}
</style>