Shades of Fruit Salad #3EA03E
Tints of Fruit Salad #3EA03E
RGB
CMYK
RGB Variations
Color information
#3EA03E (or 0x3EA03E) is known color: Fruit Salad. HEX triplet: 3E, A0 and 3E. RGB value is (62,160,62). Sum of RGB (Red+Green+Blue) = 62+160+62=284 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.83% from 284); Green value is 160 (62.89% from 255 or 56.34% from 284); Blue value is 62 (24.61% from 255 or 21.83% from 284); Max value from RGB is 160 - color contains mainly: green. Hex color #3EA03E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3EA03E is #C15FC1. Grayscale: #777777. Windows color (decimal): -12672962 or 4104254. OLE color: 4104254.
HSL color Cylindrical-coordinate representation of color #3EA03E: hue angle of 120º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3EA03E is Cyan = 0.61, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 62 | 160 | 62 | - |
| CMYK | 0.61 | 0 | 0.61 | 0.37 |
| HSL | 120º | 0.44% | 0.44% | - |
| HSV(B) | 120º | 0.61% | 0.63% | - |
| XYZ | 15.43 | 26.51 | 8.86 | - |
| YUV | 119.53 | 95.53 | 86.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 160 | 62 | 0.61 | 0 | 0.61 | 0.37 | 120 | 0.44 | 0.44 |
| Hex | 3E | A0 | 3E | 3D | 0 | 3D | 25 | 78 | 2C | 2C |
| Octal | 76 | 240 | 76 | 75 | 0 | 75 | 45 | 170 | 54 | 54 |
| Binary | 111110 | 10100000 | 111110 | 111101 | 0 | 111101 | 100101 | 1111000 | 101100 | 101100 |
Color Harmonies of #3EA03E
Complementary color
Monochromatic Colors of #3EA03E
Black with #3EA03E
Text Example
Text Example
White with #3EA03E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EA03E; }
p { color: rgb(62,160,62); }
H1.HeaderClassName
{
color: #3EA03E;
}
.AnyTagClassName
{
color: #3EA03E;
}
</style>
background-color css
<style>
a { background-color: #3EA03E; }
a { background-color: rgb(62,160,62); }
div.DivClassName
{
background-color: #3EA03E;
}
.BgClassName
{
background-color: #3EA03E;
}
</style>
border-color css
<style>
span { border-color: #3EA03E; }
span { border-color: rgb(62,160,62); }
td.TdClassName
{
border-color: #3EA03E;
}
.TagClassName
{
border-color: #3EA03E;
}
</style>