Shades of Shamrock #2EEAB2
Tints of Shamrock #2EEAB2
RGB
CMYK
RGB Variations
Color information
#2EEAB2 (or 0x2EEAB2) is known color: Shamrock. HEX triplet: 2E, EA and B2. RGB value is (46,234,178). Sum of RGB (Red+Green+Blue) = 46+234+178=458 (60% of max value = 765). Red value is 46 (18.36% from 255 or 10.04% from 458); Green value is 234 (91.80% from 255 or 51.09% from 458); Blue value is 178 (69.92% from 255 or 38.86% from 458); Max value from RGB is 234 - color contains mainly: green. Hex color #2EEAB2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EEAB2 is #D1154D. Grayscale: #ABABAB. Windows color (decimal): -13702478 or 11725358. OLE color: 11725358.
HSL color Cylindrical-coordinate representation of color #2EEAB2: hue angle of 162.13º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EEAB2 is Cyan = 0.80, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 234 | 178 | - |
| CMYK | 0.80 | 0 | 0.24 | 0.08 |
| HSL | 162.13º | 0.82% | 0.55% | - |
| HSV(B) | 162.13º | 0.8% | 0.92% | - |
| XYZ | 38.59 | 62.64 | 52.18 | - |
| YUV | 171.4 | 131.72 | 38.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 234 | 178 | 0.80 | 0 | 0.24 | 0.08 | 162.13 | 0.82 | 0.55 |
| Hex | 2E | EA | B2 | 50 | 0 | 18 | 8 | A2 | 52 | 37 |
| Octal | 56 | 352 | 262 | 120 | 0 | 30 | 10 | 242 | 122 | 67 |
| Binary | 101110 | 11101010 | 10110010 | 1010000 | 0 | 11000 | 1000 | 10100010 | 1010010 | 110111 |
Color Harmonies of #2EEAB2
Complementary color
Monochromatic Colors of #2EEAB2
Black with #2EEAB2
Text Example
Text Example
White with #2EEAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEAB2; }
p { color: rgb(46,234,178); }
H1.HeaderClassName
{
color: #2EEAB2;
}
.AnyTagClassName
{
color: #2EEAB2;
}
</style>
background-color css
<style>
a { background-color: #2EEAB2; }
a { background-color: rgb(46,234,178); }
div.DivClassName
{
background-color: #2EEAB2;
}
.BgClassName
{
background-color: #2EEAB2;
}
</style>
border-color css
<style>
span { border-color: #2EEAB2; }
span { border-color: rgb(46,234,178); }
td.TdClassName
{
border-color: #2EEAB2;
}
.TagClassName
{
border-color: #2EEAB2;
}
</style>