Shades of Shamrock #2EE880
Tints of Shamrock #2EE880
RGB
CMYK
RGB Variations
Color information
#2EE880 (or 0x2EE880) is known color: Shamrock. HEX triplet: 2E, E8 and 80. RGB value is (46,232,128). Sum of RGB (Red+Green+Blue) = 46+232+128=406 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.33% from 406); Green value is 232 (91.02% from 255 or 57.14% from 406); Blue value is 128 (50.39% from 255 or 31.53% from 406); Max value from RGB is 232 - color contains mainly: green. Hex color #2EE880 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EE880 is #D1177F. Grayscale: #A4A4A4. Windows color (decimal): -13703040 or 8448046. OLE color: 8448046.
HSL color Cylindrical-coordinate representation of color #2EE880: hue angle of 146.45º 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 #2EE880 is Cyan = 0.80, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 46 | 232 | 128 | - |
| CMYK | 0.80 | 0 | 0.45 | 0.09 |
| HSL | 146.45º | 0.8% | 0.55% | - |
| HSV(B) | 146.45º | 0.8% | 0.91% | - |
| XYZ | 33.88 | 59.85 | 30.19 | - |
| YUV | 164.53 | 107.38 | 43.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 232 | 128 | 0.80 | 0 | 0.45 | 0.09 | 146.45 | 0.8 | 0.55 |
| Hex | 2E | E8 | 80 | 50 | 0 | 2D | 9 | 92 | 50 | 37 |
| Octal | 56 | 350 | 200 | 120 | 0 | 55 | 11 | 222 | 120 | 67 |
| Binary | 101110 | 11101000 | 10000000 | 1010000 | 0 | 101101 | 1001 | 10010010 | 1010000 | 110111 |
Color Harmonies of #2EE880
Complementary color
Monochromatic Colors of #2EE880
Black with #2EE880
Text Example
Text Example
White with #2EE880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE880; }
p { color: rgb(46,232,128); }
H1.HeaderClassName
{
color: #2EE880;
}
.AnyTagClassName
{
color: #2EE880;
}
</style>
background-color css
<style>
a { background-color: #2EE880; }
a { background-color: rgb(46,232,128); }
div.DivClassName
{
background-color: #2EE880;
}
.BgClassName
{
background-color: #2EE880;
}
</style>
border-color css
<style>
span { border-color: #2EE880; }
span { border-color: rgb(46,232,128); }
td.TdClassName
{
border-color: #2EE880;
}
.TagClassName
{
border-color: #2EE880;
}
</style>