Shades of Shamrock #2EC39B
Tints of Shamrock #2EC39B
RGB
CMYK
RGB Variations
Color information
#2EC39B (or 0x2EC39B) is known color: Shamrock. HEX triplet: 2E, C3 and 9B. RGB value is (46,195,155). Sum of RGB (Red+Green+Blue) = 46+195+155=396 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.62% from 396); Green value is 195 (76.56% from 255 or 49.24% from 396); Blue value is 155 (60.94% from 255 or 39.14% from 396); Max value from RGB is 195 - color contains mainly: green. Hex color #2EC39B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EC39B is #D13C64. Grayscale: #919191. Windows color (decimal): -13712485 or 10208046. OLE color: 10208046.
HSL color Cylindrical-coordinate representation of color #2EC39B: hue angle of 163.89º 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 #2EC39B is Cyan = 0.76, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 46 | 195 | 155 | - |
| CMYK | 0.76 | 0 | 0.21 | 0.24 |
| HSL | 163.89º | 0.62% | 0.47% | - |
| HSV(B) | 163.89º | 0.76% | 0.76% | - |
| XYZ | 26.56 | 41.98 | 37.71 | - |
| YUV | 145.89 | 133.14 | 56.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 195 | 155 | 0.76 | 0 | 0.21 | 0.24 | 163.89 | 0.62 | 0.47 |
| Hex | 2E | C3 | 9B | 4C | 0 | 15 | 18 | A4 | 3E | 2F |
| Octal | 56 | 303 | 233 | 114 | 0 | 25 | 30 | 244 | 76 | 57 |
| Binary | 101110 | 11000011 | 10011011 | 1001100 | 0 | 10101 | 11000 | 10100100 | 111110 | 101111 |
Color Harmonies of #2EC39B
Complementary color
Monochromatic Colors of #2EC39B
Black with #2EC39B
Text Example
Text Example
White with #2EC39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC39B; }
p { color: rgb(46,195,155); }
H1.HeaderClassName
{
color: #2EC39B;
}
.AnyTagClassName
{
color: #2EC39B;
}
</style>
background-color css
<style>
a { background-color: #2EC39B; }
a { background-color: rgb(46,195,155); }
div.DivClassName
{
background-color: #2EC39B;
}
.BgClassName
{
background-color: #2EC39B;
}
</style>
border-color css
<style>
span { border-color: #2EC39B; }
span { border-color: rgb(46,195,155); }
td.TdClassName
{
border-color: #2EC39B;
}
.TagClassName
{
border-color: #2EC39B;
}
</style>