Shades of Shamrock #3CC28A
Tints of Shamrock #3CC28A
RGB
CMYK
RGB Variations
Color information
#3CC28A (or 0x3CC28A) is known color: Shamrock. HEX triplet: 3C, C2 and 8A. RGB value is (60,194,138). Sum of RGB (Red+Green+Blue) = 60+194+138=392 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.31% from 392); Green value is 194 (76.17% from 255 or 49.49% from 392); Blue value is 138 (54.30% from 255 or 35.20% from 392); Max value from RGB is 194 - color contains mainly: green. Hex color #3CC28A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CC28A is #C33D75. Grayscale: #939393. Windows color (decimal): -12795254 or 9093692. OLE color: 9093692.
HSL color Cylindrical-coordinate representation of color #3CC28A: hue angle of 154.93º 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 #3CC28A is Cyan = 0.69, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 60 | 194 | 138 | - |
| CMYK | 0.69 | 0 | 0.29 | 0.24 |
| HSL | 154.93º | 0.53% | 0.5% | - |
| HSV(B) | 154.93º | 0.69% | 0.76% | - |
| XYZ | 25.74 | 41.38 | 30.67 | - |
| YUV | 147.55 | 122.61 | 65.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 194 | 138 | 0.69 | 0 | 0.29 | 0.24 | 154.93 | 0.53 | 0.5 |
| Hex | 3C | C2 | 8A | 45 | 0 | 1D | 18 | 9B | 35 | 32 |
| Octal | 74 | 302 | 212 | 105 | 0 | 35 | 30 | 233 | 65 | 62 |
| Binary | 111100 | 11000010 | 10001010 | 1000101 | 0 | 11101 | 11000 | 10011011 | 110101 | 110010 |
Color Harmonies of #3CC28A
Complementary color
Monochromatic Colors of #3CC28A
Black with #3CC28A
Text Example
Text Example
White with #3CC28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC28A; }
p { color: rgb(60,194,138); }
H1.HeaderClassName
{
color: #3CC28A;
}
.AnyTagClassName
{
color: #3CC28A;
}
</style>
background-color css
<style>
a { background-color: #3CC28A; }
a { background-color: rgb(60,194,138); }
div.DivClassName
{
background-color: #3CC28A;
}
.BgClassName
{
background-color: #3CC28A;
}
</style>
border-color css
<style>
span { border-color: #3CC28A; }
span { border-color: rgb(60,194,138); }
td.TdClassName
{
border-color: #3CC28A;
}
.TagClassName
{
border-color: #3CC28A;
}
</style>