Shades of Shamrock #2EF0AC
Tints of Shamrock #2EF0AC
RGB
CMYK
RGB Variations
Color information
#2EF0AC (or 0x2EF0AC) is known color: Shamrock. HEX triplet: 2E, F0 and AC. RGB value is (46,240,172). Sum of RGB (Red+Green+Blue) = 46+240+172=458 (60% of max value = 765). Red value is 46 (18.36% from 255 or 10.04% from 458); Green value is 240 (94.14% from 255 or 52.40% from 458); Blue value is 172 (67.58% from 255 or 37.55% from 458); Max value from RGB is 240 - color contains mainly: green. Hex color #2EF0AC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EF0AC is #D10F53. Grayscale: #AEAEAE. Windows color (decimal): -13700948 or 11333678. OLE color: 11333678.
HSL color Cylindrical-coordinate representation of color #2EF0AC: hue angle of 158.97º degrees, saturation: 0.87, 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 #2EF0AC is Cyan = 0.81, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 46 | 240 | 172 | - |
| CMYK | 0.81 | 0 | 0.28 | 0.06 |
| HSL | 158.97º | 0.87% | 0.56% | - |
| HSV(B) | 158.97º | 0.81% | 0.94% | - |
| XYZ | 39.73 | 65.88 | 49.65 | - |
| YUV | 174.24 | 126.73 | 36.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 240 | 172 | 0.81 | 0 | 0.28 | 0.06 | 158.97 | 0.87 | 0.56 |
| Hex | 2E | F0 | AC | 51 | 0 | 1C | 6 | 9F | 57 | 38 |
| Octal | 56 | 360 | 254 | 121 | 0 | 34 | 6 | 237 | 127 | 70 |
| Binary | 101110 | 11110000 | 10101100 | 1010001 | 0 | 11100 | 110 | 10011111 | 1010111 | 111000 |
Color Harmonies of #2EF0AC
Complementary color
Monochromatic Colors of #2EF0AC
Black with #2EF0AC
Text Example
Text Example
White with #2EF0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF0AC; }
p { color: rgb(46,240,172); }
H1.HeaderClassName
{
color: #2EF0AC;
}
.AnyTagClassName
{
color: #2EF0AC;
}
</style>
background-color css
<style>
a { background-color: #2EF0AC; }
a { background-color: rgb(46,240,172); }
div.DivClassName
{
background-color: #2EF0AC;
}
.BgClassName
{
background-color: #2EF0AC;
}
</style>
border-color css
<style>
span { border-color: #2EF0AC; }
span { border-color: rgb(46,240,172); }
td.TdClassName
{
border-color: #2EF0AC;
}
.TagClassName
{
border-color: #2EF0AC;
}
</style>