Shades of Shamrock #2EC29A
Tints of Shamrock #2EC29A
RGB
CMYK
RGB Variations
Color information
#2EC29A (or 0x2EC29A) is known color: Shamrock. HEX triplet: 2E, C2 and 9A. RGB value is (46,194,154). Sum of RGB (Red+Green+Blue) = 46+194+154=394 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.68% from 394); Green value is 194 (76.17% from 255 or 49.24% from 394); Blue value is 154 (60.55% from 255 or 39.09% from 394); Max value from RGB is 194 - color contains mainly: green. Hex color #2EC29A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EC29A is #D13D65. Grayscale: #919191. Windows color (decimal): -13712742 or 10142254. OLE color: 10142254.
HSL color Cylindrical-coordinate representation of color #2EC29A: hue angle of 163.78º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EC29A is Cyan = 0.76, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 46 | 194 | 154 | - |
| CMYK | 0.76 | 0 | 0.21 | 0.24 |
| HSL | 163.78º | 0.62% | 0.47% | - |
| HSV(B) | 163.78º | 0.76% | 0.76% | - |
| XYZ | 26.25 | 41.5 | 37.2 | - |
| YUV | 145.19 | 132.97 | 57.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 194 | 154 | 0.76 | 0 | 0.21 | 0.24 | 163.78 | 0.62 | 0.47 |
| Hex | 2E | C2 | 9A | 4C | 0 | 15 | 18 | A4 | 3E | 2F |
| Octal | 56 | 302 | 232 | 114 | 0 | 25 | 30 | 244 | 76 | 57 |
| Binary | 101110 | 11000010 | 10011010 | 1001100 | 0 | 10101 | 11000 | 10100100 | 111110 | 101111 |
Color Harmonies of #2EC29A
Complementary color
Monochromatic Colors of #2EC29A
Black with #2EC29A
Text Example
Text Example
White with #2EC29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC29A; }
p { color: rgb(46,194,154); }
H1.HeaderClassName
{
color: #2EC29A;
}
.AnyTagClassName
{
color: #2EC29A;
}
</style>
background-color css
<style>
a { background-color: #2EC29A; }
a { background-color: rgb(46,194,154); }
div.DivClassName
{
background-color: #2EC29A;
}
.BgClassName
{
background-color: #2EC29A;
}
</style>
border-color css
<style>
span { border-color: #2EC29A; }
span { border-color: rgb(46,194,154); }
td.TdClassName
{
border-color: #2EC29A;
}
.TagClassName
{
border-color: #2EC29A;
}
</style>