Shades of Shamrock #2EE585
Tints of Shamrock #2EE585
RGB
CMYK
RGB Variations
Color information
#2EE585 (or 0x2EE585) is known color: Shamrock. HEX triplet: 2E, E5 and 85. RGB value is (46,229,133). Sum of RGB (Red+Green+Blue) = 46+229+133=408 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.27% from 408); Green value is 229 (89.84% from 255 or 56.13% from 408); Blue value is 133 (52.34% from 255 or 32.60% from 408); Max value from RGB is 229 - color contains mainly: green. Hex color #2EE585 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EE585 is #D11A7A. Grayscale: #A3A3A3. Windows color (decimal): -13703803 or 8774958. OLE color: 8774958.
HSL color Cylindrical-coordinate representation of color #2EE585: hue angle of 148.52º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE585 is Cyan = 0.80, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 46 | 229 | 133 | - |
| CMYK | 0.80 | 0 | 0.42 | 0.10 |
| HSL | 148.52º | 0.78% | 0.54% | - |
| HSV(B) | 148.52º | 0.8% | 0.9% | - |
| XYZ | 33.38 | 58.31 | 31.69 | - |
| YUV | 163.34 | 110.87 | 44.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 229 | 133 | 0.80 | 0 | 0.42 | 0.10 | 148.52 | 0.78 | 0.54 |
| Hex | 2E | E5 | 85 | 50 | 0 | 2A | A | 95 | 4E | 36 |
| Octal | 56 | 345 | 205 | 120 | 0 | 52 | 12 | 225 | 116 | 66 |
| Binary | 101110 | 11100101 | 10000101 | 1010000 | 0 | 101010 | 1010 | 10010101 | 1001110 | 110110 |
Color Harmonies of #2EE585
Complementary color
Monochromatic Colors of #2EE585
Black with #2EE585
Text Example
Text Example
White with #2EE585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE585; }
p { color: rgb(46,229,133); }
H1.HeaderClassName
{
color: #2EE585;
}
.AnyTagClassName
{
color: #2EE585;
}
</style>
background-color css
<style>
a { background-color: #2EE585; }
a { background-color: rgb(46,229,133); }
div.DivClassName
{
background-color: #2EE585;
}
.BgClassName
{
background-color: #2EE585;
}
</style>
border-color css
<style>
span { border-color: #2EE585; }
span { border-color: rgb(46,229,133); }
td.TdClassName
{
border-color: #2EE585;
}
.TagClassName
{
border-color: #2EE585;
}
</style>