Shades of Shamrock #2EE89D
Tints of Shamrock #2EE89D
RGB
CMYK
RGB Variations
Color information
#2EE89D (or 0x2EE89D) is known color: Shamrock. HEX triplet: 2E, E8 and 9D. RGB value is (46,232,157). Sum of RGB (Red+Green+Blue) = 46+232+157=435 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.57% from 435); Green value is 232 (91.02% from 255 or 53.33% from 435); Blue value is 157 (61.72% from 255 or 36.09% from 435); Max value from RGB is 232 - color contains mainly: green. Hex color #2EE89D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EE89D is #D11762. Grayscale: #A7A7A7. Windows color (decimal): -13703011 or 10348590. OLE color: 10348590.
HSL color Cylindrical-coordinate representation of color #2EE89D: hue angle of 155.81º 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 #2EE89D is Cyan = 0.80, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 46 | 232 | 157 | - |
| CMYK | 0.80 | 0 | 0.32 | 0.09 |
| HSL | 155.81º | 0.8% | 0.55% | - |
| HSV(B) | 155.81º | 0.8% | 0.91% | - |
| XYZ | 36.07 | 60.73 | 41.72 | - |
| YUV | 167.84 | 121.88 | 41.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 232 | 157 | 0.80 | 0 | 0.32 | 0.09 | 155.81 | 0.8 | 0.55 |
| Hex | 2E | E8 | 9D | 50 | 0 | 20 | 9 | 9C | 50 | 37 |
| Octal | 56 | 350 | 235 | 120 | 0 | 40 | 11 | 234 | 120 | 67 |
| Binary | 101110 | 11101000 | 10011101 | 1010000 | 0 | 100000 | 1001 | 10011100 | 1010000 | 110111 |
Color Harmonies of #2EE89D
Complementary color
Monochromatic Colors of #2EE89D
Black with #2EE89D
Text Example
Text Example
White with #2EE89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE89D; }
p { color: rgb(46,232,157); }
H1.HeaderClassName
{
color: #2EE89D;
}
.AnyTagClassName
{
color: #2EE89D;
}
</style>
background-color css
<style>
a { background-color: #2EE89D; }
a { background-color: rgb(46,232,157); }
div.DivClassName
{
background-color: #2EE89D;
}
.BgClassName
{
background-color: #2EE89D;
}
</style>
border-color css
<style>
span { border-color: #2EE89D; }
span { border-color: rgb(46,232,157); }
td.TdClassName
{
border-color: #2EE89D;
}
.TagClassName
{
border-color: #2EE89D;
}
</style>