Shades of Shamrock #2ED48C
Tints of Shamrock #2ED48C
RGB
CMYK
RGB Variations
Color information
#2ED48C (or 0x2ED48C) is known color: Shamrock. HEX triplet: 2E, D4 and 8C. RGB value is (46,212,140). Sum of RGB (Red+Green+Blue) = 46+212+140=398 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.56% from 398); Green value is 212 (83.20% from 255 or 53.27% from 398); Blue value is 140 (55.08% from 255 or 35.18% from 398); Max value from RGB is 212 - color contains mainly: green. Hex color #2ED48C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ED48C is #D12B73. Grayscale: #9A9A9A. Windows color (decimal): -13708148 or 9229358. OLE color: 9229358.
HSL color Cylindrical-coordinate representation of color #2ED48C: hue angle of 153.98º 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 #2ED48C is Cyan = 0.78, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 46 | 212 | 140 | - |
| CMYK | 0.78 | 0 | 0.34 | 0.17 |
| HSL | 153.98º | 0.66% | 0.51% | - |
| HSV(B) | 153.98º | 0.78% | 0.83% | - |
| XYZ | 29.4 | 49.56 | 32.83 | - |
| YUV | 154.16 | 120 | 50.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 212 | 140 | 0.78 | 0 | 0.34 | 0.17 | 153.98 | 0.66 | 0.51 |
| Hex | 2E | D4 | 8C | 4E | 0 | 22 | 11 | 9A | 42 | 33 |
| Octal | 56 | 324 | 214 | 116 | 0 | 42 | 21 | 232 | 102 | 63 |
| Binary | 101110 | 11010100 | 10001100 | 1001110 | 0 | 100010 | 10001 | 10011010 | 1000010 | 110011 |
Color Harmonies of #2ED48C
Complementary color
Monochromatic Colors of #2ED48C
Black with #2ED48C
Text Example
Text Example
White with #2ED48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED48C; }
p { color: rgb(46,212,140); }
H1.HeaderClassName
{
color: #2ED48C;
}
.AnyTagClassName
{
color: #2ED48C;
}
</style>
background-color css
<style>
a { background-color: #2ED48C; }
a { background-color: rgb(46,212,140); }
div.DivClassName
{
background-color: #2ED48C;
}
.BgClassName
{
background-color: #2ED48C;
}
</style>
border-color css
<style>
span { border-color: #2ED48C; }
span { border-color: rgb(46,212,140); }
td.TdClassName
{
border-color: #2ED48C;
}
.TagClassName
{
border-color: #2ED48C;
}
</style>