Shades of Shamrock #2CE197
Tints of Shamrock #2CE197
RGB
CMYK
RGB Variations
Color information
#2CE197 (or 0x2CE197) is known color: Shamrock. HEX triplet: 2C, E1 and 97. RGB value is (44,225,151). Sum of RGB (Red+Green+Blue) = 44+225+151=420 (55% of max value = 765). Red value is 44 (17.58% from 255 or 10.48% from 420); Green value is 225 (88.28% from 255 or 53.57% from 420); Blue value is 151 (59.38% from 255 or 35.95% from 420); Max value from RGB is 225 - color contains mainly: green. Hex color #2CE197 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CE197 is #D31E68. Grayscale: #A2A2A2. Windows color (decimal): -13835881 or 9953580. OLE color: 9953580.
HSL color Cylindrical-coordinate representation of color #2CE197: hue angle of 155.47º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CE197 is Cyan = 0.80, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 44 | 225 | 151 | - |
| CMYK | 0.80 | 0 | 0.33 | 0.12 |
| HSL | 155.47º | 0.75% | 0.53% | - |
| HSV(B) | 155.47º | 0.8% | 0.88% | - |
| XYZ | 33.55 | 56.62 | 38.44 | - |
| YUV | 162.45 | 121.53 | 43.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 225 | 151 | 0.80 | 0 | 0.33 | 0.12 | 155.47 | 0.75 | 0.53 |
| Hex | 2C | E1 | 97 | 50 | 0 | 21 | C | 9B | 4B | 35 |
| Octal | 54 | 341 | 227 | 120 | 0 | 41 | 14 | 233 | 113 | 65 |
| Binary | 101100 | 11100001 | 10010111 | 1010000 | 0 | 100001 | 1100 | 10011011 | 1001011 | 110101 |
Color Harmonies of #2CE197
Complementary color
Monochromatic Colors of #2CE197
Black with #2CE197
Text Example
Text Example
White with #2CE197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE197; }
p { color: rgb(44,225,151); }
H1.HeaderClassName
{
color: #2CE197;
}
.AnyTagClassName
{
color: #2CE197;
}
</style>
background-color css
<style>
a { background-color: #2CE197; }
a { background-color: rgb(44,225,151); }
div.DivClassName
{
background-color: #2CE197;
}
.BgClassName
{
background-color: #2CE197;
}
</style>
border-color css
<style>
span { border-color: #2CE197; }
span { border-color: rgb(44,225,151); }
td.TdClassName
{
border-color: #2CE197;
}
.TagClassName
{
border-color: #2CE197;
}
</style>