Shades of Shamrock #3CE18C
Tints of Shamrock #3CE18C
RGB
CMYK
RGB Variations
Color information
#3CE18C (or 0x3CE18C) is known color: Shamrock. HEX triplet: 3C, E1 and 8C. RGB value is (60,225,140). Sum of RGB (Red+Green+Blue) = 60+225+140=425 (56% of max value = 765). Red value is 60 (23.83% from 255 or 14.12% from 425); Green value is 225 (88.28% from 255 or 52.94% from 425); Blue value is 140 (55.08% from 255 or 32.94% from 425); Max value from RGB is 225 - color contains mainly: green. Hex color #3CE18C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CE18C is #C31E73. Grayscale: #A6A6A6. Windows color (decimal): -12787316 or 9232700. OLE color: 9232700.
HSL color Cylindrical-coordinate representation of color #3CE18C: hue angle of 149.09º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CE18C is Cyan = 0.73, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 60 | 225 | 140 | - |
| CMYK | 0.73 | 0 | 0.38 | 0.12 |
| HSL | 149.09º | 0.73% | 0.56% | - |
| HSV(B) | 149.09º | 0.73% | 0.88% | - |
| XYZ | 33.52 | 56.7 | 33.99 | - |
| YUV | 165.98 | 113.34 | 52.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 225 | 140 | 0.73 | 0 | 0.38 | 0.12 | 149.09 | 0.73 | 0.56 |
| Hex | 3C | E1 | 8C | 49 | 0 | 26 | C | 95 | 49 | 38 |
| Octal | 74 | 341 | 214 | 111 | 0 | 46 | 14 | 225 | 111 | 70 |
| Binary | 111100 | 11100001 | 10001100 | 1001001 | 0 | 100110 | 1100 | 10010101 | 1001001 | 111000 |
Color Harmonies of #3CE18C
Complementary color
Monochromatic Colors of #3CE18C
Black with #3CE18C
Text Example
Text Example
White with #3CE18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE18C; }
p { color: rgb(60,225,140); }
H1.HeaderClassName
{
color: #3CE18C;
}
.AnyTagClassName
{
color: #3CE18C;
}
</style>
background-color css
<style>
a { background-color: #3CE18C; }
a { background-color: rgb(60,225,140); }
div.DivClassName
{
background-color: #3CE18C;
}
.BgClassName
{
background-color: #3CE18C;
}
</style>
border-color css
<style>
span { border-color: #3CE18C; }
span { border-color: rgb(60,225,140); }
td.TdClassName
{
border-color: #3CE18C;
}
.TagClassName
{
border-color: #3CE18C;
}
</style>