Shades of Fruit Salad #3CB23E
Tints of Fruit Salad #3CB23E
RGB
CMYK
RGB Variations
Color information
#3CB23E (or 0x3CB23E) is known color: Fruit Salad. HEX triplet: 3C, B2 and 3E. RGB value is (60,178,62). Sum of RGB (Red+Green+Blue) = 60+178+62=300 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20% from 300); Green value is 178 (69.92% from 255 or 59.33% from 300); Blue value is 62 (24.61% from 255 or 20.67% from 300); Max value from RGB is 178 - color contains mainly: green. Hex color #3CB23E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CB23E is #C34DC1. Grayscale: #818181. Windows color (decimal): -12799426 or 4108860. OLE color: 4108860.
HSL color Cylindrical-coordinate representation of color #3CB23E: hue angle of 121.02º 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 #3CB23E is Cyan = 0.66, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 60 | 178 | 62 | - |
| CMYK | 0.66 | 0 | 0.65 | 0.30 |
| HSL | 121.02º | 0.5% | 0.47% | - |
| HSV(B) | 121.02º | 0.66% | 0.7% | - |
| XYZ | 18.65 | 33.15 | 9.97 | - |
| YUV | 129.49 | 89.91 | 78.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 178 | 62 | 0.66 | 0 | 0.65 | 0.30 | 121.02 | 0.5 | 0.47 |
| Hex | 3C | B2 | 3E | 42 | 0 | 41 | 1E | 79 | 32 | 2F |
| Octal | 74 | 262 | 76 | 102 | 0 | 101 | 36 | 171 | 62 | 57 |
| Binary | 111100 | 10110010 | 111110 | 1000010 | 0 | 1000001 | 11110 | 1111001 | 110010 | 101111 |
Color Harmonies of #3CB23E
Complementary color
Monochromatic Colors of #3CB23E
Black with #3CB23E
Text Example
Text Example
White with #3CB23E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB23E; }
p { color: rgb(60,178,62); }
H1.HeaderClassName
{
color: #3CB23E;
}
.AnyTagClassName
{
color: #3CB23E;
}
</style>
background-color css
<style>
a { background-color: #3CB23E; }
a { background-color: rgb(60,178,62); }
div.DivClassName
{
background-color: #3CB23E;
}
.BgClassName
{
background-color: #3CB23E;
}
</style>
border-color css
<style>
span { border-color: #3CB23E; }
span { border-color: rgb(60,178,62); }
td.TdClassName
{
border-color: #3CB23E;
}
.TagClassName
{
border-color: #3CB23E;
}
</style>