Shades of Shamrock #2EECA5
Tints of Shamrock #2EECA5
RGB
CMYK
RGB Variations
Color information
#2EECA5 (or 0x2EECA5) is known color: Shamrock. HEX triplet: 2E, EC and A5. RGB value is (46,236,165). Sum of RGB (Red+Green+Blue) = 46+236+165=447 (59% of max value = 765). Red value is 46 (18.36% from 255 or 10.29% from 447); Green value is 236 (92.58% from 255 or 52.80% from 447); Blue value is 165 (64.84% from 255 or 36.91% from 447); Max value from RGB is 236 - color contains mainly: green. Hex color #2EECA5 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EECA5 is #D1135A. Grayscale: #ABABAB. Windows color (decimal): -13701979 or 10873902. OLE color: 10873902.
HSL color Cylindrical-coordinate representation of color #2EECA5: hue angle of 157.58º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EECA5 is Cyan = 0.81, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 236 | 165 | - |
| CMYK | 0.81 | 0 | 0.30 | 0.07 |
| HSL | 157.58º | 0.83% | 0.55% | - |
| HSV(B) | 157.58º | 0.81% | 0.93% | - |
| XYZ | 37.91 | 63.29 | 45.81 | - |
| YUV | 171.1 | 124.55 | 38.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 236 | 165 | 0.81 | 0 | 0.30 | 0.07 | 157.58 | 0.83 | 0.55 |
| Hex | 2E | EC | A5 | 51 | 0 | 1E | 7 | 9E | 53 | 37 |
| Octal | 56 | 354 | 245 | 121 | 0 | 36 | 7 | 236 | 123 | 67 |
| Binary | 101110 | 11101100 | 10100101 | 1010001 | 0 | 11110 | 111 | 10011110 | 1010011 | 110111 |
Color Harmonies of #2EECA5
Complementary color
Monochromatic Colors of #2EECA5
Black with #2EECA5
Text Example
Text Example
White with #2EECA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EECA5; }
p { color: rgb(46,236,165); }
H1.HeaderClassName
{
color: #2EECA5;
}
.AnyTagClassName
{
color: #2EECA5;
}
</style>
background-color css
<style>
a { background-color: #2EECA5; }
a { background-color: rgb(46,236,165); }
div.DivClassName
{
background-color: #2EECA5;
}
.BgClassName
{
background-color: #2EECA5;
}
</style>
border-color css
<style>
span { border-color: #2EECA5; }
span { border-color: rgb(46,236,165); }
td.TdClassName
{
border-color: #2EECA5;
}
.TagClassName
{
border-color: #2EECA5;
}
</style>