Shades of Fruit Salad #3EB54E
Tints of Fruit Salad #3EB54E
RGB
CMYK
RGB Variations
Color information
#3EB54E (or 0x3EB54E) is known color: Fruit Salad. HEX triplet: 3E, B5 and 4E. RGB value is (62,181,78). Sum of RGB (Red+Green+Blue) = 62+181+78=321 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.31% from 321); Green value is 181 (71.09% from 255 or 56.39% from 321); Blue value is 78 (30.86% from 255 or 24.30% from 321); Max value from RGB is 181 - color contains mainly: green. Hex color #3EB54E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3EB54E is #C14AB1. Grayscale: #858585. Windows color (decimal): -12667570 or 5158206. OLE color: 5158206.
HSL color Cylindrical-coordinate representation of color #3EB54E: hue angle of 128.07º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3EB54E is Cyan = 0.66, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 62 | 181 | 78 | - |
| CMYK | 0.66 | 0 | 0.57 | 0.29 |
| HSL | 128.07º | 0.49% | 0.48% | - |
| HSV(B) | 128.07º | 0.66% | 0.71% | - |
| XYZ | 19.89 | 34.62 | 12.84 | - |
| YUV | 133.68 | 96.58 | 76.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 181 | 78 | 0.66 | 0 | 0.57 | 0.29 | 128.07 | 0.49 | 0.48 |
| Hex | 3E | B5 | 4E | 42 | 0 | 39 | 1D | 80 | 31 | 30 |
| Octal | 76 | 265 | 116 | 102 | 0 | 71 | 35 | 200 | 61 | 60 |
| Binary | 111110 | 10110101 | 1001110 | 1000010 | 0 | 111001 | 11101 | 10000000 | 110001 | 110000 |
Color Harmonies of #3EB54E
Complementary color
Monochromatic Colors of #3EB54E
Black with #3EB54E
Text Example
Text Example
White with #3EB54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EB54E; }
p { color: rgb(62,181,78); }
H1.HeaderClassName
{
color: #3EB54E;
}
.AnyTagClassName
{
color: #3EB54E;
}
</style>
background-color css
<style>
a { background-color: #3EB54E; }
a { background-color: rgb(62,181,78); }
div.DivClassName
{
background-color: #3EB54E;
}
.BgClassName
{
background-color: #3EB54E;
}
</style>
border-color css
<style>
span { border-color: #3EB54E; }
span { border-color: rgb(62,181,78); }
td.TdClassName
{
border-color: #3EB54E;
}
.TagClassName
{
border-color: #3EB54E;
}
</style>