Shades of Shamrock #2EF8AC
Tints of Shamrock #2EF8AC
RGB
CMYK
RGB Variations
Color information
#2EF8AC (or 0x2EF8AC) is known color: Shamrock. HEX triplet: 2E, F8 and AC. RGB value is (46,248,172). Sum of RGB (Red+Green+Blue) = 46+248+172=466 (61% of max value = 765). Red value is 46 (18.36% from 255 or 9.87% from 466); Green value is 248 (97.27% from 255 or 53.22% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 248 - color contains mainly: green. Hex color #2EF8AC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EF8AC is #D10753. Grayscale: #B3B3B3. Windows color (decimal): -13698900 or 11335726. OLE color: 11335726.
HSL color Cylindrical-coordinate representation of color #2EF8AC: hue angle of 157.43º 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 #2EF8AC is Cyan = 0.81, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 46 | 248 | 172 | - |
| CMYK | 0.81 | 0 | 0.31 | 0.03 |
| HSL | 157.43º | 0.94% | 0.58% | - |
| HSV(B) | 157.43º | 0.81% | 0.97% | - |
| XYZ | 42.14 | 70.69 | 50.45 | - |
| YUV | 178.94 | 124.08 | 33.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 248 | 172 | 0.81 | 0 | 0.31 | 0.03 | 157.43 | 0.94 | 0.58 |
| Hex | 2E | F8 | AC | 51 | 0 | 1F | 3 | 9D | 5E | 3A |
| Octal | 56 | 370 | 254 | 121 | 0 | 37 | 3 | 235 | 136 | 72 |
| Binary | 101110 | 11111000 | 10101100 | 1010001 | 0 | 11111 | 11 | 10011101 | 1011110 | 111010 |
Color Harmonies of #2EF8AC
Complementary color
Monochromatic Colors of #2EF8AC
Black with #2EF8AC
Text Example
Text Example
White with #2EF8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF8AC; }
p { color: rgb(46,248,172); }
H1.HeaderClassName
{
color: #2EF8AC;
}
.AnyTagClassName
{
color: #2EF8AC;
}
</style>
background-color css
<style>
a { background-color: #2EF8AC; }
a { background-color: rgb(46,248,172); }
div.DivClassName
{
background-color: #2EF8AC;
}
.BgClassName
{
background-color: #2EF8AC;
}
</style>
border-color css
<style>
span { border-color: #2EF8AC; }
span { border-color: rgb(46,248,172); }
td.TdClassName
{
border-color: #2EF8AC;
}
.TagClassName
{
border-color: #2EF8AC;
}
</style>