Shades of Shamrock #2EF2AD
Tints of Shamrock #2EF2AD
RGB
CMYK
RGB Variations
Color information
#2EF2AD (or 0x2EF2AD) is known color: Shamrock. HEX triplet: 2E, F2 and AD. RGB value is (46,242,173). Sum of RGB (Red+Green+Blue) = 46+242+173=461 (61% of max value = 765). Red value is 46 (18.36% from 255 or 9.98% from 461); Green value is 242 (94.92% from 255 or 52.49% from 461); Blue value is 173 (67.97% from 255 or 37.53% from 461); Max value from RGB is 242 - color contains mainly: green. Hex color #2EF2AD is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EF2AD is #D10D52. Grayscale: #AFAFAF. Windows color (decimal): -13700435 or 11399726. OLE color: 11399726.
HSL color Cylindrical-coordinate representation of color #2EF2AD: hue angle of 158.88º degrees, saturation: 0.88, 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 #2EF2AD is Cyan = 0.81, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 46 | 242 | 173 | - |
| CMYK | 0.81 | 0 | 0.29 | 0.05 |
| HSL | 158.88º | 0.88% | 0.56% | - |
| HSV(B) | 158.88º | 0.81% | 0.95% | - |
| XYZ | 40.42 | 67.1 | 50.36 | - |
| YUV | 175.53 | 126.57 | 35.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 242 | 173 | 0.81 | 0 | 0.29 | 0.05 | 158.88 | 0.88 | 0.56 |
| Hex | 2E | F2 | AD | 51 | 0 | 1D | 5 | 9F | 58 | 38 |
| Octal | 56 | 362 | 255 | 121 | 0 | 35 | 5 | 237 | 130 | 70 |
| Binary | 101110 | 11110010 | 10101101 | 1010001 | 0 | 11101 | 101 | 10011111 | 1011000 | 111000 |
Color Harmonies of #2EF2AD
Complementary color
Monochromatic Colors of #2EF2AD
Black with #2EF2AD
Text Example
Text Example
White with #2EF2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF2AD; }
p { color: rgb(46,242,173); }
H1.HeaderClassName
{
color: #2EF2AD;
}
.AnyTagClassName
{
color: #2EF2AD;
}
</style>
background-color css
<style>
a { background-color: #2EF2AD; }
a { background-color: rgb(46,242,173); }
div.DivClassName
{
background-color: #2EF2AD;
}
.BgClassName
{
background-color: #2EF2AD;
}
</style>
border-color css
<style>
span { border-color: #2EF2AD; }
span { border-color: rgb(46,242,173); }
td.TdClassName
{
border-color: #2EF2AD;
}
.TagClassName
{
border-color: #2EF2AD;
}
</style>