Shades of Shamrock #2EEEAC
Tints of Shamrock #2EEEAC
RGB
CMYK
RGB Variations
Color information
#2EEEAC (or 0x2EEEAC) is known color: Shamrock. HEX triplet: 2E, EE and AC. RGB value is (46,238,172). Sum of RGB (Red+Green+Blue) = 46+238+172=456 (60% of max value = 765). Red value is 46 (18.36% from 255 or 10.09% from 456); Green value is 238 (93.36% from 255 or 52.19% from 456); Blue value is 172 (67.58% from 255 or 37.72% from 456); Max value from RGB is 238 - color contains mainly: green. Hex color #2EEEAC is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EEEAC is #D11153. Grayscale: #ADADAD. Windows color (decimal): -13701460 or 11333166. OLE color: 11333166.
HSL color Cylindrical-coordinate representation of color #2EEEAC: hue angle of 159.38º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EEEAC is Cyan = 0.81, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 238 | 172 | - |
| CMYK | 0.81 | 0 | 0.28 | 0.07 |
| HSL | 159.38º | 0.85% | 0.56% | - |
| HSV(B) | 159.38º | 0.81% | 0.93% | - |
| XYZ | 39.15 | 64.71 | 49.46 | - |
| YUV | 173.07 | 127.39 | 37.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 238 | 172 | 0.81 | 0 | 0.28 | 0.07 | 159.38 | 0.85 | 0.56 |
| Hex | 2E | EE | AC | 51 | 0 | 1C | 7 | 9F | 55 | 38 |
| Octal | 56 | 356 | 254 | 121 | 0 | 34 | 7 | 237 | 125 | 70 |
| Binary | 101110 | 11101110 | 10101100 | 1010001 | 0 | 11100 | 111 | 10011111 | 1010101 | 111000 |
Color Harmonies of #2EEEAC
Complementary color
Monochromatic Colors of #2EEEAC
Black with #2EEEAC
Text Example
Text Example
White with #2EEEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEEAC; }
p { color: rgb(46,238,172); }
H1.HeaderClassName
{
color: #2EEEAC;
}
.AnyTagClassName
{
color: #2EEEAC;
}
</style>
background-color css
<style>
a { background-color: #2EEEAC; }
a { background-color: rgb(46,238,172); }
div.DivClassName
{
background-color: #2EEEAC;
}
.BgClassName
{
background-color: #2EEEAC;
}
</style>
border-color css
<style>
span { border-color: #2EEEAC; }
span { border-color: rgb(46,238,172); }
td.TdClassName
{
border-color: #2EEEAC;
}
.TagClassName
{
border-color: #2EEEAC;
}
</style>