Shades of Shamrock #2EEA84
Tints of Shamrock #2EEA84
RGB
CMYK
RGB Variations
Color information
#2EEA84 (or 0x2EEA84) is known color: Shamrock. HEX triplet: 2E, EA and 84. RGB value is (46,234,132). Sum of RGB (Red+Green+Blue) = 46+234+132=412 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.17% from 412); Green value is 234 (91.80% from 255 or 56.80% from 412); Blue value is 132 (51.95% from 255 or 32.04% from 412); Max value from RGB is 234 - color contains mainly: green. Hex color #2EEA84 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EEA84 is #D1157B. Grayscale: #A6A6A6. Windows color (decimal): -13702524 or 8710702. OLE color: 8710702.
HSL color Cylindrical-coordinate representation of color #2EEA84: hue angle of 147.45º degrees, saturation: 0.82, 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 #2EEA84 is Cyan = 0.80, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 234 | 132 | - |
| CMYK | 0.80 | 0 | 0.44 | 0.08 |
| HSL | 147.45º | 0.82% | 0.55% | - |
| HSV(B) | 147.45º | 0.8% | 0.92% | - |
| XYZ | 34.71 | 61.09 | 31.79 | - |
| YUV | 166.16 | 108.72 | 42.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 234 | 132 | 0.80 | 0 | 0.44 | 0.08 | 147.45 | 0.82 | 0.55 |
| Hex | 2E | EA | 84 | 50 | 0 | 2C | 8 | 93 | 52 | 37 |
| Octal | 56 | 352 | 204 | 120 | 0 | 54 | 10 | 223 | 122 | 67 |
| Binary | 101110 | 11101010 | 10000100 | 1010000 | 0 | 101100 | 1000 | 10010011 | 1010010 | 110111 |
Color Harmonies of #2EEA84
Complementary color
Monochromatic Colors of #2EEA84
Black with #2EEA84
Text Example
Text Example
White with #2EEA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEA84; }
p { color: rgb(46,234,132); }
H1.HeaderClassName
{
color: #2EEA84;
}
.AnyTagClassName
{
color: #2EEA84;
}
</style>
background-color css
<style>
a { background-color: #2EEA84; }
a { background-color: rgb(46,234,132); }
div.DivClassName
{
background-color: #2EEA84;
}
.BgClassName
{
background-color: #2EEA84;
}
</style>
border-color css
<style>
span { border-color: #2EEA84; }
span { border-color: rgb(46,234,132); }
td.TdClassName
{
border-color: #2EEA84;
}
.TagClassName
{
border-color: #2EEA84;
}
</style>