Shades of Fruit Salad #3CB240
Tints of Fruit Salad #3CB240
RGB
CMYK
RGB Variations
Color information
#3CB240 (or 0x3CB240) is known color: Fruit Salad. HEX triplet: 3C, B2 and 40. RGB value is (60,178,64). Sum of RGB (Red+Green+Blue) = 60+178+64=302 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.87% from 302); Green value is 178 (69.92% from 255 or 58.94% from 302); Blue value is 64 (25.39% from 255 or 21.19% from 302); Max value from RGB is 178 - color contains mainly: green. Hex color #3CB240 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CB240 is #C34DBF. Grayscale: #828282. Windows color (decimal): -12799424 or 4239932. OLE color: 4239932.
HSL color Cylindrical-coordinate representation of color #3CB240: hue angle of 122.03º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3CB240 is Cyan = 0.66, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 60 | 178 | 64 | - |
| CMYK | 0.66 | 0 | 0.64 | 0.30 |
| HSL | 122.03º | 0.5% | 0.47% | - |
| HSV(B) | 122.03º | 0.66% | 0.7% | - |
| XYZ | 18.71 | 33.17 | 10.27 | - |
| YUV | 129.72 | 90.91 | 78.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 178 | 64 | 0.66 | 0 | 0.64 | 0.30 | 122.03 | 0.5 | 0.47 |
| Hex | 3C | B2 | 40 | 42 | 0 | 40 | 1E | 7A | 32 | 2F |
| Octal | 74 | 262 | 100 | 102 | 0 | 100 | 36 | 172 | 62 | 57 |
| Binary | 111100 | 10110010 | 1000000 | 1000010 | 0 | 1000000 | 11110 | 1111010 | 110010 | 101111 |
Color Harmonies of #3CB240
Complementary color
Monochromatic Colors of #3CB240
Black with #3CB240
Text Example
Text Example
White with #3CB240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB240; }
p { color: rgb(60,178,64); }
H1.HeaderClassName
{
color: #3CB240;
}
.AnyTagClassName
{
color: #3CB240;
}
</style>
background-color css
<style>
a { background-color: #3CB240; }
a { background-color: rgb(60,178,64); }
div.DivClassName
{
background-color: #3CB240;
}
.BgClassName
{
background-color: #3CB240;
}
</style>
border-color css
<style>
span { border-color: #3CB240; }
span { border-color: rgb(60,178,64); }
td.TdClassName
{
border-color: #3CB240;
}
.TagClassName
{
border-color: #3CB240;
}
</style>