Shades of Shamrock #2EDE80
Tints of Shamrock #2EDE80
RGB
CMYK
RGB Variations
Color information
#2EDE80 (or 0x2EDE80) is known color: Shamrock. HEX triplet: 2E, DE and 80. RGB value is (46,222,128). Sum of RGB (Red+Green+Blue) = 46+222+128=396 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.62% from 396); Green value is 222 (87.11% from 255 or 56.06% from 396); Blue value is 128 (50.39% from 255 or 32.32% from 396); Max value from RGB is 222 - color contains mainly: green. Hex color #2EDE80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EDE80 is #D1217F. Grayscale: #9E9E9E. Windows color (decimal): -13705600 or 8445486. OLE color: 8445486.
HSL color Cylindrical-coordinate representation of color #2EDE80: hue angle of 147.95º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDE80 is Cyan = 0.79, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 222 | 128 | - |
| CMYK | 0.79 | 0 | 0.42 | 0.13 |
| HSL | 147.95º | 0.73% | 0.53% | - |
| HSV(B) | 147.95º | 0.79% | 0.87% | - |
| XYZ | 31.14 | 54.38 | 29.28 | - |
| YUV | 158.66 | 110.69 | 47.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 222 | 128 | 0.79 | 0 | 0.42 | 0.13 | 147.95 | 0.73 | 0.53 |
| Hex | 2E | DE | 80 | 4F | 0 | 2A | D | 94 | 49 | 35 |
| Octal | 56 | 336 | 200 | 117 | 0 | 52 | 15 | 224 | 111 | 65 |
| Binary | 101110 | 11011110 | 10000000 | 1001111 | 0 | 101010 | 1101 | 10010100 | 1001001 | 110101 |
Color Harmonies of #2EDE80
Complementary color
Monochromatic Colors of #2EDE80
Black with #2EDE80
Text Example
Text Example
White with #2EDE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDE80; }
p { color: rgb(46,222,128); }
H1.HeaderClassName
{
color: #2EDE80;
}
.AnyTagClassName
{
color: #2EDE80;
}
</style>
background-color css
<style>
a { background-color: #2EDE80; }
a { background-color: rgb(46,222,128); }
div.DivClassName
{
background-color: #2EDE80;
}
.BgClassName
{
background-color: #2EDE80;
}
</style>
border-color css
<style>
span { border-color: #2EDE80; }
span { border-color: rgb(46,222,128); }
td.TdClassName
{
border-color: #2EDE80;
}
.TagClassName
{
border-color: #2EDE80;
}
</style>