Shades of Shamrock #3CF18C
Tints of Shamrock #3CF18C
RGB
CMYK
RGB Variations
Color information
#3CF18C (or 0x3CF18C) is known color: Shamrock. HEX triplet: 3C, F1 and 8C. RGB value is (60,241,140). Sum of RGB (Red+Green+Blue) = 60+241+140=441 (58% of max value = 765). Red value is 60 (23.83% from 255 or 13.61% from 441); Green value is 241 (94.53% from 255 or 54.65% from 441); Blue value is 140 (55.08% from 255 or 31.75% from 441); Max value from RGB is 241 - color contains mainly: green. Hex color #3CF18C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CF18C is #C30E73. Grayscale: #AFAFAF. Windows color (decimal): -12783220 or 9236796. OLE color: 9236796.
HSL color Cylindrical-coordinate representation of color #3CF18C: hue angle of 146.52º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CF18C is Cyan = 0.75, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 60 | 241 | 140 | - |
| CMYK | 0.75 | 0 | 0.42 | 0.05 |
| HSL | 146.52º | 0.87% | 0.59% | - |
| HSV(B) | 146.52º | 0.75% | 0.95% | - |
| XYZ | 38.05 | 65.76 | 35.5 | - |
| YUV | 175.37 | 108.03 | 45.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 241 | 140 | 0.75 | 0 | 0.42 | 0.05 | 146.52 | 0.87 | 0.59 |
| Hex | 3C | F1 | 8C | 4B | 0 | 2A | 5 | 93 | 57 | 3B |
| Octal | 74 | 361 | 214 | 113 | 0 | 52 | 5 | 223 | 127 | 73 |
| Binary | 111100 | 11110001 | 10001100 | 1001011 | 0 | 101010 | 101 | 10010011 | 1010111 | 111011 |
Color Harmonies of #3CF18C
Complementary color
Monochromatic Colors of #3CF18C
Black with #3CF18C
Text Example
Text Example
White with #3CF18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF18C; }
p { color: rgb(60,241,140); }
H1.HeaderClassName
{
color: #3CF18C;
}
.AnyTagClassName
{
color: #3CF18C;
}
</style>
background-color css
<style>
a { background-color: #3CF18C; }
a { background-color: rgb(60,241,140); }
div.DivClassName
{
background-color: #3CF18C;
}
.BgClassName
{
background-color: #3CF18C;
}
</style>
border-color css
<style>
span { border-color: #3CF18C; }
span { border-color: rgb(60,241,140); }
td.TdClassName
{
border-color: #3CF18C;
}
.TagClassName
{
border-color: #3CF18C;
}
</style>