Shades of Shamrock #2EEFA0
Tints of Shamrock #2EEFA0
RGB
CMYK
RGB Variations
Color information
#2EEFA0 (or 0x2EEFA0) is known color: Shamrock. HEX triplet: 2E, EF and A0. RGB value is (46,239,160). Sum of RGB (Red+Green+Blue) = 46+239+160=445 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.34% from 445); Green value is 239 (93.75% from 255 or 53.71% from 445); Blue value is 160 (62.89% from 255 or 35.96% from 445); Max value from RGB is 239 - color contains mainly: green. Hex color #2EEFA0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EEFA0 is #D1105F. Grayscale: #ACACAC. Windows color (decimal): -13701216 or 10546990. OLE color: 10546990.
HSL color Cylindrical-coordinate representation of color #2EEFA0: hue angle of 155.44º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EEFA0 is Cyan = 0.81, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 46 | 239 | 160 | - |
| CMYK | 0.81 | 0 | 0.33 | 0.06 |
| HSL | 155.44º | 0.86% | 0.56% | - |
| HSV(B) | 155.44º | 0.81% | 0.94% | - |
| XYZ | 38.34 | 64.85 | 43.75 | - |
| YUV | 172.29 | 121.06 | 37.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 239 | 160 | 0.81 | 0 | 0.33 | 0.06 | 155.44 | 0.86 | 0.56 |
| Hex | 2E | EF | A0 | 51 | 0 | 21 | 6 | 9B | 56 | 38 |
| Octal | 56 | 357 | 240 | 121 | 0 | 41 | 6 | 233 | 126 | 70 |
| Binary | 101110 | 11101111 | 10100000 | 1010001 | 0 | 100001 | 110 | 10011011 | 1010110 | 111000 |
Color Harmonies of #2EEFA0
Complementary color
Monochromatic Colors of #2EEFA0
Black with #2EEFA0
Text Example
Text Example
White with #2EEFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEFA0; }
p { color: rgb(46,239,160); }
H1.HeaderClassName
{
color: #2EEFA0;
}
.AnyTagClassName
{
color: #2EEFA0;
}
</style>
background-color css
<style>
a { background-color: #2EEFA0; }
a { background-color: rgb(46,239,160); }
div.DivClassName
{
background-color: #2EEFA0;
}
.BgClassName
{
background-color: #2EEFA0;
}
</style>
border-color css
<style>
span { border-color: #2EEFA0; }
span { border-color: rgb(46,239,160); }
td.TdClassName
{
border-color: #2EEFA0;
}
.TagClassName
{
border-color: #2EEFA0;
}
</style>