Shades of Shamrock #2ED78D
Tints of Shamrock #2ED78D
RGB
CMYK
RGB Variations
Color information
#2ED78D (or 0x2ED78D) is known color: Shamrock. HEX triplet: 2E, D7 and 8D. RGB value is (46,215,141). Sum of RGB (Red+Green+Blue) = 46+215+141=402 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.44% from 402); Green value is 215 (84.38% from 255 or 53.48% from 402); Blue value is 141 (55.47% from 255 or 35.07% from 402); Max value from RGB is 215 - color contains mainly: green. Hex color #2ED78D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ED78D is #D12872. Grayscale: #9C9C9C. Windows color (decimal): -13707379 or 9295662. OLE color: 9295662.
HSL color Cylindrical-coordinate representation of color #2ED78D: hue angle of 153.73º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ED78D is Cyan = 0.79, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 46 | 215 | 141 | - |
| CMYK | 0.79 | 0 | 0.34 | 0.16 |
| HSL | 153.73º | 0.68% | 0.51% | - |
| HSV(B) | 153.73º | 0.79% | 0.84% | - |
| XYZ | 30.23 | 51.1 | 33.47 | - |
| YUV | 156.03 | 119.51 | 49.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 215 | 141 | 0.79 | 0 | 0.34 | 0.16 | 153.73 | 0.68 | 0.51 |
| Hex | 2E | D7 | 8D | 4F | 0 | 22 | 10 | 9A | 44 | 33 |
| Octal | 56 | 327 | 215 | 117 | 0 | 42 | 20 | 232 | 104 | 63 |
| Binary | 101110 | 11010111 | 10001101 | 1001111 | 0 | 100010 | 10000 | 10011010 | 1000100 | 110011 |
Color Harmonies of #2ED78D
Complementary color
Monochromatic Colors of #2ED78D
Black with #2ED78D
Text Example
Text Example
White with #2ED78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED78D; }
p { color: rgb(46,215,141); }
H1.HeaderClassName
{
color: #2ED78D;
}
.AnyTagClassName
{
color: #2ED78D;
}
</style>
background-color css
<style>
a { background-color: #2ED78D; }
a { background-color: rgb(46,215,141); }
div.DivClassName
{
background-color: #2ED78D;
}
.BgClassName
{
background-color: #2ED78D;
}
</style>
border-color css
<style>
span { border-color: #2ED78D; }
span { border-color: rgb(46,215,141); }
td.TdClassName
{
border-color: #2ED78D;
}
.TagClassName
{
border-color: #2ED78D;
}
</style>