Shades of Shamrock #3CC28B
Tints of Shamrock #3CC28B
RGB
CMYK
RGB Variations
Color information
#3CC28B (or 0x3CC28B) is known color: Shamrock. HEX triplet: 3C, C2 and 8B. RGB value is (60,194,139). Sum of RGB (Red+Green+Blue) = 60+194+139=393 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.27% from 393); Green value is 194 (76.17% from 255 or 49.36% from 393); Blue value is 139 (54.69% from 255 or 35.37% from 393); Max value from RGB is 194 - color contains mainly: green. Hex color #3CC28B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CC28B is #C33D74. Grayscale: #939393. Windows color (decimal): -12795253 or 9159228. OLE color: 9159228.
HSL color Cylindrical-coordinate representation of color #3CC28B: hue angle of 155.37º 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 #3CC28B is Cyan = 0.69, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 60 | 194 | 139 | - |
| CMYK | 0.69 | 0 | 0.28 | 0.24 |
| HSL | 155.37º | 0.53% | 0.5% | - |
| HSV(B) | 155.37º | 0.69% | 0.76% | - |
| XYZ | 25.82 | 41.41 | 31.06 | - |
| YUV | 147.66 | 123.11 | 65.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 194 | 139 | 0.69 | 0 | 0.28 | 0.24 | 155.37 | 0.53 | 0.5 |
| Hex | 3C | C2 | 8B | 45 | 0 | 1C | 18 | 9B | 35 | 32 |
| Octal | 74 | 302 | 213 | 105 | 0 | 34 | 30 | 233 | 65 | 62 |
| Binary | 111100 | 11000010 | 10001011 | 1000101 | 0 | 11100 | 11000 | 10011011 | 110101 | 110010 |
Color Harmonies of #3CC28B
Complementary color
Monochromatic Colors of #3CC28B
Black with #3CC28B
Text Example
Text Example
White with #3CC28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC28B; }
p { color: rgb(60,194,139); }
H1.HeaderClassName
{
color: #3CC28B;
}
.AnyTagClassName
{
color: #3CC28B;
}
</style>
background-color css
<style>
a { background-color: #3CC28B; }
a { background-color: rgb(60,194,139); }
div.DivClassName
{
background-color: #3CC28B;
}
.BgClassName
{
background-color: #3CC28B;
}
</style>
border-color css
<style>
span { border-color: #3CC28B; }
span { border-color: rgb(60,194,139); }
td.TdClassName
{
border-color: #3CC28B;
}
.TagClassName
{
border-color: #3CC28B;
}
</style>