Shades of Shamrock #2EC484
Tints of Shamrock #2EC484
RGB
CMYK
RGB Variations
Color information
#2EC484 (or 0x2EC484) is known color: Shamrock. HEX triplet: 2E, C4 and 84. RGB value is (46,196,132). Sum of RGB (Red+Green+Blue) = 46+196+132=374 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.30% from 374); Green value is 196 (76.95% from 255 or 52.41% from 374); Blue value is 132 (51.95% from 255 or 35.29% from 374); Max value from RGB is 196 - color contains mainly: green. Hex color #2EC484 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EC484 is #D13B7B. Grayscale: #8F8F8F. Windows color (decimal): -13712252 or 8700974. OLE color: 8700974.
HSL color Cylindrical-coordinate representation of color #2EC484: hue angle of 154.4º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EC484 is Cyan = 0.77, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 46 | 196 | 132 | - |
| CMYK | 0.77 | 0 | 0.33 | 0.23 |
| HSL | 154.4º | 0.62% | 0.47% | - |
| HSV(B) | 154.4º | 0.77% | 0.77% | - |
| XYZ | 25.03 | 41.73 | 28.56 | - |
| YUV | 143.85 | 121.31 | 58.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 196 | 132 | 0.77 | 0 | 0.33 | 0.23 | 154.4 | 0.62 | 0.47 |
| Hex | 2E | C4 | 84 | 4D | 0 | 21 | 17 | 9A | 3E | 2F |
| Octal | 56 | 304 | 204 | 115 | 0 | 41 | 27 | 232 | 76 | 57 |
| Binary | 101110 | 11000100 | 10000100 | 1001101 | 0 | 100001 | 10111 | 10011010 | 111110 | 101111 |
Color Harmonies of #2EC484
Complementary color
Monochromatic Colors of #2EC484
Black with #2EC484
Text Example
Text Example
White with #2EC484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC484; }
p { color: rgb(46,196,132); }
H1.HeaderClassName
{
color: #2EC484;
}
.AnyTagClassName
{
color: #2EC484;
}
</style>
background-color css
<style>
a { background-color: #2EC484; }
a { background-color: rgb(46,196,132); }
div.DivClassName
{
background-color: #2EC484;
}
.BgClassName
{
background-color: #2EC484;
}
</style>
border-color css
<style>
span { border-color: #2EC484; }
span { border-color: rgb(46,196,132); }
td.TdClassName
{
border-color: #2EC484;
}
.TagClassName
{
border-color: #2EC484;
}
</style>