Shades of Shamrock #2EE98B
Tints of Shamrock #2EE98B
RGB
CMYK
RGB Variations
Color information
#2EE98B (or 0x2EE98B) is known color: Shamrock. HEX triplet: 2E, E9 and 8B. RGB value is (46,233,139). Sum of RGB (Red+Green+Blue) = 46+233+139=418 (55% of max value = 765). Red value is 46 (18.36% from 255 or 11.00% from 418); Green value is 233 (91.41% from 255 or 55.74% from 418); Blue value is 139 (54.69% from 255 or 33.25% from 418); Max value from RGB is 233 - color contains mainly: green. Hex color #2EE98B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EE98B is #D11674. Grayscale: #A6A6A6. Windows color (decimal): -13702773 or 9169198. OLE color: 9169198.
HSL color Cylindrical-coordinate representation of color #2EE98B: hue angle of 149.84º degrees, saturation: 0.81, 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 #2EE98B is Cyan = 0.80, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 46 | 233 | 139 | - |
| CMYK | 0.80 | 0 | 0.40 | 0.09 |
| HSL | 149.84º | 0.81% | 0.55% | - |
| HSV(B) | 149.84º | 0.8% | 0.91% | - |
| XYZ | 34.93 | 60.72 | 34.31 | - |
| YUV | 166.37 | 112.55 | 42.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 233 | 139 | 0.80 | 0 | 0.40 | 0.09 | 149.84 | 0.81 | 0.55 |
| Hex | 2E | E9 | 8B | 50 | 0 | 28 | 9 | 96 | 51 | 37 |
| Octal | 56 | 351 | 213 | 120 | 0 | 50 | 11 | 226 | 121 | 67 |
| Binary | 101110 | 11101001 | 10001011 | 1010000 | 0 | 101000 | 1001 | 10010110 | 1010001 | 110111 |
Color Harmonies of #2EE98B
Complementary color
Monochromatic Colors of #2EE98B
Black with #2EE98B
Text Example
Text Example
White with #2EE98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE98B; }
p { color: rgb(46,233,139); }
H1.HeaderClassName
{
color: #2EE98B;
}
.AnyTagClassName
{
color: #2EE98B;
}
</style>
background-color css
<style>
a { background-color: #2EE98B; }
a { background-color: rgb(46,233,139); }
div.DivClassName
{
background-color: #2EE98B;
}
.BgClassName
{
background-color: #2EE98B;
}
</style>
border-color css
<style>
span { border-color: #2EE98B; }
span { border-color: rgb(46,233,139); }
td.TdClassName
{
border-color: #2EE98B;
}
.TagClassName
{
border-color: #2EE98B;
}
</style>