Shades of Shamrock #2EE285
Tints of Shamrock #2EE285
RGB
CMYK
RGB Variations
Color information
#2EE285 (or 0x2EE285) is known color: Shamrock. HEX triplet: 2E, E2 and 85. RGB value is (46,226,133). Sum of RGB (Red+Green+Blue) = 46+226+133=405 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.36% from 405); Green value is 226 (88.67% from 255 or 55.80% from 405); Blue value is 133 (52.34% from 255 or 32.84% from 405); Max value from RGB is 226 - color contains mainly: green. Hex color #2EE285 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EE285 is #D11D7A. Grayscale: #A1A1A1. Windows color (decimal): -13704571 or 8774190. OLE color: 8774190.
HSL color Cylindrical-coordinate representation of color #2EE285: hue angle of 149º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE285 is Cyan = 0.80, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 46 | 226 | 133 | - |
| CMYK | 0.80 | 0 | 0.41 | 0.11 |
| HSL | 149º | 0.76% | 0.53% | - |
| HSV(B) | 149º | 0.8% | 0.89% | - |
| XYZ | 32.56 | 56.67 | 31.41 | - |
| YUV | 161.58 | 111.87 | 45.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 226 | 133 | 0.80 | 0 | 0.41 | 0.11 | 149 | 0.76 | 0.53 |
| Hex | 2E | E2 | 85 | 50 | 0 | 29 | B | 95 | 4C | 35 |
| Octal | 56 | 342 | 205 | 120 | 0 | 51 | 13 | 225 | 114 | 65 |
| Binary | 101110 | 11100010 | 10000101 | 1010000 | 0 | 101001 | 1011 | 10010101 | 1001100 | 110101 |
Color Harmonies of #2EE285
Complementary color
Monochromatic Colors of #2EE285
Black with #2EE285
Text Example
Text Example
White with #2EE285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE285; }
p { color: rgb(46,226,133); }
H1.HeaderClassName
{
color: #2EE285;
}
.AnyTagClassName
{
color: #2EE285;
}
</style>
background-color css
<style>
a { background-color: #2EE285; }
a { background-color: rgb(46,226,133); }
div.DivClassName
{
background-color: #2EE285;
}
.BgClassName
{
background-color: #2EE285;
}
</style>
border-color css
<style>
span { border-color: #2EE285; }
span { border-color: rgb(46,226,133); }
td.TdClassName
{
border-color: #2EE285;
}
.TagClassName
{
border-color: #2EE285;
}
</style>