Shades of Shamrock #2EE8B2
Tints of Shamrock #2EE8B2
RGB
CMYK
RGB Variations
Color information
#2EE8B2 (or 0x2EE8B2) is known color: Shamrock. HEX triplet: 2E, E8 and B2. RGB value is (46,232,178). Sum of RGB (Red+Green+Blue) = 46+232+178=456 (60% of max value = 765). Red value is 46 (18.36% from 255 or 10.09% from 456); Green value is 232 (91.02% from 255 or 50.88% from 456); Blue value is 178 (69.92% from 255 or 39.04% from 456); Max value from RGB is 232 - color contains mainly: green. Hex color #2EE8B2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EE8B2 is #D1174D. Grayscale: #AAAAAA. Windows color (decimal): -13702990 or 11724846. OLE color: 11724846.
HSL color Cylindrical-coordinate representation of color #2EE8B2: hue angle of 162.58º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE8B2 is Cyan = 0.80, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 46 | 232 | 178 | - |
| CMYK | 0.80 | 0 | 0.23 | 0.09 |
| HSL | 162.58º | 0.8% | 0.55% | - |
| HSV(B) | 162.58º | 0.8% | 0.91% | - |
| XYZ | 38.02 | 61.51 | 51.99 | - |
| YUV | 170.23 | 132.38 | 39.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 232 | 178 | 0.80 | 0 | 0.23 | 0.09 | 162.58 | 0.8 | 0.55 |
| Hex | 2E | E8 | B2 | 50 | 0 | 17 | 9 | A3 | 50 | 37 |
| Octal | 56 | 350 | 262 | 120 | 0 | 27 | 11 | 243 | 120 | 67 |
| Binary | 101110 | 11101000 | 10110010 | 1010000 | 0 | 10111 | 1001 | 10100011 | 1010000 | 110111 |
Color Harmonies of #2EE8B2
Complementary color
Monochromatic Colors of #2EE8B2
Black with #2EE8B2
Text Example
Text Example
White with #2EE8B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE8B2; }
p { color: rgb(46,232,178); }
H1.HeaderClassName
{
color: #2EE8B2;
}
.AnyTagClassName
{
color: #2EE8B2;
}
</style>
background-color css
<style>
a { background-color: #2EE8B2; }
a { background-color: rgb(46,232,178); }
div.DivClassName
{
background-color: #2EE8B2;
}
.BgClassName
{
background-color: #2EE8B2;
}
</style>
border-color css
<style>
span { border-color: #2EE8B2; }
span { border-color: rgb(46,232,178); }
td.TdClassName
{
border-color: #2EE8B2;
}
.TagClassName
{
border-color: #2EE8B2;
}
</style>