Shades of Shamrock #2EE385
Tints of Shamrock #2EE385
RGB
CMYK
RGB Variations
Color information
#2EE385 (or 0x2EE385) is known color: Shamrock. HEX triplet: 2E, E3 and 85. RGB value is (46,227,133). Sum of RGB (Red+Green+Blue) = 46+227+133=406 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.33% from 406); Green value is 227 (89.06% from 255 or 55.91% from 406); Blue value is 133 (52.34% from 255 or 32.76% from 406); Max value from RGB is 227 - color contains mainly: green. Hex color #2EE385 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EE385 is #D11C7A. Grayscale: #A2A2A2. Windows color (decimal): -13704315 or 8774446. OLE color: 8774446.
HSL color Cylindrical-coordinate representation of color #2EE385: hue angle of 148.84º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE385 is Cyan = 0.80, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 46 | 227 | 133 | - |
| CMYK | 0.80 | 0 | 0.41 | 0.11 |
| HSL | 148.84º | 0.76% | 0.54% | - |
| HSV(B) | 148.84º | 0.8% | 0.89% | - |
| XYZ | 32.83 | 57.21 | 31.5 | - |
| YUV | 162.17 | 111.53 | 45.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 227 | 133 | 0.80 | 0 | 0.41 | 0.11 | 148.84 | 0.76 | 0.54 |
| Hex | 2E | E3 | 85 | 50 | 0 | 29 | B | 95 | 4C | 36 |
| Octal | 56 | 343 | 205 | 120 | 0 | 51 | 13 | 225 | 114 | 66 |
| Binary | 101110 | 11100011 | 10000101 | 1010000 | 0 | 101001 | 1011 | 10010101 | 1001100 | 110110 |
Color Harmonies of #2EE385
Complementary color
Monochromatic Colors of #2EE385
Black with #2EE385
Text Example
Text Example
White with #2EE385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE385; }
p { color: rgb(46,227,133); }
H1.HeaderClassName
{
color: #2EE385;
}
.AnyTagClassName
{
color: #2EE385;
}
</style>
background-color css
<style>
a { background-color: #2EE385; }
a { background-color: rgb(46,227,133); }
div.DivClassName
{
background-color: #2EE385;
}
.BgClassName
{
background-color: #2EE385;
}
</style>
border-color css
<style>
span { border-color: #2EE385; }
span { border-color: rgb(46,227,133); }
td.TdClassName
{
border-color: #2EE385;
}
.TagClassName
{
border-color: #2EE385;
}
</style>