Shades of Shamrock #2EDE7A
Tints of Shamrock #2EDE7A
RGB
CMYK
RGB Variations
Color information
#2EDE7A (or 0x2EDE7A) is known color: Shamrock. HEX triplet: 2E, DE and 7A. RGB value is (46,222,122). Sum of RGB (Red+Green+Blue) = 46+222+122=390 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.79% from 390); Green value is 222 (87.11% from 255 or 56.92% from 390); Blue value is 122 (48.05% from 255 or 31.28% from 390); Max value from RGB is 222 - color contains mainly: green. Hex color #2EDE7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EDE7A is #D12185. Grayscale: #9E9E9E. Windows color (decimal): -13705606 or 8052270. OLE color: 8052270.
HSL color Cylindrical-coordinate representation of color #2EDE7A: hue angle of 145.91º 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 #2EDE7A is Cyan = 0.79, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 222 | 122 | - |
| CMYK | 0.79 | 0 | 0.45 | 0.13 |
| HSL | 145.91º | 0.73% | 0.53% | - |
| HSV(B) | 145.91º | 0.79% | 0.87% | - |
| XYZ | 30.76 | 54.23 | 27.26 | - |
| YUV | 157.98 | 107.69 | 48.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 222 | 122 | 0.79 | 0 | 0.45 | 0.13 | 145.91 | 0.73 | 0.53 |
| Hex | 2E | DE | 7A | 4F | 0 | 2D | D | 92 | 49 | 35 |
| Octal | 56 | 336 | 172 | 117 | 0 | 55 | 15 | 222 | 111 | 65 |
| Binary | 101110 | 11011110 | 1111010 | 1001111 | 0 | 101101 | 1101 | 10010010 | 1001001 | 110101 |
Color Harmonies of #2EDE7A
Complementary color
Monochromatic Colors of #2EDE7A
Black with #2EDE7A
Text Example
Text Example
White with #2EDE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDE7A; }
p { color: rgb(46,222,122); }
H1.HeaderClassName
{
color: #2EDE7A;
}
.AnyTagClassName
{
color: #2EDE7A;
}
</style>
background-color css
<style>
a { background-color: #2EDE7A; }
a { background-color: rgb(46,222,122); }
div.DivClassName
{
background-color: #2EDE7A;
}
.BgClassName
{
background-color: #2EDE7A;
}
</style>
border-color css
<style>
span { border-color: #2EDE7A; }
span { border-color: rgb(46,222,122); }
td.TdClassName
{
border-color: #2EDE7A;
}
.TagClassName
{
border-color: #2EDE7A;
}
</style>