Shades of Shamrock #2EE67D
Tints of Shamrock #2EE67D
RGB
CMYK
RGB Variations
Color information
#2EE67D (or 0x2EE67D) is known color: Shamrock. HEX triplet: 2E, E6 and 7D. RGB value is (46,230,125). Sum of RGB (Red+Green+Blue) = 46+230+125=401 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.47% from 401); Green value is 230 (90.23% from 255 or 57.36% from 401); Blue value is 125 (49.22% from 255 or 31.17% from 401); Max value from RGB is 230 - color contains mainly: green. Hex color #2EE67D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EE67D is #D11982. Grayscale: #A3A3A3. Windows color (decimal): -13703555 or 8250926. OLE color: 8250926.
HSL color Cylindrical-coordinate representation of color #2EE67D: hue angle of 145.76º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE67D is Cyan = 0.8, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 46 | 230 | 125 | - |
| CMYK | 0.8 | 0 | 0.46 | 0.10 |
| HSL | 145.76º | 0.79% | 0.54% | - |
| HSV(B) | 145.76º | 0.8% | 0.9% | - |
| XYZ | 33.13 | 58.66 | 28.98 | - |
| YUV | 163.01 | 106.54 | 44.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 230 | 125 | 0.8 | 0 | 0.46 | 0.10 | 145.76 | 0.79 | 0.54 |
| Hex | 2E | E6 | 7D | 50 | 0 | 2E | A | 92 | 4F | 36 |
| Octal | 56 | 346 | 175 | 120 | 0 | 56 | 12 | 222 | 117 | 66 |
| Binary | 101110 | 11100110 | 1111101 | 1010000 | 0 | 101110 | 1010 | 10010010 | 1001111 | 110110 |
Color Harmonies of #2EE67D
Complementary color
Monochromatic Colors of #2EE67D
Black with #2EE67D
Text Example
Text Example
White with #2EE67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE67D; }
p { color: rgb(46,230,125); }
H1.HeaderClassName
{
color: #2EE67D;
}
.AnyTagClassName
{
color: #2EE67D;
}
</style>
background-color css
<style>
a { background-color: #2EE67D; }
a { background-color: rgb(46,230,125); }
div.DivClassName
{
background-color: #2EE67D;
}
.BgClassName
{
background-color: #2EE67D;
}
</style>
border-color css
<style>
span { border-color: #2EE67D; }
span { border-color: rgb(46,230,125); }
td.TdClassName
{
border-color: #2EE67D;
}
.TagClassName
{
border-color: #2EE67D;
}
</style>