Shades of Shamrock #2EE88F
Tints of Shamrock #2EE88F
RGB
CMYK
RGB Variations
Color information
#2EE88F (or 0x2EE88F) is known color: Shamrock. HEX triplet: 2E, E8 and 8F. RGB value is (46,232,143). Sum of RGB (Red+Green+Blue) = 46+232+143=421 (55% of max value = 765). Red value is 46 (18.36% from 255 or 10.93% from 421); Green value is 232 (91.02% from 255 or 55.11% from 421); Blue value is 143 (56.25% from 255 or 33.97% from 421); Max value from RGB is 232 - color contains mainly: green. Hex color #2EE88F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EE88F is #D11770. Grayscale: #A6A6A6. Windows color (decimal): -13703025 or 9431086. OLE color: 9431086.
HSL color Cylindrical-coordinate representation of color #2EE88F: hue angle of 151.29º 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 #2EE88F is Cyan = 0.80, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 46 | 232 | 143 | - |
| CMYK | 0.80 | 0 | 0.38 | 0.09 |
| HSL | 151.29º | 0.8% | 0.55% | - |
| HSV(B) | 151.29º | 0.8% | 0.91% | - |
| XYZ | 34.94 | 60.28 | 35.78 | - |
| YUV | 166.24 | 114.88 | 42.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 232 | 143 | 0.80 | 0 | 0.38 | 0.09 | 151.29 | 0.8 | 0.55 |
| Hex | 2E | E8 | 8F | 50 | 0 | 26 | 9 | 97 | 50 | 37 |
| Octal | 56 | 350 | 217 | 120 | 0 | 46 | 11 | 227 | 120 | 67 |
| Binary | 101110 | 11101000 | 10001111 | 1010000 | 0 | 100110 | 1001 | 10010111 | 1010000 | 110111 |
Color Harmonies of #2EE88F
Complementary color
Monochromatic Colors of #2EE88F
Black with #2EE88F
Text Example
Text Example
White with #2EE88F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE88F; }
p { color: rgb(46,232,143); }
H1.HeaderClassName
{
color: #2EE88F;
}
.AnyTagClassName
{
color: #2EE88F;
}
</style>
background-color css
<style>
a { background-color: #2EE88F; }
a { background-color: rgb(46,232,143); }
div.DivClassName
{
background-color: #2EE88F;
}
.BgClassName
{
background-color: #2EE88F;
}
</style>
border-color css
<style>
span { border-color: #2EE88F; }
span { border-color: rgb(46,232,143); }
td.TdClassName
{
border-color: #2EE88F;
}
.TagClassName
{
border-color: #2EE88F;
}
</style>