Shades of Fruit Salad #3CB24B
Tints of Fruit Salad #3CB24B
RGB
CMYK
RGB Variations
Color information
#3CB24B (or 0x3CB24B) is known color: Fruit Salad. HEX triplet: 3C, B2 and 4B. RGB value is (60,178,75). Sum of RGB (Red+Green+Blue) = 60+178+75=313 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.17% from 313); Green value is 178 (69.92% from 255 or 56.87% from 313); Blue value is 75 (29.69% from 255 or 23.96% from 313); Max value from RGB is 178 - color contains mainly: green. Hex color #3CB24B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CB24B is #C34DB4. Grayscale: #838383. Windows color (decimal): -12799413 or 4960828. OLE color: 4960828.
HSL color Cylindrical-coordinate representation of color #3CB24B: hue angle of 127.63º 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 #3CB24B is Cyan = 0.66, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 60 | 178 | 75 | - |
| CMYK | 0.66 | 0 | 0.58 | 0.30 |
| HSL | 127.63º | 0.5% | 0.47% | - |
| HSV(B) | 127.63º | 0.66% | 0.7% | - |
| XYZ | 19.05 | 33.31 | 12.08 | - |
| YUV | 130.98 | 96.41 | 77.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 178 | 75 | 0.66 | 0 | 0.58 | 0.30 | 127.63 | 0.5 | 0.47 |
| Hex | 3C | B2 | 4B | 42 | 0 | 3A | 1E | 80 | 32 | 2F |
| Octal | 74 | 262 | 113 | 102 | 0 | 72 | 36 | 200 | 62 | 57 |
| Binary | 111100 | 10110010 | 1001011 | 1000010 | 0 | 111010 | 11110 | 10000000 | 110010 | 101111 |
Color Harmonies of #3CB24B
Complementary color
Monochromatic Colors of #3CB24B
Black with #3CB24B
Text Example
Text Example
White with #3CB24B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB24B; }
p { color: rgb(60,178,75); }
H1.HeaderClassName
{
color: #3CB24B;
}
.AnyTagClassName
{
color: #3CB24B;
}
</style>
background-color css
<style>
a { background-color: #3CB24B; }
a { background-color: rgb(60,178,75); }
div.DivClassName
{
background-color: #3CB24B;
}
.BgClassName
{
background-color: #3CB24B;
}
</style>
border-color css
<style>
span { border-color: #3CB24B; }
span { border-color: rgb(60,178,75); }
td.TdClassName
{
border-color: #3CB24B;
}
.TagClassName
{
border-color: #3CB24B;
}
</style>