Shades of Shamrock #2EE685
Tints of Shamrock #2EE685
RGB
CMYK
RGB Variations
Color information
#2EE685 (or 0x2EE685) is known color: Shamrock. HEX triplet: 2E, E6 and 85. RGB value is (46,230,133). Sum of RGB (Red+Green+Blue) = 46+230+133=409 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.25% from 409); Green value is 230 (90.23% from 255 or 56.23% from 409); Blue value is 133 (52.34% from 255 or 32.52% from 409); Max value from RGB is 230 - color contains mainly: green. Hex color #2EE685 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EE685 is #D1197A. Grayscale: #A4A4A4. Windows color (decimal): -13703547 or 8775214. OLE color: 8775214.
HSL color Cylindrical-coordinate representation of color #2EE685: hue angle of 148.37º degrees, saturation: 0.79, 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 #2EE685 is Cyan = 0.8, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 46 | 230 | 133 | - |
| CMYK | 0.8 | 0 | 0.42 | 0.10 |
| HSL | 148.37º | 0.79% | 0.54% | - |
| HSV(B) | 148.37º | 0.8% | 0.9% | - |
| XYZ | 33.66 | 58.87 | 31.78 | - |
| YUV | 163.93 | 110.54 | 43.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 230 | 133 | 0.8 | 0 | 0.42 | 0.10 | 148.37 | 0.79 | 0.54 |
| Hex | 2E | E6 | 85 | 50 | 0 | 2A | A | 94 | 4F | 36 |
| Octal | 56 | 346 | 205 | 120 | 0 | 52 | 12 | 224 | 117 | 66 |
| Binary | 101110 | 11100110 | 10000101 | 1010000 | 0 | 101010 | 1010 | 10010100 | 1001111 | 110110 |
Color Harmonies of #2EE685
Complementary color
Monochromatic Colors of #2EE685
Black with #2EE685
Text Example
Text Example
White with #2EE685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE685; }
p { color: rgb(46,230,133); }
H1.HeaderClassName
{
color: #2EE685;
}
.AnyTagClassName
{
color: #2EE685;
}
</style>
background-color css
<style>
a { background-color: #2EE685; }
a { background-color: rgb(46,230,133); }
div.DivClassName
{
background-color: #2EE685;
}
.BgClassName
{
background-color: #2EE685;
}
</style>
border-color css
<style>
span { border-color: #2EE685; }
span { border-color: rgb(46,230,133); }
td.TdClassName
{
border-color: #2EE685;
}
.TagClassName
{
border-color: #2EE685;
}
</style>