Shades of Shamrock #2EEF80
Tints of Shamrock #2EEF80
RGB
CMYK
RGB Variations
Color information
#2EEF80 (or 0x2EEF80) is known color: Shamrock. HEX triplet: 2E, EF and 80. RGB value is (46,239,128). Sum of RGB (Red+Green+Blue) = 46+239+128=413 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.14% from 413); Green value is 239 (93.75% from 255 or 57.87% from 413); Blue value is 128 (50.39% from 255 or 30.99% from 413); Max value from RGB is 239 - color contains mainly: green. Hex color #2EEF80 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EEF80 is #D1107F. Grayscale: #A8A8A8. Windows color (decimal): -13701248 or 8449838. OLE color: 8449838.
HSL color Cylindrical-coordinate representation of color #2EEF80: hue angle of 145.49º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EEF80 is Cyan = 0.81, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 46 | 239 | 128 | - |
| CMYK | 0.81 | 0 | 0.46 | 0.06 |
| HSL | 145.49º | 0.86% | 0.56% | - |
| HSV(B) | 145.49º | 0.81% | 0.94% | - |
| XYZ | 35.89 | 63.87 | 30.86 | - |
| YUV | 168.64 | 105.06 | 40.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 239 | 128 | 0.81 | 0 | 0.46 | 0.06 | 145.49 | 0.86 | 0.56 |
| Hex | 2E | EF | 80 | 51 | 0 | 2E | 6 | 91 | 56 | 38 |
| Octal | 56 | 357 | 200 | 121 | 0 | 56 | 6 | 221 | 126 | 70 |
| Binary | 101110 | 11101111 | 10000000 | 1010001 | 0 | 101110 | 110 | 10010001 | 1010110 | 111000 |
Color Harmonies of #2EEF80
Complementary color
Monochromatic Colors of #2EEF80
Black with #2EEF80
Text Example
Text Example
White with #2EEF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEF80; }
p { color: rgb(46,239,128); }
H1.HeaderClassName
{
color: #2EEF80;
}
.AnyTagClassName
{
color: #2EEF80;
}
</style>
background-color css
<style>
a { background-color: #2EEF80; }
a { background-color: rgb(46,239,128); }
div.DivClassName
{
background-color: #2EEF80;
}
.BgClassName
{
background-color: #2EEF80;
}
</style>
border-color css
<style>
span { border-color: #2EEF80; }
span { border-color: rgb(46,239,128); }
td.TdClassName
{
border-color: #2EEF80;
}
.TagClassName
{
border-color: #2EEF80;
}
</style>