Shades of Shamrock #2EF4AD
Tints of Shamrock #2EF4AD
RGB
CMYK
RGB Variations
Color information
#2EF4AD (or 0x2EF4AD) is known color: Shamrock. HEX triplet: 2E, F4 and AD. RGB value is (46,244,173). Sum of RGB (Red+Green+Blue) = 46+244+173=463 (61% of max value = 765). Red value is 46 (18.36% from 255 or 9.94% from 463); Green value is 244 (95.70% from 255 or 52.70% from 463); Blue value is 173 (67.97% from 255 or 37.37% from 463); Max value from RGB is 244 - color contains mainly: green. Hex color #2EF4AD is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EF4AD is #D10B52. Grayscale: #B0B0B0. Windows color (decimal): -13699923 or 11400238. OLE color: 11400238.
HSL color Cylindrical-coordinate representation of color #2EF4AD: hue angle of 158.48º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF4AD is Cyan = 0.81, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 46 | 244 | 173 | - |
| CMYK | 0.81 | 0 | 0.29 | 0.04 |
| HSL | 158.48º | 0.9% | 0.57% | - |
| HSV(B) | 158.48º | 0.81% | 0.96% | - |
| XYZ | 41.02 | 68.3 | 50.56 | - |
| YUV | 176.7 | 125.9 | 34.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 244 | 173 | 0.81 | 0 | 0.29 | 0.04 | 158.48 | 0.9 | 0.57 |
| Hex | 2E | F4 | AD | 51 | 0 | 1D | 4 | 9E | 5A | 39 |
| Octal | 56 | 364 | 255 | 121 | 0 | 35 | 4 | 236 | 132 | 71 |
| Binary | 101110 | 11110100 | 10101101 | 1010001 | 0 | 11101 | 100 | 10011110 | 1011010 | 111001 |
Color Harmonies of #2EF4AD
Complementary color
Monochromatic Colors of #2EF4AD
Black with #2EF4AD
Text Example
Text Example
White with #2EF4AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF4AD; }
p { color: rgb(46,244,173); }
H1.HeaderClassName
{
color: #2EF4AD;
}
.AnyTagClassName
{
color: #2EF4AD;
}
</style>
background-color css
<style>
a { background-color: #2EF4AD; }
a { background-color: rgb(46,244,173); }
div.DivClassName
{
background-color: #2EF4AD;
}
.BgClassName
{
background-color: #2EF4AD;
}
</style>
border-color css
<style>
span { border-color: #2EF4AD; }
span { border-color: rgb(46,244,173); }
td.TdClassName
{
border-color: #2EF4AD;
}
.TagClassName
{
border-color: #2EF4AD;
}
</style>