Shades of Shamrock #2ED394
Tints of Shamrock #2ED394
RGB
CMYK
RGB Variations
Color information
#2ED394 (or 0x2ED394) is known color: Shamrock. HEX triplet: 2E, D3 and 94. RGB value is (46,211,148). Sum of RGB (Red+Green+Blue) = 46+211+148=405 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.36% from 405); Green value is 211 (82.81% from 255 or 52.10% from 405); Blue value is 148 (58.20% from 255 or 36.54% from 405); Max value from RGB is 211 - color contains mainly: green. Hex color #2ED394 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ED394 is #D12C6B. Grayscale: #9A9A9A. Windows color (decimal): -13708396 or 9753390. OLE color: 9753390.
HSL color Cylindrical-coordinate representation of color #2ED394: hue angle of 157.09º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ED394 is Cyan = 0.78, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 46 | 211 | 148 | - |
| CMYK | 0.78 | 0 | 0.30 | 0.17 |
| HSL | 157.09º | 0.65% | 0.5% | - |
| HSV(B) | 157.09º | 0.78% | 0.83% | - |
| XYZ | 29.77 | 49.31 | 35.97 | - |
| YUV | 154.48 | 124.34 | 50.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 211 | 148 | 0.78 | 0 | 0.30 | 0.17 | 157.09 | 0.65 | 0.5 |
| Hex | 2E | D3 | 94 | 4E | 0 | 1E | 11 | 9D | 41 | 32 |
| Octal | 56 | 323 | 224 | 116 | 0 | 36 | 21 | 235 | 101 | 62 |
| Binary | 101110 | 11010011 | 10010100 | 1001110 | 0 | 11110 | 10001 | 10011101 | 1000001 | 110010 |
Color Harmonies of #2ED394
Complementary color
Monochromatic Colors of #2ED394
Black with #2ED394
Text Example
Text Example
White with #2ED394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED394; }
p { color: rgb(46,211,148); }
H1.HeaderClassName
{
color: #2ED394;
}
.AnyTagClassName
{
color: #2ED394;
}
</style>
background-color css
<style>
a { background-color: #2ED394; }
a { background-color: rgb(46,211,148); }
div.DivClassName
{
background-color: #2ED394;
}
.BgClassName
{
background-color: #2ED394;
}
</style>
border-color css
<style>
span { border-color: #2ED394; }
span { border-color: rgb(46,211,148); }
td.TdClassName
{
border-color: #2ED394;
}
.TagClassName
{
border-color: #2ED394;
}
</style>