Shades of Shamrock #2EF1A6
Tints of Shamrock #2EF1A6
RGB
CMYK
RGB Variations
Color information
#2EF1A6 (or 0x2EF1A6) is known color: Shamrock. HEX triplet: 2E, F1 and A6. RGB value is (46,241,166). Sum of RGB (Red+Green+Blue) = 46+241+166=453 (60% of max value = 765). Red value is 46 (18.36% from 255 or 10.15% from 453); Green value is 241 (94.53% from 255 or 53.20% from 453); Blue value is 166 (65.23% from 255 or 36.64% from 453); Max value from RGB is 241 - color contains mainly: green. Hex color #2EF1A6 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EF1A6 is #D10E59. Grayscale: #AEAEAE. Windows color (decimal): -13700698 or 10940718. OLE color: 10940718.
HSL color Cylindrical-coordinate representation of color #2EF1A6: hue angle of 156.92º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF1A6 is Cyan = 0.81, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 46 | 241 | 166 | - |
| CMYK | 0.81 | 0 | 0.31 | 0.05 |
| HSL | 156.92º | 0.87% | 0.56% | - |
| HSV(B) | 156.92º | 0.81% | 0.95% | - |
| XYZ | 39.46 | 66.24 | 46.78 | - |
| YUV | 174.15 | 123.4 | 36.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 241 | 166 | 0.81 | 0 | 0.31 | 0.05 | 156.92 | 0.87 | 0.56 |
| Hex | 2E | F1 | A6 | 51 | 0 | 1F | 5 | 9D | 57 | 38 |
| Octal | 56 | 361 | 246 | 121 | 0 | 37 | 5 | 235 | 127 | 70 |
| Binary | 101110 | 11110001 | 10100110 | 1010001 | 0 | 11111 | 101 | 10011101 | 1010111 | 111000 |
Color Harmonies of #2EF1A6
Complementary color
Monochromatic Colors of #2EF1A6
Black with #2EF1A6
Text Example
Text Example
White with #2EF1A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF1A6; }
p { color: rgb(46,241,166); }
H1.HeaderClassName
{
color: #2EF1A6;
}
.AnyTagClassName
{
color: #2EF1A6;
}
</style>
background-color css
<style>
a { background-color: #2EF1A6; }
a { background-color: rgb(46,241,166); }
div.DivClassName
{
background-color: #2EF1A6;
}
.BgClassName
{
background-color: #2EF1A6;
}
</style>
border-color css
<style>
span { border-color: #2EF1A6; }
span { border-color: rgb(46,241,166); }
td.TdClassName
{
border-color: #2EF1A6;
}
.TagClassName
{
border-color: #2EF1A6;
}
</style>