Shades of Shamrock #2EDB9A
Tints of Shamrock #2EDB9A
RGB
CMYK
RGB Variations
Color information
#2EDB9A (or 0x2EDB9A) is known color: Shamrock. HEX triplet: 2E, DB and 9A. RGB value is (46,219,154). Sum of RGB (Red+Green+Blue) = 46+219+154=419 (55% of max value = 765). Red value is 46 (18.36% from 255 or 10.98% from 419); Green value is 219 (85.94% from 255 or 52.27% from 419); Blue value is 154 (60.55% from 255 or 36.75% from 419); Max value from RGB is 219 - color contains mainly: green. Hex color #2EDB9A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EDB9A is #D12465. Grayscale: #9F9F9F. Windows color (decimal): -13706342 or 10148654. OLE color: 10148654.
HSL color Cylindrical-coordinate representation of color #2EDB9A: hue angle of 157.46º 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 #2EDB9A is Cyan = 0.79, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 46 | 219 | 154 | - |
| CMYK | 0.79 | 0 | 0.30 | 0.14 |
| HSL | 157.46º | 0.71% | 0.52% | - |
| HSV(B) | 157.46º | 0.79% | 0.86% | - |
| XYZ | 32.29 | 53.58 | 39.21 | - |
| YUV | 159.86 | 124.69 | 46.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 219 | 154 | 0.79 | 0 | 0.30 | 0.14 | 157.46 | 0.71 | 0.52 |
| Hex | 2E | DB | 9A | 4F | 0 | 1E | E | 9D | 47 | 34 |
| Octal | 56 | 333 | 232 | 117 | 0 | 36 | 16 | 235 | 107 | 64 |
| Binary | 101110 | 11011011 | 10011010 | 1001111 | 0 | 11110 | 1110 | 10011101 | 1000111 | 110100 |
Color Harmonies of #2EDB9A
Complementary color
Monochromatic Colors of #2EDB9A
Black with #2EDB9A
Text Example
Text Example
White with #2EDB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDB9A; }
p { color: rgb(46,219,154); }
H1.HeaderClassName
{
color: #2EDB9A;
}
.AnyTagClassName
{
color: #2EDB9A;
}
</style>
background-color css
<style>
a { background-color: #2EDB9A; }
a { background-color: rgb(46,219,154); }
div.DivClassName
{
background-color: #2EDB9A;
}
.BgClassName
{
background-color: #2EDB9A;
}
</style>
border-color css
<style>
span { border-color: #2EDB9A; }
span { border-color: rgb(46,219,154); }
td.TdClassName
{
border-color: #2EDB9A;
}
.TagClassName
{
border-color: #2EDB9A;
}
</style>