Shades of Shamrock #2EEB80
Tints of Shamrock #2EEB80
RGB
CMYK
RGB Variations
Color information
#2EEB80 (or 0x2EEB80) is known color: Shamrock. HEX triplet: 2E, EB and 80. RGB value is (46,235,128). Sum of RGB (Red+Green+Blue) = 46+235+128=409 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.25% from 409); Green value is 235 (92.19% from 255 or 57.46% from 409); Blue value is 128 (50.39% from 255 or 31.30% from 409); Max value from RGB is 235 - color contains mainly: green. Hex color #2EEB80 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EEB80 is #D1147F. Grayscale: #A6A6A6. Windows color (decimal): -13702272 or 8448814. OLE color: 8448814.
HSL color Cylindrical-coordinate representation of color #2EEB80: hue angle of 146.03º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EEB80 is Cyan = 0.80, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 235 | 128 | - |
| CMYK | 0.80 | 0 | 0.46 | 0.08 |
| HSL | 146.03º | 0.83% | 0.55% | - |
| HSV(B) | 146.03º | 0.8% | 0.92% | - |
| XYZ | 34.73 | 61.56 | 30.47 | - |
| YUV | 166.29 | 106.38 | 42.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 235 | 128 | 0.80 | 0 | 0.46 | 0.08 | 146.03 | 0.83 | 0.55 |
| Hex | 2E | EB | 80 | 50 | 0 | 2E | 8 | 92 | 53 | 37 |
| Octal | 56 | 353 | 200 | 120 | 0 | 56 | 10 | 222 | 123 | 67 |
| Binary | 101110 | 11101011 | 10000000 | 1010000 | 0 | 101110 | 1000 | 10010010 | 1010011 | 110111 |
Color Harmonies of #2EEB80
Complementary color
Monochromatic Colors of #2EEB80
Black with #2EEB80
Text Example
Text Example
White with #2EEB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEB80; }
p { color: rgb(46,235,128); }
H1.HeaderClassName
{
color: #2EEB80;
}
.AnyTagClassName
{
color: #2EEB80;
}
</style>
background-color css
<style>
a { background-color: #2EEB80; }
a { background-color: rgb(46,235,128); }
div.DivClassName
{
background-color: #2EEB80;
}
.BgClassName
{
background-color: #2EEB80;
}
</style>
border-color css
<style>
span { border-color: #2EEB80; }
span { border-color: rgb(46,235,128); }
td.TdClassName
{
border-color: #2EEB80;
}
.TagClassName
{
border-color: #2EEB80;
}
</style>