#3EB14A

Color #3EB14A Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #3EB14A

Tints of Fruit Salad #3EB14A

Color information

#3EB14A (or 0x3EB14A) is unknown color: approx Fruit Salad. HEX triplet: 3E, B1 and 4A. RGB value is (62,177,74). Sum of RGB (Red+Green+Blue) = 62+177+74=313 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.81% from 313); Green value is 177 (69.53% from 255 or 56.55% from 313); Blue value is 74 (29.30% from 255 or 23.64% from 313); Max value from RGB is 177 - color contains mainly: green. Hex color #3EB14A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3EB14A is #C14EB5. Grayscale: #838383. Windows color (decimal): -12668598 or 4895038. OLE color: 4895038.

HSL color Cylindrical-coordinate representation of color #3EB14A: hue angle of 126.26º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3EB14A is Cyan = 0.65, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB6217774-
CMYK0.6500.580.31
HSL126.26º48.12%46.86%-
HSV(B)126.26º64.97%69.41%-
XYZ18.9432.9611.84-
YUV130.8795.978.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 62 (24.61% from 255) = 19.81%
GREEN value IS 177 (69.53% from 255) = 56.55%
BLUE value IS 74 (29.30% from 255) = 23.64%
R=19.81%
G=56.55%
B=23.64%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal62177740.6500.580.31126.2648.1246.86
Hex3EB14A4103A1F7e302f
Octal76261112101072371766057
Binary11111010110001100101010000010111010111111111110110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EB14A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3EB14A; }

 p { color: rgb(62,177,74); }

 H1.HeaderClassName
 {
   color: #3EB14A;
 }
 .AnyTagClassName
 {
   color: #3EB14A;
 }
</style>
background-color css

<style>
 a { background-color: #3EB14A; }

 a { background-color: rgb(62,177,74); }

 div.DivClassName
 {
   background-color: #3EB14A;
 }
 .BgClassName
 {
   background-color: #3EB14A;
 }
</style>
border-color css

<style>
 span { border-color: #3EB14A; }

 span { border-color: rgb(62,177,74); }

 td.TdClassName
 {
   border-color: #3EB14A;
 }
 .TagClassName
 {
   border-color: #3EB14A;
 }
</style>