Shades of Shamrock #2CE1A3
Tints of Shamrock #2CE1A3
RGB
CMYK
RGB Variations
Color information
#2CE1A3 (or 0x2CE1A3) is known color: Shamrock. HEX triplet: 2C, E1 and A3. RGB value is (44,225,163). Sum of RGB (Red+Green+Blue) = 44+225+163=432 (57% of max value = 765). Red value is 44 (17.58% from 255 or 10.19% from 432); Green value is 225 (88.28% from 255 or 52.08% from 432); Blue value is 163 (64.06% from 255 or 37.73% from 432); Max value from RGB is 225 - color contains mainly: green. Hex color #2CE1A3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CE1A3 is #D31E5C. Grayscale: #A3A3A3. Windows color (decimal): -13835869 or 10740012. OLE color: 10740012.
HSL color Cylindrical-coordinate representation of color #2CE1A3: hue angle of 159.45º 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 #2CE1A3 is Cyan = 0.80, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 44 | 225 | 163 | - |
| CMYK | 0.80 | 0 | 0.28 | 0.12 |
| HSL | 159.45º | 0.75% | 0.53% | - |
| HSV(B) | 159.45º | 0.8% | 0.88% | - |
| XYZ | 34.57 | 57.03 | 43.84 | - |
| YUV | 163.81 | 127.53 | 42.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 225 | 163 | 0.80 | 0 | 0.28 | 0.12 | 159.45 | 0.75 | 0.53 |
| Hex | 2C | E1 | A3 | 50 | 0 | 1C | C | 9F | 4B | 35 |
| Octal | 54 | 341 | 243 | 120 | 0 | 34 | 14 | 237 | 113 | 65 |
| Binary | 101100 | 11100001 | 10100011 | 1010000 | 0 | 11100 | 1100 | 10011111 | 1001011 | 110101 |
Color Harmonies of #2CE1A3
Complementary color
Monochromatic Colors of #2CE1A3
Black with #2CE1A3
Text Example
Text Example
White with #2CE1A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE1A3; }
p { color: rgb(44,225,163); }
H1.HeaderClassName
{
color: #2CE1A3;
}
.AnyTagClassName
{
color: #2CE1A3;
}
</style>
background-color css
<style>
a { background-color: #2CE1A3; }
a { background-color: rgb(44,225,163); }
div.DivClassName
{
background-color: #2CE1A3;
}
.BgClassName
{
background-color: #2CE1A3;
}
</style>
border-color css
<style>
span { border-color: #2CE1A3; }
span { border-color: rgb(44,225,163); }
td.TdClassName
{
border-color: #2CE1A3;
}
.TagClassName
{
border-color: #2CE1A3;
}
</style>