Shades of Shamrock #2EDE9B
Tints of Shamrock #2EDE9B
RGB
CMYK
RGB Variations
Color information
#2EDE9B (or 0x2EDE9B) is known color: Shamrock. HEX triplet: 2E, DE and 9B. RGB value is (46,222,155). Sum of RGB (Red+Green+Blue) = 46+222+155=423 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.87% from 423); Green value is 222 (87.11% from 255 or 52.48% from 423); Blue value is 155 (60.94% from 255 or 36.64% from 423); Max value from RGB is 222 - color contains mainly: green. Hex color #2EDE9B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EDE9B is #D12164. Grayscale: #A1A1A1. Windows color (decimal): -13705573 or 10214958. OLE color: 10214958.
HSL color Cylindrical-coordinate representation of color #2EDE9B: hue angle of 157.16º 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 #2EDE9B is Cyan = 0.79, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 222 | 155 | - |
| CMYK | 0.79 | 0 | 0.30 | 0.13 |
| HSL | 157.16º | 0.73% | 0.53% | - |
| HSV(B) | 157.16º | 0.79% | 0.87% | - |
| XYZ | 33.16 | 55.19 | 39.92 | - |
| YUV | 161.74 | 124.19 | 45.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 222 | 155 | 0.79 | 0 | 0.30 | 0.13 | 157.16 | 0.73 | 0.53 |
| Hex | 2E | DE | 9B | 4F | 0 | 1E | D | 9D | 49 | 35 |
| Octal | 56 | 336 | 233 | 117 | 0 | 36 | 15 | 235 | 111 | 65 |
| Binary | 101110 | 11011110 | 10011011 | 1001111 | 0 | 11110 | 1101 | 10011101 | 1001001 | 110101 |
Color Harmonies of #2EDE9B
Complementary color
Monochromatic Colors of #2EDE9B
Black with #2EDE9B
Text Example
Text Example
White with #2EDE9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDE9B; }
p { color: rgb(46,222,155); }
H1.HeaderClassName
{
color: #2EDE9B;
}
.AnyTagClassName
{
color: #2EDE9B;
}
</style>
background-color css
<style>
a { background-color: #2EDE9B; }
a { background-color: rgb(46,222,155); }
div.DivClassName
{
background-color: #2EDE9B;
}
.BgClassName
{
background-color: #2EDE9B;
}
</style>
border-color css
<style>
span { border-color: #2EDE9B; }
span { border-color: rgb(46,222,155); }
td.TdClassName
{
border-color: #2EDE9B;
}
.TagClassName
{
border-color: #2EDE9B;
}
</style>