Shades of Shamrock #2ED594
Tints of Shamrock #2ED594
RGB
CMYK
RGB Variations
Color information
#2ED594 (or 0x2ED594) is known color: Shamrock. HEX triplet: 2E, D5 and 94. RGB value is (46,213,148). Sum of RGB (Red+Green+Blue) = 46+213+148=407 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.30% from 407); Green value is 213 (83.59% from 255 or 52.33% from 407); Blue value is 148 (58.20% from 255 or 36.36% from 407); Max value from RGB is 213 - color contains mainly: green. Hex color #2ED594 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ED594 is #D12A6B. Grayscale: #9B9B9B. Windows color (decimal): -13707884 or 9753902. OLE color: 9753902.
HSL color Cylindrical-coordinate representation of color #2ED594: hue angle of 156.65º 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 #2ED594 is Cyan = 0.78, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 46 | 213 | 148 | - |
| CMYK | 0.78 | 0 | 0.31 | 0.16 |
| HSL | 156.65º | 0.67% | 0.51% | - |
| HSV(B) | 156.65º | 0.78% | 0.84% | - |
| XYZ | 30.27 | 50.31 | 36.13 | - |
| YUV | 155.66 | 123.67 | 49.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 213 | 148 | 0.78 | 0 | 0.31 | 0.16 | 156.65 | 0.67 | 0.51 |
| Hex | 2E | D5 | 94 | 4E | 0 | 1F | 10 | 9D | 43 | 33 |
| Octal | 56 | 325 | 224 | 116 | 0 | 37 | 20 | 235 | 103 | 63 |
| Binary | 101110 | 11010101 | 10010100 | 1001110 | 0 | 11111 | 10000 | 10011101 | 1000011 | 110011 |
Color Harmonies of #2ED594
Complementary color
Monochromatic Colors of #2ED594
Black with #2ED594
Text Example
Text Example
White with #2ED594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED594; }
p { color: rgb(46,213,148); }
H1.HeaderClassName
{
color: #2ED594;
}
.AnyTagClassName
{
color: #2ED594;
}
</style>
background-color css
<style>
a { background-color: #2ED594; }
a { background-color: rgb(46,213,148); }
div.DivClassName
{
background-color: #2ED594;
}
.BgClassName
{
background-color: #2ED594;
}
</style>
border-color css
<style>
span { border-color: #2ED594; }
span { border-color: rgb(46,213,148); }
td.TdClassName
{
border-color: #2ED594;
}
.TagClassName
{
border-color: #2ED594;
}
</style>