Shades of Shamrock #2EE68D
Tints of Shamrock #2EE68D
RGB
CMYK
RGB Variations
Color information
#2EE68D (or 0x2EE68D) is known color: Shamrock. HEX triplet: 2E, E6 and 8D. RGB value is (46,230,141). Sum of RGB (Red+Green+Blue) = 46+230+141=417 (55% of max value = 765). Red value is 46 (18.36% from 255 or 11.03% from 417); Green value is 230 (90.23% from 255 or 55.16% from 417); Blue value is 141 (55.47% from 255 or 33.81% from 417); Max value from RGB is 230 - color contains mainly: green. Hex color #2EE68D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EE68D is #D11972. Grayscale: #A5A5A5. Windows color (decimal): -13703539 or 9299502. OLE color: 9299502.
HSL color Cylindrical-coordinate representation of color #2EE68D: hue angle of 150.98º 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 #2EE68D is Cyan = 0.8, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 46 | 230 | 141 | - |
| CMYK | 0.8 | 0 | 0.39 | 0.10 |
| HSL | 150.98º | 0.79% | 0.54% | - |
| HSV(B) | 150.98º | 0.8% | 0.9% | - |
| XYZ | 34.23 | 59.1 | 34.8 | - |
| YUV | 164.84 | 114.54 | 43.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 230 | 141 | 0.8 | 0 | 0.39 | 0.10 | 150.98 | 0.79 | 0.54 |
| Hex | 2E | E6 | 8D | 50 | 0 | 27 | A | 97 | 4F | 36 |
| Octal | 56 | 346 | 215 | 120 | 0 | 47 | 12 | 227 | 117 | 66 |
| Binary | 101110 | 11100110 | 10001101 | 1010000 | 0 | 100111 | 1010 | 10010111 | 1001111 | 110110 |
Color Harmonies of #2EE68D
Complementary color
Monochromatic Colors of #2EE68D
Black with #2EE68D
Text Example
Text Example
White with #2EE68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE68D; }
p { color: rgb(46,230,141); }
H1.HeaderClassName
{
color: #2EE68D;
}
.AnyTagClassName
{
color: #2EE68D;
}
</style>
background-color css
<style>
a { background-color: #2EE68D; }
a { background-color: rgb(46,230,141); }
div.DivClassName
{
background-color: #2EE68D;
}
.BgClassName
{
background-color: #2EE68D;
}
</style>
border-color css
<style>
span { border-color: #2EE68D; }
span { border-color: rgb(46,230,141); }
td.TdClassName
{
border-color: #2EE68D;
}
.TagClassName
{
border-color: #2EE68D;
}
</style>