Shades of Shamrock #2EDE8A
Tints of Shamrock #2EDE8A
RGB
CMYK
RGB Variations
Color information
#2EDE8A (or 0x2EDE8A) is known color: Shamrock. HEX triplet: 2E, DE and 8A. RGB value is (46,222,138). Sum of RGB (Red+Green+Blue) = 46+222+138=406 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.33% from 406); Green value is 222 (87.11% from 255 or 54.68% from 406); Blue value is 138 (54.30% from 255 or 33.99% from 406); Max value from RGB is 222 - color contains mainly: green. Hex color #2EDE8A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EDE8A is #D12175. Grayscale: #9F9F9F. Windows color (decimal): -13705590 or 9100846. OLE color: 9100846.
HSL color Cylindrical-coordinate representation of color #2EDE8A: hue angle of 151.36º 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 #2EDE8A is Cyan = 0.79, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 222 | 138 | - |
| CMYK | 0.79 | 0 | 0.38 | 0.13 |
| HSL | 151.36º | 0.73% | 0.53% | - |
| HSV(B) | 151.36º | 0.79% | 0.87% | - |
| XYZ | 31.84 | 54.66 | 32.92 | - |
| YUV | 159.8 | 115.69 | 46.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 222 | 138 | 0.79 | 0 | 0.38 | 0.13 | 151.36 | 0.73 | 0.53 |
| Hex | 2E | DE | 8A | 4F | 0 | 26 | D | 97 | 49 | 35 |
| Octal | 56 | 336 | 212 | 117 | 0 | 46 | 15 | 227 | 111 | 65 |
| Binary | 101110 | 11011110 | 10001010 | 1001111 | 0 | 100110 | 1101 | 10010111 | 1001001 | 110101 |
Color Harmonies of #2EDE8A
Complementary color
Monochromatic Colors of #2EDE8A
Black with #2EDE8A
Text Example
Text Example
White with #2EDE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDE8A; }
p { color: rgb(46,222,138); }
H1.HeaderClassName
{
color: #2EDE8A;
}
.AnyTagClassName
{
color: #2EDE8A;
}
</style>
background-color css
<style>
a { background-color: #2EDE8A; }
a { background-color: rgb(46,222,138); }
div.DivClassName
{
background-color: #2EDE8A;
}
.BgClassName
{
background-color: #2EDE8A;
}
</style>
border-color css
<style>
span { border-color: #2EDE8A; }
span { border-color: rgb(46,222,138); }
td.TdClassName
{
border-color: #2EDE8A;
}
.TagClassName
{
border-color: #2EDE8A;
}
</style>