Shades of Shamrock #3CC28C
Tints of Shamrock #3CC28C
RGB
CMYK
RGB Variations
Color information
#3CC28C (or 0x3CC28C) is known color: Shamrock. HEX triplet: 3C, C2 and 8C. RGB value is (60,194,140). Sum of RGB (Red+Green+Blue) = 60+194+140=394 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.23% from 394); Green value is 194 (76.17% from 255 or 49.24% from 394); Blue value is 140 (55.08% from 255 or 35.53% from 394); Max value from RGB is 194 - color contains mainly: green. Hex color #3CC28C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CC28C is #C33D73. Grayscale: #939393. Windows color (decimal): -12795252 or 9224764. OLE color: 9224764.
HSL color Cylindrical-coordinate representation of color #3CC28C: hue angle of 155.82º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3CC28C is Cyan = 0.69, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 60 | 194 | 140 | - |
| CMYK | 0.69 | 0 | 0.28 | 0.24 |
| HSL | 155.82º | 0.53% | 0.5% | - |
| HSV(B) | 155.82º | 0.69% | 0.76% | - |
| XYZ | 25.89 | 41.44 | 31.44 | - |
| YUV | 147.78 | 123.61 | 65.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 194 | 140 | 0.69 | 0 | 0.28 | 0.24 | 155.82 | 0.53 | 0.5 |
| Hex | 3C | C2 | 8C | 45 | 0 | 1C | 18 | 9C | 35 | 32 |
| Octal | 74 | 302 | 214 | 105 | 0 | 34 | 30 | 234 | 65 | 62 |
| Binary | 111100 | 11000010 | 10001100 | 1000101 | 0 | 11100 | 11000 | 10011100 | 110101 | 110010 |
Color Harmonies of #3CC28C
Complementary color
Monochromatic Colors of #3CC28C
Black with #3CC28C
Text Example
Text Example
White with #3CC28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC28C; }
p { color: rgb(60,194,140); }
H1.HeaderClassName
{
color: #3CC28C;
}
.AnyTagClassName
{
color: #3CC28C;
}
</style>
background-color css
<style>
a { background-color: #3CC28C; }
a { background-color: rgb(60,194,140); }
div.DivClassName
{
background-color: #3CC28C;
}
.BgClassName
{
background-color: #3CC28C;
}
</style>
border-color css
<style>
span { border-color: #3CC28C; }
span { border-color: rgb(60,194,140); }
td.TdClassName
{
border-color: #3CC28C;
}
.TagClassName
{
border-color: #3CC28C;
}
</style>