Shades of Shamrock #2ED488
Tints of Shamrock #2ED488
RGB
CMYK
RGB Variations
Color information
#2ED488 (or 0x2ED488) is known color: Shamrock. HEX triplet: 2E, D4 and 88. RGB value is (46,212,136). Sum of RGB (Red+Green+Blue) = 46+212+136=394 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.68% from 394); Green value is 212 (83.20% from 255 or 53.81% from 394); Blue value is 136 (53.52% from 255 or 34.52% from 394); Max value from RGB is 212 - color contains mainly: green. Hex color #2ED488 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ED488 is #D12B77. Grayscale: #999999. Windows color (decimal): -13708152 or 8967214. OLE color: 8967214.
HSL color Cylindrical-coordinate representation of color #2ED488: hue angle of 152.53º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ED488 is Cyan = 0.78, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 46 | 212 | 136 | - |
| CMYK | 0.78 | 0 | 0.36 | 0.17 |
| HSL | 152.53º | 0.66% | 0.51% | - |
| HSV(B) | 152.53º | 0.78% | 0.83% | - |
| XYZ | 29.11 | 49.45 | 31.3 | - |
| YUV | 153.7 | 118 | 51.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 212 | 136 | 0.78 | 0 | 0.36 | 0.17 | 152.53 | 0.66 | 0.51 |
| Hex | 2E | D4 | 88 | 4E | 0 | 24 | 11 | 99 | 42 | 33 |
| Octal | 56 | 324 | 210 | 116 | 0 | 44 | 21 | 231 | 102 | 63 |
| Binary | 101110 | 11010100 | 10001000 | 1001110 | 0 | 100100 | 10001 | 10011001 | 1000010 | 110011 |
Color Harmonies of #2ED488
Complementary color
Monochromatic Colors of #2ED488
Black with #2ED488
Text Example
Text Example
White with #2ED488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED488; }
p { color: rgb(46,212,136); }
H1.HeaderClassName
{
color: #2ED488;
}
.AnyTagClassName
{
color: #2ED488;
}
</style>
background-color css
<style>
a { background-color: #2ED488; }
a { background-color: rgb(46,212,136); }
div.DivClassName
{
background-color: #2ED488;
}
.BgClassName
{
background-color: #2ED488;
}
</style>
border-color css
<style>
span { border-color: #2ED488; }
span { border-color: rgb(46,212,136); }
td.TdClassName
{
border-color: #2ED488;
}
.TagClassName
{
border-color: #2ED488;
}
</style>