Shades of Shamrock #2EEB7E
Tints of Shamrock #2EEB7E
RGB
CMYK
RGB Variations
Color information
#2EEB7E (or 0x2EEB7E) is known color: Shamrock. HEX triplet: 2E, EB and 7E. RGB value is (46,235,126). Sum of RGB (Red+Green+Blue) = 46+235+126=407 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.30% from 407); Green value is 235 (92.19% from 255 or 57.74% from 407); Blue value is 126 (49.61% from 255 or 30.96% from 407); Max value from RGB is 235 - color contains mainly: green. Hex color #2EEB7E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EEB7E is #D11481. Grayscale: #A6A6A6. Windows color (decimal): -13702274 or 8317742. OLE color: 8317742.
HSL color Cylindrical-coordinate representation of color #2EEB7E: hue angle of 145.4º 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 #2EEB7E is Cyan = 0.80, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 235 | 126 | - |
| CMYK | 0.80 | 0 | 0.46 | 0.08 |
| HSL | 145.4º | 0.83% | 0.55% | - |
| HSV(B) | 145.4º | 0.8% | 0.92% | - |
| XYZ | 34.6 | 61.5 | 29.79 | - |
| YUV | 166.06 | 105.38 | 42.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 235 | 126 | 0.80 | 0 | 0.46 | 0.08 | 145.4 | 0.83 | 0.55 |
| Hex | 2E | EB | 7E | 50 | 0 | 2E | 8 | 91 | 53 | 37 |
| Octal | 56 | 353 | 176 | 120 | 0 | 56 | 10 | 221 | 123 | 67 |
| Binary | 101110 | 11101011 | 1111110 | 1010000 | 0 | 101110 | 1000 | 10010001 | 1010011 | 110111 |
Color Harmonies of #2EEB7E
Complementary color
Monochromatic Colors of #2EEB7E
Black with #2EEB7E
Text Example
Text Example
White with #2EEB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEB7E; }
p { color: rgb(46,235,126); }
H1.HeaderClassName
{
color: #2EEB7E;
}
.AnyTagClassName
{
color: #2EEB7E;
}
</style>
background-color css
<style>
a { background-color: #2EEB7E; }
a { background-color: rgb(46,235,126); }
div.DivClassName
{
background-color: #2EEB7E;
}
.BgClassName
{
background-color: #2EEB7E;
}
</style>
border-color css
<style>
span { border-color: #2EEB7E; }
span { border-color: rgb(46,235,126); }
td.TdClassName
{
border-color: #2EEB7E;
}
.TagClassName
{
border-color: #2EEB7E;
}
</style>