Shades of Shamrock #2EEC9C
Tints of Shamrock #2EEC9C
RGB
CMYK
RGB Variations
Color information
#2EEC9C (or 0x2EEC9C) is known color: Shamrock. HEX triplet: 2E, EC and 9C. RGB value is (46,236,156). Sum of RGB (Red+Green+Blue) = 46+236+156=438 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.50% from 438); Green value is 236 (92.58% from 255 or 53.88% from 438); Blue value is 156 (61.33% from 255 or 35.62% from 438); Max value from RGB is 236 - color contains mainly: green. Hex color #2EEC9C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EEC9C is #D11363. Grayscale: #AAAAAA. Windows color (decimal): -13701988 or 10284078. OLE color: 10284078.
HSL color Cylindrical-coordinate representation of color #2EEC9C: hue angle of 154.74º 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 #2EEC9C is Cyan = 0.81, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 236 | 156 | - |
| CMYK | 0.81 | 0 | 0.34 | 0.07 |
| HSL | 154.74º | 0.83% | 0.55% | - |
| HSV(B) | 154.74º | 0.81% | 0.93% | - |
| XYZ | 37.12 | 62.97 | 41.65 | - |
| YUV | 170.07 | 120.05 | 39.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 236 | 156 | 0.81 | 0 | 0.34 | 0.07 | 154.74 | 0.83 | 0.55 |
| Hex | 2E | EC | 9C | 51 | 0 | 22 | 7 | 9B | 53 | 37 |
| Octal | 56 | 354 | 234 | 121 | 0 | 42 | 7 | 233 | 123 | 67 |
| Binary | 101110 | 11101100 | 10011100 | 1010001 | 0 | 100010 | 111 | 10011011 | 1010011 | 110111 |
Color Harmonies of #2EEC9C
Complementary color
Monochromatic Colors of #2EEC9C
Black with #2EEC9C
Text Example
Text Example
White with #2EEC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEC9C; }
p { color: rgb(46,236,156); }
H1.HeaderClassName
{
color: #2EEC9C;
}
.AnyTagClassName
{
color: #2EEC9C;
}
</style>
background-color css
<style>
a { background-color: #2EEC9C; }
a { background-color: rgb(46,236,156); }
div.DivClassName
{
background-color: #2EEC9C;
}
.BgClassName
{
background-color: #2EEC9C;
}
</style>
border-color css
<style>
span { border-color: #2EEC9C; }
span { border-color: rgb(46,236,156); }
td.TdClassName
{
border-color: #2EEC9C;
}
.TagClassName
{
border-color: #2EEC9C;
}
</style>