Shades of Shamrock #3CF38C
Tints of Shamrock #3CF38C
RGB
CMYK
RGB Variations
Color information
#3CF38C (or 0x3CF38C) is known color: Shamrock. HEX triplet: 3C, F3 and 8C. RGB value is (60,243,140). Sum of RGB (Red+Green+Blue) = 60+243+140=443 (58% of max value = 765). Red value is 60 (23.83% from 255 or 13.54% from 443); Green value is 243 (95.31% from 255 or 54.85% from 443); Blue value is 140 (55.08% from 255 or 31.60% from 443); Max value from RGB is 243 - color contains mainly: green. Hex color #3CF38C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CF38C is #C30C73. Grayscale: #B0B0B0. Windows color (decimal): -12782708 or 9237308. OLE color: 9237308.
HSL color Cylindrical-coordinate representation of color #3CF38C: hue angle of 146.23º degrees, saturation: 0.88, 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 #3CF38C is Cyan = 0.75, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 60 | 243 | 140 | - |
| CMYK | 0.75 | 0 | 0.42 | 0.05 |
| HSL | 146.23º | 0.88% | 0.59% | - |
| HSV(B) | 146.23º | 0.75% | 0.95% | - |
| XYZ | 38.65 | 66.96 | 35.7 | - |
| YUV | 176.54 | 107.37 | 44.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 243 | 140 | 0.75 | 0 | 0.42 | 0.05 | 146.23 | 0.88 | 0.59 |
| Hex | 3C | F3 | 8C | 4B | 0 | 2A | 5 | 92 | 58 | 3B |
| Octal | 74 | 363 | 214 | 113 | 0 | 52 | 5 | 222 | 130 | 73 |
| Binary | 111100 | 11110011 | 10001100 | 1001011 | 0 | 101010 | 101 | 10010010 | 1011000 | 111011 |
Color Harmonies of #3CF38C
Complementary color
Monochromatic Colors of #3CF38C
Black with #3CF38C
Text Example
Text Example
White with #3CF38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CF38C; }
p { color: rgb(60,243,140); }
H1.HeaderClassName
{
color: #3CF38C;
}
.AnyTagClassName
{
color: #3CF38C;
}
</style>
background-color css
<style>
a { background-color: #3CF38C; }
a { background-color: rgb(60,243,140); }
div.DivClassName
{
background-color: #3CF38C;
}
.BgClassName
{
background-color: #3CF38C;
}
</style>
border-color css
<style>
span { border-color: #3CF38C; }
span { border-color: rgb(60,243,140); }
td.TdClassName
{
border-color: #3CF38C;
}
.TagClassName
{
border-color: #3CF38C;
}
</style>