Shades of Shamrock #2EDE8B
Tints of Shamrock #2EDE8B
RGB
CMYK
RGB Variations
Color information
#2EDE8B (or 0x2EDE8B) is known color: Shamrock. HEX triplet: 2E, DE and 8B. RGB value is (46,222,139). Sum of RGB (Red+Green+Blue) = 46+222+139=407 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.30% from 407); Green value is 222 (87.11% from 255 or 54.55% from 407); Blue value is 139 (54.69% from 255 or 34.15% from 407); Max value from RGB is 222 - color contains mainly: green. Hex color #2EDE8B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EDE8B is #D12174. Grayscale: #A0A0A0. Windows color (decimal): -13705589 or 9166382. OLE color: 9166382.
HSL color Cylindrical-coordinate representation of color #2EDE8B: hue angle of 151.7º 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 #2EDE8B is Cyan = 0.79, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 222 | 139 | - |
| CMYK | 0.79 | 0 | 0.37 | 0.13 |
| HSL | 151.7º | 0.73% | 0.53% | - |
| HSV(B) | 151.7º | 0.79% | 0.87% | - |
| XYZ | 31.91 | 54.69 | 33.3 | - |
| YUV | 159.91 | 116.19 | 46.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 222 | 139 | 0.79 | 0 | 0.37 | 0.13 | 151.7 | 0.73 | 0.53 |
| Hex | 2E | DE | 8B | 4F | 0 | 25 | D | 98 | 49 | 35 |
| Octal | 56 | 336 | 213 | 117 | 0 | 45 | 15 | 230 | 111 | 65 |
| Binary | 101110 | 11011110 | 10001011 | 1001111 | 0 | 100101 | 1101 | 10011000 | 1001001 | 110101 |
Color Harmonies of #2EDE8B
Complementary color
Monochromatic Colors of #2EDE8B
Black with #2EDE8B
Text Example
Text Example
White with #2EDE8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDE8B; }
p { color: rgb(46,222,139); }
H1.HeaderClassName
{
color: #2EDE8B;
}
.AnyTagClassName
{
color: #2EDE8B;
}
</style>
background-color css
<style>
a { background-color: #2EDE8B; }
a { background-color: rgb(46,222,139); }
div.DivClassName
{
background-color: #2EDE8B;
}
.BgClassName
{
background-color: #2EDE8B;
}
</style>
border-color css
<style>
span { border-color: #2EDE8B; }
span { border-color: rgb(46,222,139); }
td.TdClassName
{
border-color: #2EDE8B;
}
.TagClassName
{
border-color: #2EDE8B;
}
</style>