Shades of Shamrock #2EE87F
Tints of Shamrock #2EE87F
RGB
CMYK
RGB Variations
Color information
#2EE87F (or 0x2EE87F) is known color: Shamrock. HEX triplet: 2E, E8 and 7F. RGB value is (46,232,127). Sum of RGB (Red+Green+Blue) = 46+232+127=405 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.36% from 405); Green value is 232 (91.02% from 255 or 57.28% from 405); Blue value is 127 (50% from 255 or 31.36% from 405); Max value from RGB is 232 - color contains mainly: green. Hex color #2EE87F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EE87F is #D11780. Grayscale: #A4A4A4. Windows color (decimal): -13703041 or 8382510. OLE color: 8382510.
HSL color Cylindrical-coordinate representation of color #2EE87F: hue angle of 146.13º 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 #2EE87F is Cyan = 0.80, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 46 | 232 | 127 | - |
| CMYK | 0.80 | 0 | 0.45 | 0.09 |
| HSL | 146.13º | 0.8% | 0.55% | - |
| HSV(B) | 146.13º | 0.8% | 0.91% | - |
| XYZ | 33.81 | 59.83 | 29.84 | - |
| YUV | 164.42 | 106.88 | 43.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 232 | 127 | 0.80 | 0 | 0.45 | 0.09 | 146.13 | 0.8 | 0.55 |
| Hex | 2E | E8 | 7F | 50 | 0 | 2D | 9 | 92 | 50 | 37 |
| Octal | 56 | 350 | 177 | 120 | 0 | 55 | 11 | 222 | 120 | 67 |
| Binary | 101110 | 11101000 | 1111111 | 1010000 | 0 | 101101 | 1001 | 10010010 | 1010000 | 110111 |
Color Harmonies of #2EE87F
Complementary color
Monochromatic Colors of #2EE87F
Black with #2EE87F
Text Example
Text Example
White with #2EE87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE87F; }
p { color: rgb(46,232,127); }
H1.HeaderClassName
{
color: #2EE87F;
}
.AnyTagClassName
{
color: #2EE87F;
}
</style>
background-color css
<style>
a { background-color: #2EE87F; }
a { background-color: rgb(46,232,127); }
div.DivClassName
{
background-color: #2EE87F;
}
.BgClassName
{
background-color: #2EE87F;
}
</style>
border-color css
<style>
span { border-color: #2EE87F; }
span { border-color: rgb(46,232,127); }
td.TdClassName
{
border-color: #2EE87F;
}
.TagClassName
{
border-color: #2EE87F;
}
</style>