Shades of Shamrock #2EE680
Tints of Shamrock #2EE680
RGB
CMYK
RGB Variations
Color information
#2EE680 (or 0x2EE680) is known color: Shamrock. HEX triplet: 2E, E6 and 80. RGB value is (46,230,128). Sum of RGB (Red+Green+Blue) = 46+230+128=404 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.39% from 404); Green value is 230 (90.23% from 255 or 56.93% from 404); Blue value is 128 (50.39% from 255 or 31.68% from 404); Max value from RGB is 230 - color contains mainly: green. Hex color #2EE680 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EE680 is #D1197F. Grayscale: #A3A3A3. Windows color (decimal): -13703552 or 8447534. OLE color: 8447534.
HSL color Cylindrical-coordinate representation of color #2EE680: hue angle of 146.74º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE680 is Cyan = 0.8, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 46 | 230 | 128 | - |
| CMYK | 0.8 | 0 | 0.44 | 0.10 |
| HSL | 146.74º | 0.79% | 0.54% | - |
| HSV(B) | 146.74º | 0.8% | 0.9% | - |
| XYZ | 33.32 | 58.73 | 30 | - |
| YUV | 163.36 | 108.04 | 44.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 230 | 128 | 0.8 | 0 | 0.44 | 0.10 | 146.74 | 0.79 | 0.54 |
| Hex | 2E | E6 | 80 | 50 | 0 | 2C | A | 93 | 4F | 36 |
| Octal | 56 | 346 | 200 | 120 | 0 | 54 | 12 | 223 | 117 | 66 |
| Binary | 101110 | 11100110 | 10000000 | 1010000 | 0 | 101100 | 1010 | 10010011 | 1001111 | 110110 |
Color Harmonies of #2EE680
Complementary color
Monochromatic Colors of #2EE680
Black with #2EE680
Text Example
Text Example
White with #2EE680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE680; }
p { color: rgb(46,230,128); }
H1.HeaderClassName
{
color: #2EE680;
}
.AnyTagClassName
{
color: #2EE680;
}
</style>
background-color css
<style>
a { background-color: #2EE680; }
a { background-color: rgb(46,230,128); }
div.DivClassName
{
background-color: #2EE680;
}
.BgClassName
{
background-color: #2EE680;
}
</style>
border-color css
<style>
span { border-color: #2EE680; }
span { border-color: rgb(46,230,128); }
td.TdClassName
{
border-color: #2EE680;
}
.TagClassName
{
border-color: #2EE680;
}
</style>