Shades of Shamrock #2EDC85
Tints of Shamrock #2EDC85
RGB
CMYK
RGB Variations
Color information
#2EDC85 (or 0x2EDC85) is known color: Shamrock. HEX triplet: 2E, DC and 85. RGB value is (46,220,133). Sum of RGB (Red+Green+Blue) = 46+220+133=399 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.53% from 399); Green value is 220 (86.33% from 255 or 55.14% from 399); Blue value is 133 (52.34% from 255 or 33.33% from 399); Max value from RGB is 220 - color contains mainly: green. Hex color #2EDC85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EDC85 is #D1237A. Grayscale: #9E9E9E. Windows color (decimal): -13706107 or 8772654. OLE color: 8772654.
HSL color Cylindrical-coordinate representation of color #2EDC85: hue angle of 150º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDC85 is Cyan = 0.79, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 46 | 220 | 133 | - |
| CMYK | 0.79 | 0 | 0.40 | 0.14 |
| HSL | 150º | 0.71% | 0.52% | - |
| HSV(B) | 150º | 0.79% | 0.86% | - |
| XYZ | 30.95 | 53.46 | 30.88 | - |
| YUV | 158.06 | 113.85 | 48.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 220 | 133 | 0.79 | 0 | 0.40 | 0.14 | 150 | 0.71 | 0.52 |
| Hex | 2E | DC | 85 | 4F | 0 | 28 | E | 96 | 47 | 34 |
| Octal | 56 | 334 | 205 | 117 | 0 | 50 | 16 | 226 | 107 | 64 |
| Binary | 101110 | 11011100 | 10000101 | 1001111 | 0 | 101000 | 1110 | 10010110 | 1000111 | 110100 |
Color Harmonies of #2EDC85
Complementary color
Monochromatic Colors of #2EDC85
Black with #2EDC85
Text Example
Text Example
White with #2EDC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDC85; }
p { color: rgb(46,220,133); }
H1.HeaderClassName
{
color: #2EDC85;
}
.AnyTagClassName
{
color: #2EDC85;
}
</style>
background-color css
<style>
a { background-color: #2EDC85; }
a { background-color: rgb(46,220,133); }
div.DivClassName
{
background-color: #2EDC85;
}
.BgClassName
{
background-color: #2EDC85;
}
</style>
border-color css
<style>
span { border-color: #2EDC85; }
span { border-color: rgb(46,220,133); }
td.TdClassName
{
border-color: #2EDC85;
}
.TagClassName
{
border-color: #2EDC85;
}
</style>