Shades of Shamrock #2EF8AD
Tints of Shamrock #2EF8AD
RGB
CMYK
RGB Variations
Color information
#2EF8AD (or 0x2EF8AD) is known color: Shamrock. HEX triplet: 2E, F8 and AD. RGB value is (46,248,173). Sum of RGB (Red+Green+Blue) = 46+248+173=467 (61% of max value = 765). Red value is 46 (18.36% from 255 or 9.85% from 467); Green value is 248 (97.27% from 255 or 53.10% from 467); Blue value is 173 (67.97% from 255 or 37.04% from 467); Max value from RGB is 248 - color contains mainly: green. Hex color #2EF8AD is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EF8AD is #D10752. Grayscale: #B3B3B3. Windows color (decimal): -13698899 or 11401262. OLE color: 11401262.
HSL color Cylindrical-coordinate representation of color #2EF8AD: hue angle of 157.72º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF8AD is Cyan = 0.81, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 46 | 248 | 173 | - |
| CMYK | 0.81 | 0 | 0.30 | 0.03 |
| HSL | 157.72º | 0.94% | 0.58% | - |
| HSV(B) | 157.72º | 0.81% | 0.97% | - |
| XYZ | 42.24 | 70.73 | 50.96 | - |
| YUV | 179.05 | 124.58 | 33.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 248 | 173 | 0.81 | 0 | 0.30 | 0.03 | 157.72 | 0.94 | 0.58 |
| Hex | 2E | F8 | AD | 51 | 0 | 1E | 3 | 9E | 5E | 3A |
| Octal | 56 | 370 | 255 | 121 | 0 | 36 | 3 | 236 | 136 | 72 |
| Binary | 101110 | 11111000 | 10101101 | 1010001 | 0 | 11110 | 11 | 10011110 | 1011110 | 111010 |
Color Harmonies of #2EF8AD
Complementary color
Monochromatic Colors of #2EF8AD
Black with #2EF8AD
Text Example
Text Example
White with #2EF8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF8AD; }
p { color: rgb(46,248,173); }
H1.HeaderClassName
{
color: #2EF8AD;
}
.AnyTagClassName
{
color: #2EF8AD;
}
</style>
background-color css
<style>
a { background-color: #2EF8AD; }
a { background-color: rgb(46,248,173); }
div.DivClassName
{
background-color: #2EF8AD;
}
.BgClassName
{
background-color: #2EF8AD;
}
</style>
border-color css
<style>
span { border-color: #2EF8AD; }
span { border-color: rgb(46,248,173); }
td.TdClassName
{
border-color: #2EF8AD;
}
.TagClassName
{
border-color: #2EF8AD;
}
</style>