Shades of Fruit Salad #3CB24E
Tints of Fruit Salad #3CB24E
RGB
CMYK
RGB Variations
Color information
#3CB24E (or 0x3CB24E) is known color: Fruit Salad. HEX triplet: 3C, B2 and 4E. RGB value is (60,178,78). Sum of RGB (Red+Green+Blue) = 60+178+78=316 (41% of max value = 765). Red value is 60 (23.83% from 255 or 18.99% from 316); Green value is 178 (69.92% from 255 or 56.33% from 316); Blue value is 78 (30.86% from 255 or 24.68% from 316); Max value from RGB is 178 - color contains mainly: green. Hex color #3CB24E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CB24E is #C34DB1. Grayscale: #838383. Windows color (decimal): -12799410 or 5157436. OLE color: 5157436.
HSL color Cylindrical-coordinate representation of color #3CB24E: hue angle of 129.15º 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 #3CB24E is Cyan = 0.66, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 60 | 178 | 78 | - |
| CMYK | 0.66 | 0 | 0.56 | 0.30 |
| HSL | 129.15º | 0.5% | 0.47% | - |
| HSV(B) | 129.15º | 0.66% | 0.7% | - |
| XYZ | 19.16 | 33.35 | 12.64 | - |
| YUV | 131.32 | 97.91 | 77.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 178 | 78 | 0.66 | 0 | 0.56 | 0.30 | 129.15 | 0.5 | 0.47 |
| Hex | 3C | B2 | 4E | 42 | 0 | 38 | 1E | 81 | 32 | 2F |
| Octal | 74 | 262 | 116 | 102 | 0 | 70 | 36 | 201 | 62 | 57 |
| Binary | 111100 | 10110010 | 1001110 | 1000010 | 0 | 111000 | 11110 | 10000001 | 110010 | 101111 |
Color Harmonies of #3CB24E
Complementary color
Monochromatic Colors of #3CB24E
Black with #3CB24E
Text Example
Text Example
White with #3CB24E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB24E; }
p { color: rgb(60,178,78); }
H1.HeaderClassName
{
color: #3CB24E;
}
.AnyTagClassName
{
color: #3CB24E;
}
</style>
background-color css
<style>
a { background-color: #3CB24E; }
a { background-color: rgb(60,178,78); }
div.DivClassName
{
background-color: #3CB24E;
}
.BgClassName
{
background-color: #3CB24E;
}
</style>
border-color css
<style>
span { border-color: #3CB24E; }
span { border-color: rgb(60,178,78); }
td.TdClassName
{
border-color: #3CB24E;
}
.TagClassName
{
border-color: #3CB24E;
}
</style>